From owner-svn-ports-head@freebsd.org Tue Sep 1 02:20:06 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 995363D75CF; Tue, 1 Sep 2020 02:20:06 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgW4Q3ckMz4V3T; Tue, 1 Sep 2020 02:20:06 +0000 (UTC) (envelope-from lwhsu@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 5F6E011E0B; Tue, 1 Sep 2020 02:20:06 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0812K6NX012167; Tue, 1 Sep 2020 02:20:06 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0812K5XX012163; Tue, 1 Sep 2020 02:20:05 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202009010220.0812K5XX012163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 1 Sep 2020 02:20:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547234 - in head/devel/py-python-bugzilla: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/devel/py-python-bugzilla: . files X-SVN-Commit-Revision: 547234 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2020 02:20:06 -0000 Author: lwhsu Date: Tue Sep 1 02:20:05 2020 New Revision: 547234 URL: https://svnweb.freebsd.org/changeset/ports/547234 Log: devel/py-python-bugzilla: Update to 2.5.0 Patch to use FreeBSD Bugzilla as default PR: 248605 Submitted by: lwhsu Approved by: maintainer timeout Added: head/devel/py-python-bugzilla/files/ head/devel/py-python-bugzilla/files/patch-bugzilla___cli.py (contents, props changed) head/devel/py-python-bugzilla/files/patch-man_bugzilla.rst (contents, props changed) Modified: head/devel/py-python-bugzilla/Makefile head/devel/py-python-bugzilla/distinfo Modified: head/devel/py-python-bugzilla/Makefile ============================================================================== --- head/devel/py-python-bugzilla/Makefile Tue Sep 1 01:57:59 2020 (r547233) +++ head/devel/py-python-bugzilla/Makefile Tue Sep 1 02:20:05 2020 (r547234) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= python-bugzilla -PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTVERSION= 2.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +13,7 @@ COMMENT= Bugzilla XMLRPC access module LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= python Modified: head/devel/py-python-bugzilla/distinfo ============================================================================== --- head/devel/py-python-bugzilla/distinfo Tue Sep 1 01:57:59 2020 (r547233) +++ head/devel/py-python-bugzilla/distinfo Tue Sep 1 02:20:05 2020 (r547234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540223148 -SHA256 (python-bugzilla-2.2.0.tar.gz) = acbfd2ba1bb44d2fdce6d925e27414bd5808d063550227816cf2adf2c2927274 -SIZE (python-bugzilla-2.2.0.tar.gz) = 79818 +TIMESTAMP = 1594185385 +SHA256 (python-bugzilla-2.5.0.tar.gz) = c61ad770f17cee2990274117aa176dc02a7f98fc98e73f144cac19f74a4adc2a +SIZE (python-bugzilla-2.5.0.tar.gz) = 110931 Added: head/devel/py-python-bugzilla/files/patch-bugzilla___cli.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-bugzilla/files/patch-bugzilla___cli.py Tue Sep 1 02:20:05 2020 (r547234) @@ -0,0 +1,11 @@ +--- bugzilla/_cli.py.orig 2020-07-04 17:39:54 UTC ++++ bugzilla/_cli.py +@@ -31,7 +31,7 @@ from bugzilla._compatimports import Fault, ProtocolErr + from bugzilla._util import to_encoding + + +-DEFAULT_BZ = 'https://bugzilla.redhat.com' ++DEFAULT_BZ = 'https://bugs.freebsd.org/bugzilla/xmlrpc.cgi' + + format_field_re = re.compile("%{([a-z0-9_]+)(?::([^}]*))?}") + Added: head/devel/py-python-bugzilla/files/patch-man_bugzilla.rst ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-python-bugzilla/files/patch-man_bugzilla.rst Tue Sep 1 02:20:05 2020 (r547234) @@ -0,0 +1,10 @@ +--- man/bugzilla.rst.orig 2020-07-03 23:18:54 UTC ++++ man/bugzilla.rst +@@ -53,6 +53,7 @@ will try to probe whether the expected XMLRPC or REST + preferring XMLRPC for backwards compatibility. + + The default URL https://bugzilla.redhat.com ++(This is patched to https://bugs.freebsd.org/bugzilla/xmlrpc.cgi in FreeBSD ports.) + + - ``--nosslverify`` +