- 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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335
|
||||
size 513548
|
||||
3
stevedore-4.1.1.tar.gz
Normal file
3
stevedore-4.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f8aeb6e3f90f96832c301bff21a7eb5eefbe894c88c506483d355565d88cc1a
|
||||
size 514168
|
||||
Reference in New Issue
Block a user