forked from pool/python-pbr
Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 99f4c63a58 | |||
| d5e1963021 | |||
| 647e266f01 | |||
| a4297d1cab | |||
| 93446fb4f7 | |||
| 2d29b4dd01 | |||
| b1ca1443e7 | |||
| b1a472c5c5 | |||
| def38db9e9 | |||
| 35aec60cfd | |||
| 556d8204eb | |||
| bafe828fd1 |
BIN
pbr-6.1.1.tar.gz
(Stored with Git LFS)
BIN
pbr-6.1.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
pbr-7.0.1.tar.gz
Normal file
3
pbr-7.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ecbcb11d2b8551588ec816b3756b1eb4394186c3b689b17e04850dfc20f7e57
|
||||||
|
size 130086
|
||||||
@@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 21 19:37:25 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 7.0.1:
|
||||||
|
* util: Deprecate description\_file
|
||||||
|
* util: Skip normalization of description if README opts
|
||||||
|
present
|
||||||
|
* util: Make handling of description\_file clearer
|
||||||
|
* util: Fix deprecation warnings
|
||||||
|
* Remove duplicate line in test\_generates\_c\_extensions
|
||||||
|
* Update setup.cfg usage docs to explain pbr vs setuptools
|
||||||
|
better
|
||||||
|
* Silence Python warnings
|
||||||
|
* Do not use the onerror parameter in shutil.rmtree()
|
||||||
|
* docs: Remove deprecated options
|
||||||
|
* tox: Stop calling 'setup.py'
|
||||||
|
* Deprecate 'tests\_require' option
|
||||||
|
* Deprecate various '[backwards\_compat]' options
|
||||||
|
* Deprecate various '[metadata]' options
|
||||||
|
* Deprecate '[files]' section
|
||||||
|
* Deprecate '[entry\_points]' section
|
||||||
|
* docs: Update usage guide and README
|
||||||
|
* Move functional tests to their own directory
|
||||||
|
* Move distutils commands to \_compat
|
||||||
|
* Use sysconfig for sitedir path in test\_wsgi in py3
|
||||||
|
* Remove support for custom compilers
|
||||||
|
* Move fixtures to their own module
|
||||||
|
* Remove 'test' distutils command override
|
||||||
|
* Cleanup removal of 'build\_sphinx' command doc
|
||||||
|
* Use packaging where possible
|
||||||
|
* Use importlib.metadata where possible
|
||||||
|
* Tweak loading distribution version
|
||||||
|
* Centralise Python 2/3 compat code
|
||||||
|
* Add \_\_future\_\_ imports
|
||||||
|
* Resolve post-black issues
|
||||||
|
* Add black
|
||||||
|
* docs: Remove use of sphinxcontrib-apidoc
|
||||||
|
* Don't pin setuptools for all tests
|
||||||
|
* pre-commit: Bump versions
|
||||||
|
* tests: Skip tests that break on newer setuptools
|
||||||
|
* Add openstack-tox-py313 job
|
||||||
|
* tests: Set GNUPGHOME in tests
|
||||||
|
* tests: Add hint if running integration tests locally
|
||||||
|
* Modernize tests to use EXT\_SUFFIX, fix PyPy
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 21 10:03:57 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Thu Aug 21 10:03:57 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pbr
|
# spec file for package python-pbr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pbr%{psuffix}
|
Name: python-pbr%{psuffix}
|
||||||
Version: 6.1.1
|
Version: 7.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Build Reasonableness
|
Summary: Python Build Reasonableness
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user