From bd058be7c30b28b2e2d4505147899ca65e37a952a23ff1cc06cc214f0066a9c9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 6 Dec 2021 10:25:10 +0000 Subject: [PATCH] - update to 5.8.0: * Add python2 testing back to PBR * Allow PEP517 without setup\_requires * Clarify the need for setup.py with PEP517 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=139 --- pbr-5.7.0.tar.gz | 3 --- pbr-5.8.0.tar.gz | 3 +++ python-pbr.changes | 8 ++++++++ python-pbr.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pbr-5.7.0.tar.gz create mode 100644 pbr-5.8.0.tar.gz diff --git a/pbr-5.7.0.tar.gz b/pbr-5.7.0.tar.gz deleted file mode 100644 index ad855b0..0000000 --- a/pbr-5.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4651ca1445e80f2781827305de3d76b3ce53195f2227762684eb08f17bc473b7 -size 126776 diff --git a/pbr-5.8.0.tar.gz b/pbr-5.8.0.tar.gz new file mode 100644 index 0000000..0d650b7 --- /dev/null +++ b/pbr-5.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672d8ebee84921862110f23fcec2acea191ef58543d34dfe9ef3d9f13c31cddf +size 127170 diff --git a/python-pbr.changes b/python-pbr.changes index 402033a..625ec68 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 6 10:23:57 UTC 2021 - Dirk Müller + +- update to 5.8.0: + * Add python2 testing back to PBR + * Allow PEP517 without setup\_requires + * Clarify the need for setup.py with PEP517 + ------------------------------------------------------------------- Sat Nov 6 18:03:23 UTC 2021 - Dirk Müller diff --git a/python-pbr.spec b/python-pbr.spec index c588721..f0dc6c4 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-pbr%{psuffix} -Version: 5.7.0 +Version: 5.8.0 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0