pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pbr



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 12 07:54:23 UTC 2020

Modified Files:
        pkgsrc/devel/py-pbr: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-pbr/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-pbr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pbr/Makefile
diff -u pkgsrc/devel/py-pbr/Makefile:1.27 pkgsrc/devel/py-pbr/Makefile:1.28
--- pkgsrc/devel/py-pbr/Makefile:1.27   Sun Jun  2 03:12:48 2019
+++ pkgsrc/devel/py-pbr/Makefile        Wed Feb 12 07:54:23 2020
@@ -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
 

Index: pkgsrc/devel/py-pbr/distinfo
diff -u pkgsrc/devel/py-pbr/distinfo:1.23 pkgsrc/devel/py-pbr/distinfo:1.24
--- pkgsrc/devel/py-pbr/distinfo:1.23   Sun Jun  2 03:12:48 2019
+++ pkgsrc/devel/py-pbr/distinfo        Wed Feb 12 07:54:23 2020
@@ -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