From a01675d04e3fdc3e833580b61ab69548459cb269 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 28 Jul 2017 12:34:22 +0200 Subject: [PATCH] python-gitlab: update to 0.21.2 --- srcpkgs/python-gitlab/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-gitlab/template b/srcpkgs/python-gitlab/template index 089e9eb2f8c..994e687a95c 100644 --- a/srcpkgs/python-gitlab/template +++ b/srcpkgs/python-gitlab/template @@ -1,23 +1,23 @@ # Template file for 'python-gitlab' pkgname=python-gitlab -version=0.21.1 +version=0.21.2 revision=1 noarch=yes build_style=python-module pycompile_module="gitlab" hostmakedepends="python-setuptools python3-setuptools" -depends="python-requests python-six" +depends="python-setuptools python-requests python-six" short_desc="Wrapper for GitLab's API (Python2)" maintainer="Joseph LaFreniere " homepage="https://github.com/gpocentek/python-gitlab" license="LGPL-3" distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz" -checksum=111db1649ba933de925ec5fb03823f5c1eb37c451356b3dc92af023100e3950b +checksum=abc9a89d29553529e95356260b445cdd49b46423e85a6d3eada4a35b14e309b7 alternatives="python-gitlab:gitlab:/usr/bin/gitlab2" python3-gitlab_package() { noarch=yes - depends="python3-requests python3-six" + depends="python3-setuptools python3-requests python3-six" pycompile_module="gitlab" short_desc="${short_desc/Python2/Python3}" alternatives="python-gitlab:gitlab:/usr/bin/gitlab3"