Changelog for
python310-pbr-5.11.1-3.2.noarch.rpm :
* Sat Jan 21 2023 Dirk Müller
- update to 5.11.1:
* Run PBR integration on Ubuntu Focal too
* Remove numpy dependencies
* Tie recursion calls to Dist object, not module
* Update tox.ini to work with tox 4
* Fri Oct 28 2022 Yogalakshmi Arunachalam - Update to 5.11.0
* Fix symbol identification in multiline message
* Replace deprecated readfp method with read_file
* Fri Aug 19 2022 Dirk Müller - update to 5.10.0:
* Specify Changelog procedure
* Allow leading spaces when determining symbols
* Adding python classifiers py38 & py39
* Wed Aug 10 2022 Dirk Müller - update to 5.9.0:
* Future-proofing pyproject.toml
* Use importlib-metadata for runtime package version lookups
* Drop wheel from pyproject.toml examples
* Changed minversion in tox to 3.18.0
* Tue Feb 22 2022 Dirk Müller - update to 5.8.1:
* Add release note about missing pbr.json fix
* Avoid recursive calls into SetupTools entrypoint
* remove explicit mock
* Don\'t test with setuptools local distutils
* Use context blocks for open() calls in packaging- remove remove_mock.patch (upstream)
* Mon Dec 06 2021 Dirk Müller - update to 5.8.0:
* Add python2 testing back to PBR
* Allow PEP517 without setup\\_requires
* Clarify the need for setup.py with PEP517
* Sat Nov 06 2021 Dirk Müller - update to 5.7.0:
* Add a PEP517 interface
* PBR package testing improvements
* Run python3.9 test jobs
* Correct comment for \'D1\\_D2\\_SETUP\\_ARGS\'
* Tue May 18 2021 Dirk Müller - update to 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
* Sat Dec 19 2020 Benjamin Greiner - Update to 5.5.1
* Run tempest-full for stable/train
* Remove use_2to3 backward compat for Setuptools
* More easy_install.ScriptWriter.get_header()- Changes for 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- Only test the primary python3 interpreter because some test dependencies from OpenStack (which are not hard required by the package itself) only provide that one. gh#openSUSE/python-rpm-macros#66- Add remove_mock.patch https://review.opendev.org/c/openstack/pbr/+/767972
* Tue Jun 02 2020 Dirk Mueller - update to 5.4.5:
* Switch to Ussuri jobs
* Thu Mar 19 2020 Tomáš Chvátal - Skip temporarily test_requirement_parsing as it requires old virtualenv 16 package, the 20.x changed api and the tests infrastructure would need rewrite
* Fri Feb 28 2020 Dirk Mueller - update to 5.4.4:
* trivial: Use \'open\' context manager
* Update to latest hacking
* Mark strings as raw