From 30701b4a4548243bd8cab029dfd834b1322896281b9de0e7a8c13d8d66c51d94 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Feb 2022 09:05:17 +0000 Subject: [PATCH] - update to 5.8.1: * Add release note about missing pbr.json fix * Avoid recursive calls into SetupTools entrypoint * remove explicit mock * Don't test with setuptools local distutils * Use context blocks for open() calls in packaging - remove remove_mock.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=140 --- pbr-5.8.0.tar.gz | 3 --- pbr-5.8.1.tar.gz | 3 +++ python-pbr.changes | 11 +++++++++++ python-pbr.spec | 6 ++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 pbr-5.8.0.tar.gz create mode 100644 pbr-5.8.1.tar.gz diff --git a/pbr-5.8.0.tar.gz b/pbr-5.8.0.tar.gz deleted file mode 100644 index 0d650b7..0000000 --- a/pbr-5.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:672d8ebee84921862110f23fcec2acea191ef58543d34dfe9ef3d9f13c31cddf -size 127170 diff --git a/pbr-5.8.1.tar.gz b/pbr-5.8.1.tar.gz new file mode 100644 index 0000000..5ed29e5 --- /dev/null +++ b/pbr-5.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66bc5a34912f408bb3925bf21231cb6f59206267b7f63f3503ef865c1a292e25 +size 127537 diff --git a/python-pbr.changes b/python-pbr.changes index 625ec68..30c345d 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 22 09:04:17 UTC 2022 - Dirk Müller + +- update to 5.8.1: + * Add release note about missing pbr.json fix + * Avoid recursive calls into SetupTools entrypoint + * remove explicit mock + * Don't test with setuptools local distutils + * Use context blocks for open() calls in packaging +- remove remove_mock.patch (upstream) + ------------------------------------------------------------------- Mon Dec 6 10:23:57 UTC 2021 - Dirk Müller diff --git a/python-pbr.spec b/python-pbr.spec index f0dc6c4..b88486d 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,15 +26,13 @@ %bcond_with test %endif Name: python-pbr%{psuffix} -Version: 5.8.0 +Version: 5.8.1 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/pbr/latest/ Source: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz -# PATCH-FIX-UPSTREAM remove_mock.patch -- https://review.opendev.org/c/openstack/pbr/+/767972 remove explicit mock -Patch0: remove_mock.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros