We are chuffed to announce the release of: pbr 6.1.1 The source is available from: https://opendev.org/openstack/pbr Download the package from: https://pypi.org/project/pbr For more details, please see below. Changes in pbr 6.1.1.0b1..6.1.1 ------------------------------- 5d4a181 docs: Drop SetupTools from pyproject.toml example 28eee6c Simplify PBR dependency on SetupTools 6adf2f9 Update setup.cfg example in Usage document 917a019 Clarify PEP 517 implementation for users Diffstat (except docs and test files) ------------------------------------- requirements.txt | 8 +++-- 2 files changed, 57 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 547d130..ee671ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4,4 @@ -# setuptools here. +# setuptools here. For the sake of simplicity we don't set an +# environment marker restricting this to specific Python versions, +# since in older environments it should just be a no-op anyway. +# @@ -7 +10,2 @@ -setuptools;python_version>='3.12' + +setuptools
participants (1)
-
no-reply@openstack.org