Accepting request 1129112 from devel:languages:python
- 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/request/show/1129112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=66
This commit is contained in:
commit
60efaaa8c6
BIN
pbr-5.11.1.tar.gz
(Stored with Git LFS)
BIN
pbr-5.11.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
pbr-6.0.0.tar.gz
Normal file
3
pbr-6.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1377122a5a00e2f940ee482999518efe16d745d423a670c27773dfbc3c9a7d9
|
||||
size 123150
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user