Index: head/devel/py-python-bugzilla/Makefile =================================================================== --- head/devel/py-python-bugzilla/Makefile (revision 483384) +++ head/devel/py-python-bugzilla/Makefile (revision 483385) @@ -1,25 +1,25 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= python-bugzilla -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Bugzilla XMLRPC access module LICENSE= GPLv2+ 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: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/devel/py-python-bugzilla/distinfo =================================================================== --- head/devel/py-python-bugzilla/distinfo (revision 483384) +++ head/devel/py-python-bugzilla/distinfo (revision 483385) @@ -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 Index: head/devel/py-python-bugzilla/pkg-descr =================================================================== --- head/devel/py-python-bugzilla/pkg-descr (revision 483384) +++ head/devel/py-python-bugzilla/pkg-descr (revision 483385) @@ -1,12 +1,12 @@ This is a python module that provides a kinda pythonic interface to Bugzilla over XMLRPC. It was originally written specifically for Red Hat's Bugzilla instance, but it is intended to work with any Bugzilla instance. More usage the better, we would be happy to help get things working with the bugzilla instance you care 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