From 55211d897183e75a63ac5cd802cfe2b5d810935c59461067b2c2beb458143b3d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Nov 2021 18:06:18 +0000 Subject: [PATCH 1/2] - update to 5.7.0: * Add a PEP517 interface * PBR package testing improvements * Run python3.9 test jobs * Correct comment for 'D1\_D2\_SETUP\_ARGS' OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=137 --- pbr-5.6.0.tar.gz | 3 --- pbr-5.7.0.tar.gz | 3 +++ python-pbr.changes | 9 +++++++++ python-pbr.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pbr-5.6.0.tar.gz create mode 100644 pbr-5.7.0.tar.gz diff --git a/pbr-5.6.0.tar.gz b/pbr-5.6.0.tar.gz deleted file mode 100644 index 53523b5..0000000 --- a/pbr-5.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42df03e7797b796625b1029c0400279c7c34fd7df24a7d7818a1abb5b38710dd -size 125220 diff --git a/pbr-5.7.0.tar.gz b/pbr-5.7.0.tar.gz new file mode 100644 index 0000000..ad855b0 --- /dev/null +++ b/pbr-5.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4651ca1445e80f2781827305de3d76b3ce53195f2227762684eb08f17bc473b7 +size 126776 diff --git a/python-pbr.changes b/python-pbr.changes index c70dce7..402033a 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Nov 6 18:03:23 UTC 2021 - Dirk Müller + +- update to 5.7.0: + * Add a PEP517 interface + * PBR package testing improvements + * Run python3.9 test jobs + * Correct comment for 'D1\_D2\_SETUP\_ARGS' + ------------------------------------------------------------------- Tue May 18 21:10:52 UTC 2021 - Dirk Müller diff --git a/python-pbr.spec b/python-pbr.spec index 670866e..05c2170 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-pbr%{psuffix} -Version: 5.6.0 +Version: 5.7.0 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0 From 6f1ef27a933b47f9afbab2f11d7ec0dfc2052d47233af91e88db52a780c11d64 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 26 Nov 2021 14:08:59 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=138 --- python-pbr.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-pbr.spec b/python-pbr.spec index 05c2170..c588721 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -55,6 +55,8 @@ BuildRequires: gpg2 BuildRequires: python3-Sphinx BuildRequires: python3-devel BuildRequires: python3-fixtures >= 3.0.0 +BuildRequires: python3-pep517 +BuildRequires: python3-pip BuildRequires: python3-six >= 1.12.0 BuildRequires: python3-stestr >= 2.1.0 BuildRequires: python3-testrepository >= 0.0.18 @@ -84,7 +86,7 @@ sed -i '/coverage/d;/hacking/d' test-requirements.txt %if %{with test} %check export OS_TEST_TIMEOUT=60 -python3 -m stestr run --suppress-attachments +python3 -m stestr run --suppress-attachments --exclude-regex '(pbr.tests.test_packaging.TestPEP517Support|pbr.tests.test_packaging.TestRequirementParsing.test_requirement_parsing)' %endif %if !%{with test}