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: update to 5.8.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23cbde1785a3
branches:  trunk
changeset: 771554:23cbde1785a3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 19 13:33:26 2021 +0000

description:
py-pbr: update to 5.8.0.

5.8.0
-----

* Add python2 testing back to PBR
* Allow PEP517 without setup_requires
* Clarify the need for setup.py with PEP517

5.7.0
-----

* Add a PEP517 interface
* PBR package testing improvements
* Run python3.9 test jobs
* Retire django-openstack-auth
* Correct comment for 'D1_D2_SETUP_ARGS'

5.6.0
-----

* Reverse ordering of 'D1_D2_SETUP_ARGS'
* Add test for cfg -> py transformation
* Don't pass empty 'long_description'
* Move flake8 as a pre-commit local target
* Map requires-python to python-requires (attempt 2)
* Update dependencies to avoid failure with old pip
* Increase OS_TEST_TIMEOUT to 1200
* Prevent test failure due to use of setpref
* util: Convert 'D1_D2_SETUP_ARGS' to a list of tuples
* Revert "Map requires-python to python-requires"
* Dropping lower constraints testing
* Adding pre-commit

5.5.1
-----

* Run tempest-full for stable/train
* Remove use_2to3 backward compat for Setuptools
* More easy_install.ScriptWriter.get_header()

5.5.0
-----

* Remove bdist_wininst support
* Increase integration test timeout
* Add Release Notes to documentation
* Cleanup old legacy devstack-gate jobs
* Begin work to modernize pbr's integration testing
* Re-add ChangeLog
* Update some url to use opendev.org
* Support newer openstackdocstheme
* Use easy_install.ScriptWriter.get_header()
* Remove neutron-fwaas from the jobs' required project
* Update python requires packaging metadata for package
* trivial: Improve logging of run commands
* Map requires-python to python-requires
* Update hacking
* Add support for virtualenv 20.x

diffstat:

 devel/py-pbr/Makefile |  4 ++--
 devel/py-pbr/PLIST    |  5 ++++-
 devel/py-pbr/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r e7447bbd5803 -r 23cbde1785a3 devel/py-pbr/Makefile
--- a/devel/py-pbr/Makefile     Sun Dec 19 13:28:46 2021 +0000
+++ b/devel/py-pbr/Makefile     Sun Dec 19 13:33:26 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2020/05/03 18:29:16 adam Exp $
+# $NetBSD: Makefile,v 1.30 2021/12/19 13:33:26 wiz Exp $
 
-DISTNAME=      pbr-5.4.5
+DISTNAME=      pbr-5.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pbr/}
diff -r e7447bbd5803 -r 23cbde1785a3 devel/py-pbr/PLIST
--- a/devel/py-pbr/PLIST        Sun Dec 19 13:28:46 2021 +0000
+++ b/devel/py-pbr/PLIST        Sun Dec 19 13:33:26 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2018/12/09 20:47:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/12/19 13:33:26 wiz Exp $
 bin/pbr-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -9,6 +9,9 @@
 ${PYSITELIB}/pbr/__init__.py
 ${PYSITELIB}/pbr/__init__.pyc
 ${PYSITELIB}/pbr/__init__.pyo
+${PYSITELIB}/pbr/build.py
+${PYSITELIB}/pbr/build.pyc
+${PYSITELIB}/pbr/build.pyo
 ${PYSITELIB}/pbr/builddoc.py
 ${PYSITELIB}/pbr/builddoc.pyc
 ${PYSITELIB}/pbr/builddoc.pyo
diff -r e7447bbd5803 -r 23cbde1785a3 devel/py-pbr/distinfo
--- a/devel/py-pbr/distinfo     Sun Dec 19 13:28:46 2021 +0000
+++ b/devel/py-pbr/distinfo     Sun Dec 19 13:33:26 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2021/10/26 10:18:44 nia Exp $
+$NetBSD: distinfo,v 1.28 2021/12/19 13:33:26 wiz Exp $
 
-BLAKE2s (pbr-5.4.5.tar.gz) = a79d223a76704a9b1672dc4bb468473964dff4dd67e2db4b1f1d24f88a216d20
-SHA512 (pbr-5.4.5.tar.gz) = b53ca10b7af7e365ff99ecf11942d3f047112d69f7e963716d07bc156077b08d79bb708bb93aae342e5e03c83278507b6990137dc34d0ebc11de53bd57ab3654
-Size (pbr-5.4.5.tar.gz) = 120510 bytes
+BLAKE2s (pbr-5.8.0.tar.gz) = b1b0747e4ce9ef0ae3dad081c0f2f7bb316d88725e3f91515f2c6bf8fb3400d8
+SHA512 (pbr-5.8.0.tar.gz) = 61a8eb63bb76ce8515c4203d60df7c973e02ea61b603d155b611724efb2b15c42416bf8a0285451d3378056d390bbf63d991cec32cc4114ae5cc30ebae0a5a69
+Size (pbr-5.8.0.tar.gz) = 127170 bytes



Home | Main Index | Thread Index | Old Index