From owner-svn-ports-all@freebsd.org Mon Oct 29 13:13:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A389D10D7C8D; Mon, 29 Oct 2018 13:13:44 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 563BA70959; Mon, 29 Oct 2018 13:13:44 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37F3F6E7E; Mon, 29 Oct 2018 13:13:44 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9TDDiK3000411; Mon, 29 Oct 2018 13:13:44 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9TDDhGr000409; Mon, 29 Oct 2018 13:13:43 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201810291313.w9TDDhGr000409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 29 Oct 2018 13:13:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483385 - head/devel/py-python-bugzilla X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/devel/py-python-bugzilla X-SVN-Commit-Revision: 483385 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 13:13:44 -0000 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