From 862a100f098b14e25124046ef2fe44dda4561663eb83368571994c03b6292c44 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 15 Jun 2023 20:17:49 +0000 Subject: [PATCH] - update to version 5.1.0 - Moves supported python runtimes from version 3.8 to 3.10 - Catch NotADirectoryError error - Update master for stable/2023.1 - Revert "Moves supported python runtimes from version 3.8 to 3.10" OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-stevedore?expand=0&rev=38 --- python-stevedore.changes | 9 +++++++++ python-stevedore.spec | 6 +++--- stevedore-5.0.0.tar.gz | 3 --- stevedore-5.1.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 stevedore-5.0.0.tar.gz create mode 100644 stevedore-5.1.0.tar.gz diff --git a/python-stevedore.changes b/python-stevedore.changes index 4785f6d..1f80cc2 100644 --- a/python-stevedore.changes +++ b/python-stevedore.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 15 20:17:05 UTC 2023 - cloud-devel@suse.de + +- update to version 5.1.0 + - Moves supported python runtimes from version 3.8 to 3.10 + - Catch NotADirectoryError error + - Update master for stable/2023.1 + - Revert "Moves supported python runtimes from version 3.8 to 3.10" + ------------------------------------------------------------------- Tue Mar 7 07:00:56 UTC 2023 - cloud-devel@suse.de diff --git a/python-stevedore.spec b/python-stevedore.spec index 9efc49a..e4e4cb4 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -17,13 +17,13 @@ Name: python-stevedore -Version: 5.0.0 +Version: 5.1.0 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-5.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-5.1.0.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=5.0.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=5.1.0 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-5.0.0.tar.gz b/stevedore-5.0.0.tar.gz deleted file mode 100644 index 4b2a193..0000000 --- a/stevedore-5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c428d2338976279e8eb2196f7a94910960d9f7ba2f41f3988511e95ca447021 -size 513970 diff --git a/stevedore-5.1.0.tar.gz b/stevedore-5.1.0.tar.gz new file mode 100644 index 0000000..2df2820 --- /dev/null +++ b/stevedore-5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54534acf9b89bc7ed264807013b505bf07f74dbe4bcfa37d32bd063870b087c +size 514100