python-gitlab: update to 1.8.0.
This commit is contained in:
parent
108020bc40
commit
b0aa4e5987
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python-gitlab'
|
# Template file for 'python-gitlab'
|
||||||
pkgname=python-gitlab
|
pkgname=python-gitlab
|
||||||
version=1.7.0
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
archs=noarch
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="gitlab"
|
pycompile_module="gitlab"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -14,7 +14,7 @@ license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/gpocentek/python-gitlab"
|
homepage="https://github.com/gpocentek/python-gitlab"
|
||||||
changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
|
changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
|
||||||
distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
|
||||||
checksum=401ef8929db4dcb5b08e0a2263a0a70599fc7e5b27615f956ac26d245802d09e
|
checksum=a6b03bc53f6e2e22b88d5ff9772b1bb360570ec82752f1def3d6eb60cda093e7
|
||||||
alternatives="python-gitlab:gitlab:/usr/bin/gitlab2"
|
alternatives="python-gitlab:gitlab:/usr/bin/gitlab2"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
@ -22,7 +22,7 @@ do_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-gitlab_package() {
|
python3-gitlab_package() {
|
||||||
noarch=yes
|
archs=noarch
|
||||||
depends="python3-setuptools python3-requests python3-six"
|
depends="python3-setuptools python3-requests python3-six"
|
||||||
pycompile_module="gitlab"
|
pycompile_module="gitlab"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Reference in a new issue