From 0b8619f3bebe3e6bbac5b8b433d64c8a4e51ce0addcb08ddc3f73dd75fb14aa3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Jan 2023 09:16:43 +0000 Subject: [PATCH] - update to version 4.1.1 - Update master for stable/yoga - Fix remaining logic to support Python 3.6/7 - Fix compatibility with Python 3.12, importlib-metadata 5.0 - Order old importlib-metadata results by group - Drop python3.6/3.7 support in testing runtime - Add Python3 antelope unit tests - Add Python3 zed unit tests - Update master for stable/zed - remove unicode from code - Fix compatibility with Python 3.10, 3.9.11 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-stevedore?expand=0&rev=34 --- python-stevedore.changes | 15 +++++++++++++++ python-stevedore.spec | 8 ++++---- stevedore-3.5.0.tar.gz | 3 --- stevedore-4.1.1.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 stevedore-3.5.0.tar.gz create mode 100644 stevedore-4.1.1.tar.gz diff --git a/python-stevedore.changes b/python-stevedore.changes index 2693bb8..123117e 100644 --- a/python-stevedore.changes +++ b/python-stevedore.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jan 2 09:13:37 UTC 2023 - cloud-devel@suse.de + +- update to version 4.1.1 + - Update master for stable/yoga + - Fix remaining logic to support Python 3.6/7 + - Fix compatibility with Python 3.12, importlib-metadata 5.0 + - Order old importlib-metadata results by group + - Drop python3.6/3.7 support in testing runtime + - Add Python3 antelope unit tests + - Add Python3 zed unit tests + - Update master for stable/zed + - remove unicode from code + - Fix compatibility with Python 3.10, 3.9.11 + ------------------------------------------------------------------- Tue Jun 7 11:05:28 UTC 2022 - cloud-devel@suse.de diff --git a/python-stevedore.spec b/python-stevedore.spec index 52de3a2..087204a 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -1,7 +1,7 @@ # # spec file for package python-stevedore # -# 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 @@ -17,13 +17,13 @@ Name: python-stevedore -Version: 3.5.0 +Version: 4.1.1 Release: 0 Summary: Manage dynamic plugins for Python applications License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/stevedore/latest/ -Source0: https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-3.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-4.1.1.tar.gz BuildRequires: openstack-macros BuildRequires: python3-docutils BuildRequires: python3-pbr >= 2.0.0 @@ -86,7 +86,7 @@ This package contains documentation in HTML format. %py3_build # generate html docs -PBR_VERSION=3.5.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=4.1.1 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html # remove the Sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} diff --git a/stevedore-3.5.0.tar.gz b/stevedore-3.5.0.tar.gz deleted file mode 100644 index ea79a08..0000000 --- a/stevedore-3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335 -size 513548 diff --git a/stevedore-4.1.1.tar.gz b/stevedore-4.1.1.tar.gz new file mode 100644 index 0000000..3885d98 --- /dev/null +++ b/stevedore-4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8aeb6e3f90f96832c301bff21a7eb5eefbe894c88c506483d355565d88cc1a +size 514168