2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-09-14 10:09:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pbr: updated to 6.1.0
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
* zuul: Drop retired repos from required-projects
* Drop Focal integration testing
* Omnibus PBR CI fixups
* Serialize tests
* Fix tempest-full job
* Use summary for the package summary
* Test on py310 and py311
|
2024-01-24 17:29:40 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-pbr: Add missing tools
|
2024-01-19 15:38:43 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pbr: updated to 6.0.0
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
|
2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112) |
Log message:
*: latest py-sphinx only support Python 3.9+
|
2023-02-21 10:03:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pbr: updated to 5.11.1
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
|
2022-10-25 20:33:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pbr: updated to 5.11.0
5.11.0
------
* Fix symbol identification in multiline message
* Replace deprecated readfp method with read\_file
5.10.0
------
* Specify Changelog procedure
* Allow leading spaces when determining symbols
* Use stdlib importlib.metadata where possible
* Adding python classifiers py38 & py39
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
|
2022-04-30 01:22:31 by Thomas Klausner | Files touched by this commit (4) |
Log message:
*: mark dependencies of py-virtualenv as not-for-python-2.x
|
2022-04-26 12:42:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pbr: updated to 5.8.1
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
|