Date: Mon, 29 Oct 2018 13:13:43 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483385 - head/devel/py-python-bugzilla Message-ID: <201810291313.w9TDDhGr000409@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Mon Oct 29 13:13:43 2018 New Revision: 483385 URL: https://svnweb.freebsd.org/changeset/ports/483385 Log: Upgrade to 2.2.0 Changelog: https://lists.fedorahosted.org/archives/list/python-bugzilla@lists.fedorahosted.org/2018/8/ PR: 232542 Approved by: koobs (maintainer) Modified: head/devel/py-python-bugzilla/Makefile head/devel/py-python-bugzilla/distinfo head/devel/py-python-bugzilla/pkg-descr Modified: head/devel/py-python-bugzilla/Makefile ============================================================================== --- head/devel/py-python-bugzilla/Makefile Mon Oct 29 10:54:15 2018 (r483384) +++ head/devel/py-python-bugzilla/Makefile Mon Oct 29 13:13:43 2018 (r483385) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-bugzilla -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: Modified: head/devel/py-python-bugzilla/distinfo ============================================================================== --- head/devel/py-python-bugzilla/distinfo Mon Oct 29 10:54:15 2018 (r483384) +++ head/devel/py-python-bugzilla/distinfo Mon Oct 29 13:13:43 2018 (r483385) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500341519 -SHA256 (python-bugzilla-2.1.0.tar.gz) = f3145ab86c299389f3686fc44bb7c8b70eb1a9ccd4a7bafe578b5c4d450c8250 -SIZE (python-bugzilla-2.1.0.tar.gz) = 78791 +TIMESTAMP = 1540223148 +SHA256 (python-bugzilla-2.2.0.tar.gz) = acbfd2ba1bb44d2fdce6d925e27414bd5808d063550227816cf2adf2c2927274 +SIZE (python-bugzilla-2.2.0.tar.gz) = 79818 Modified: head/devel/py-python-bugzilla/pkg-descr ============================================================================== --- head/devel/py-python-bugzilla/pkg-descr Mon Oct 29 10:54:15 2018 (r483384) +++ head/devel/py-python-bugzilla/pkg-descr Mon Oct 29 13:13:43 2018 (r483385) @@ -9,4 +9,4 @@ about. It also includes a `bugzilla` command-line client which can be used for quick, ad-hoc bugzilla jiggery-pokery. -WWW: https://fedorahosted.org/python-bugzilla/ +WWW: https://github.com/python-bugzilla/python-bugzilla
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810291313.w9TDDhGr000409>