Changelog for
python311-pbr-6.1.1-1.1.noarch.rpm :
* Wed Feb 12 2025 John Paul Adrian Glaubitz
- Update to 6.1.1
* docs: Drop SetupTools from pyproject.toml example
* Simplify PBR dependency on SetupTools
* Update setup.cfg example in Usage document
* Clarify PEP 517 implementation for users- from version 6.1.1.0b1
* Set up PBR with setuptools as a dependency
* Use pyproject.toml
* Test pip and setup.py install behavior in PBR testing
* Remove the use of six from PBR
* Fix integration testing of current change
* Update PBR testing for Noble
* Mon Oct 28 2024 Daniel Garcia - Use pytest to run tests to do not depend on python-stestr
* Sat Aug 31 2024 Dirk Müller - update to 6.1.0:
* Add openstack-tox-py312 as non-voting job
* Add SetupTools to our functional testing venvs
* Use SetupTools\' vendored distutils in tests
* Also run coverage tests serially
* Omnibus PBR CI fixups
* Serialize tests
* Fix tempest-full job
* Use summary for the package summary
* Test on py310 and py311
* Mon May 13 2024 Steve Kowalik - Use stestr rather than pytest to run the testsuite.
* Tue Jan 02 2024 Dirk Müller - require setuptools
* Mon Nov 27 2023 Dirk Müller - update to 6.0.0:
* build: Use kwargs
* Add support for PEP-660
* Fix PBR integration testing
* Replace imp with importlib.machinery
* Add release note for build\\_sphinx removal
* Use \\_ instead of - in setup.cfg directives
* Remove sphinx doc building integration
* Thu May 04 2023 Martin Liška - Support Sphinx 7.0 by skipping of some tests that depend on legacy features (boo#1211051).
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Tue Apr 18 2023 Matej Cepl - Switch to single spec version build for PSP
* Fri Apr 14 2023 Matej Cepl - Switch to single spec version build for PSP
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Tue Apr 04 2023 Steve Kowalik - Remove unneeded BuildRequires on pep517.
* 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)