Changelog for
python310-pbr-6.1.0-ku.2.5.noarch.rpm :
* 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)
* 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