From 3f77224333c3a7f467dd6ae8d80e0e2c1857d22a8408e07742170126c7cc559a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Nov 2023 11:59:33 +0000 Subject: [PATCH] - 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 --- pbr-5.11.1.tar.gz | 3 --- pbr-6.0.0.tar.gz | 3 +++ python-pbr.changes | 12 ++++++++++++ python-pbr.spec | 5 ++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 pbr-5.11.1.tar.gz create mode 100644 pbr-6.0.0.tar.gz diff --git a/pbr-5.11.1.tar.gz b/pbr-5.11.1.tar.gz deleted file mode 100644 index 411ff0c..0000000 --- a/pbr-5.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aefc51675b0b533d56bb5fd1c8c6c0522fe31896679882e1c4c63d5e4a0fccb3 -size 127597 diff --git a/pbr-6.0.0.tar.gz b/pbr-6.0.0.tar.gz new file mode 100644 index 0000000..2eeac4d --- /dev/null +++ b/pbr-6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1377122a5a00e2f940ee482999518efe16d745d423a670c27773dfbc3c9a7d9 +size 123150 diff --git a/python-pbr.changes b/python-pbr.changes index b272c11..2bf5e68 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 27 11:56:49 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pbr.spec b/python-pbr.spec index d28a7e1..244b822 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -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}