- 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:
parent
22532fe380
commit
3f77224333
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>
|
Thu May 4 07:09:44 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-pbr%{psuffix}
|
Name: python-pbr%{psuffix}
|
||||||
Version: 5.11.1
|
Version: 6.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Build Reasonableness
|
Summary: Python Build Reasonableness
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -37,11 +37,10 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools >= 64.0.0
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Recommends: git-core
|
Recommends: git-core
|
||||||
Suggests: python-nose
|
|
||||||
Obsoletes: python-pbr-doc
|
Obsoletes: python-pbr-doc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
|
Loading…
Reference in New Issue
Block a user