pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pbr py-pbr: updated to 5.4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2f6c59e740d
branches:  trunk
changeset: 423165:b2f6c59e740d
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 12 07:54:23 2020 +0000

description:
py-pbr: updated to 5.4.4

5.4.4
* trivial: Use 'open' context manager
* Update to latest hacking
* Mark strings as raw

5.4.2
* Add Python 3 Train unit tests

5.4.1
* Fix parsing on egg names with dashes from git URLs

5.4.0
* option to print only the version of a package

5.3.1
* Resolve some issue with tox.ini, setup.cfg

5.3.0
* Stop using pbr sphinx integration
* Switch to release.o.o for constraints
* Make WSGI tests listen on localhost
* Fix Windows support
* Allow git-tags to be SemVer compliant
* Read description file as utf-8

diffstat:

 devel/py-pbr/Makefile |   6 +++---
 devel/py-pbr/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 204a38974138 -r b2f6c59e740d devel/py-pbr/Makefile
--- a/devel/py-pbr/Makefile     Wed Feb 12 05:02:11 2020 +0000
+++ b/devel/py-pbr/Makefile     Wed Feb 12 07:54:23 2020 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.27 2019/06/02 03:12:48 mef Exp $
+# $NetBSD: Makefile,v 1.28 2020/02/12 07:54:23 adam Exp $
 
-DISTNAME=      pbr-5.2.1
+DISTNAME=      pbr-5.4.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pbr/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://docs.openstack.org/developer/pbr/
+HOMEPAGE=      https://docs.openstack.org/pbr/
 COMMENT=       Python Build Reasonableness
 LICENSE=       apache-2.0
 
diff -r 204a38974138 -r b2f6c59e740d devel/py-pbr/distinfo
--- a/devel/py-pbr/distinfo     Wed Feb 12 05:02:11 2020 +0000
+++ b/devel/py-pbr/distinfo     Wed Feb 12 07:54:23 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2019/06/02 03:12:48 mef Exp $
+$NetBSD: distinfo,v 1.24 2020/02/12 07:54:23 adam Exp $
 
-SHA1 (pbr-5.2.1.tar.gz) = bc9572c87ba46759fa14cf3ddd6f95513a3eb352
-RMD160 (pbr-5.2.1.tar.gz) = 9088b029662ac7bb116bbc14572ccb888dda2d08
-SHA512 (pbr-5.2.1.tar.gz) = 6f7ceb181d972a432b19c38e88a843ff6d85fc359fa6aa3fa425a1cf2d15081d29b187489f526c634998d0445c1650c75631575c7038072f2bc1b37b8dd47716
-Size (pbr-5.2.1.tar.gz) = 116908 bytes
+SHA1 (pbr-5.4.4.tar.gz) = 8c964bacb32eb0b24ada9bfcd3dfe17cf4a3dfe2
+RMD160 (pbr-5.4.4.tar.gz) = 22fe773c1c725174769fa2be9905462f6f7cf42a
+SHA512 (pbr-5.4.4.tar.gz) = da2c6c3020692215e02770ab5a31f2eccb489375e78ac2d796e3a413446c849699537d1188f0f5f83b4c8eea420af05c46cc6e2059b62ac530009ba4934e151f
+Size (pbr-5.4.4.tar.gz) = 119599 bytes



Home | Main Index | Thread Index | Old Index