- update to 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=156
This commit is contained in:
Dirk Mueller 2023-11-27 11:59:33 +00:00 committed by Git OBS Bridge
parent 22532fe380
commit 3f77224333
4 changed files with 17 additions and 6 deletions

BIN
pbr-5.11.1.tar.gz (Stored with Git LFS)

Binary file not shown.

3
pbr-6.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1377122a5a00e2f940ee482999518efe16d745d423a670c27773dfbc3c9a7d9
size 123150

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Nov 27 11:56:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 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
-------------------------------------------------------------------
Thu May 4 07:09:44 UTC 2023 - Martin Liška <mliska@suse.cz>

View File

@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-pbr%{psuffix}
Version: 5.11.1
Version: 6.0.0
Release: 0
Summary: Python Build Reasonableness
License: Apache-2.0
@ -37,11 +37,10 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
Requires: python-setuptools >= 64.0.0
Requires(post): update-alternatives
Requires(postun):update-alternatives
Recommends: git-core
Suggests: python-nose
Obsoletes: python-pbr-doc
BuildArch: noarch
%if %{with test}