From a87f36b081a84721b6bf080cab7f705f65f0cd2cdd4bb5bdfc7af19e4a791c1f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 21 Jan 2023 09:58:12 +0000 Subject: [PATCH] - update to 5.11.1: * Run PBR integration on Ubuntu Focal too * Remove numpy dependencies * Tie recursion calls to Dist object, not module * Update tox.ini to work with tox 4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=148 --- pbr-5.11.0.tar.gz | 3 --- pbr-5.11.1.tar.gz | 3 +++ python-pbr.changes | 9 +++++++++ python-pbr.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pbr-5.11.0.tar.gz create mode 100644 pbr-5.11.1.tar.gz diff --git a/pbr-5.11.0.tar.gz b/pbr-5.11.0.tar.gz deleted file mode 100644 index 8b2ecbd..0000000 --- a/pbr-5.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b97bc6695b2aff02144133c2e7399d5885223d42b7912ffaec2ca3898e673bfe -size 127505 diff --git a/pbr-5.11.1.tar.gz b/pbr-5.11.1.tar.gz new file mode 100644 index 0000000..411ff0c --- /dev/null +++ b/pbr-5.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefc51675b0b533d56bb5fd1c8c6c0522fe31896679882e1c4c63d5e4a0fccb3 +size 127597 diff --git a/python-pbr.changes b/python-pbr.changes index 362daa0..ce6328b 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jan 21 09:57:57 UTC 2023 - Dirk Müller + +- update to 5.11.1: + * Run PBR integration on Ubuntu Focal too + * Remove numpy dependencies + * Tie recursion calls to Dist object, not module + * Update tox.ini to work with tox 4 + ------------------------------------------------------------------- Fri Oct 28 19:46:28 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-pbr.spec b/python-pbr.spec index b9f8bd9..93be508 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-pbr%{psuffix} -Version: 5.11.0 +Version: 5.11.1 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0