Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9169d89939 | |||
| 365d6d14e7 | |||
| 6385356c0d | |||
| 37a66f0cf2 | |||
| 647de90515 | |||
| 058202bf90 | |||
| acbde3bd85 | |||
| 70a4a8e428 | |||
| 96539ea417 | |||
| 2f040926f6 |
BIN
pbr-6.1.1.tar.gz
LFS
Normal file
BIN
pbr-6.1.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b46004ec30a5324672683ec848aed9e8fc500b0d261d40a3229c2d2bbfcedc29
|
|
||||||
size 135625
|
|
||||||
@@ -1,67 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Nov 17 21:47:23 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 7.0.3:
|
|
||||||
* Don't wrap develop on newer setuptools
|
|
||||||
* Fix handling of long\_description
|
|
||||||
* Misc fixes
|
|
||||||
* Remove use of pkg\_resources from tests
|
|
||||||
* Fix functional test for pip 25.3
|
|
||||||
* Rename setup.cfg parsing utilities
|
|
||||||
* Remove remaining uses of pkg\_resources
|
|
||||||
* Inline overridden script writer
|
|
||||||
* Duplicate methods between ScriptWriter, WindowsScriptWriter
|
|
||||||
* Remove use of easy\_install
|
|
||||||
* Inline LocalInstallScripts.\_make\_wsgi\_scripts\_only
|
|
||||||
* Remove unused code
|
|
||||||
* Remove dead code
|
|
||||||
* Pin zuul ansible, pyperclip versions
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
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 and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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: 7.0.3
|
Version: 6.1.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