forked from pool/python-stevedore
- 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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c428d2338976279e8eb2196f7a94910960d9f7ba2f41f3988511e95ca447021
|
||||
size 513970
|
||||
3
stevedore-5.1.0.tar.gz
Normal file
3
stevedore-5.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a54534acf9b89bc7ed264807013b505bf07f74dbe4bcfa37d32bd063870b087c
|
||||
size 514100
|
||||
Reference in New Issue
Block a user