diff --git a/pbr-6.1.0.tar.gz b/pbr-6.1.0.tar.gz deleted file mode 100644 index 2c15597..0000000 --- a/pbr-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:788183e382e3d1d7707db08978239965e8b9e4e5ed42669bf4758186734d5f24 -size 124032 diff --git a/pbr-6.1.1.tar.gz b/pbr-6.1.1.tar.gz new file mode 100644 index 0000000..4848378 --- /dev/null +++ b/pbr-6.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ea72ce6989eb2eed99d0f75721474f69ad88128afdef5ac377eb797c4bf76b +size 125702 diff --git a/python-pbr.changes b/python-pbr.changes index 0b427bb..fced778 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Feb 12 10:34:46 UTC 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 12:13:48 UTC 2024 - Daniel Garcia diff --git a/python-pbr.spec b/python-pbr.spec index 71fb82a..0327ab2 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -1,7 +1,7 @@ # # spec file for package python-pbr # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-pbr%{psuffix} -Version: 6.1.0 +Version: 6.1.1 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0