diff --git a/python-stevedore.spec b/python-stevedore.spec index 0cfc2030e35a9488c266b5fe710615ba6437195d..a6cb78db495676316a6f91145fa0025ab9203120 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-stevedore -Version: 5.3.0 +Version: 5.4.0 Release: 1 Summary: Manage dynamic plugins for Python applications License: Apache-2.0 URL: https://docs.openstack.org/stevedore/latest/ -Source0: https://files.pythonhosted.org/packages/c4/59/f8aefa21020054f553bf7e3b405caec7f8d1f432d9cb47e34aaa244d8d03/stevedore-5.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/4a/e9/4eedccff8332cc40cc60ddd3b28d4c3e255ee7e9c65679fa4533ab98f598/stevedore-5.4.0.tar.gz BuildArch: noarch %description @@ -70,6 +70,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Dec 06 2024 liutao1 - 5.4.0-1 +- Update package to version 5.4.0 +- Remove Python 3.8 support +- Run pyupgrade to clean up Python 2 syntaxes +- Declare Python 3.12 support + * Fri Aug 30 2024 guochao - 5.3.0-1 - Update package to version 5.3.0 - Update master for unmaintained/zed diff --git a/stevedore-5.3.0.tar.gz b/stevedore-5.3.0.tar.gz deleted file mode 100644 index 42e07a0ad199eb86b96cefe9117c245602f66435..0000000000000000000000000000000000000000 Binary files a/stevedore-5.3.0.tar.gz and /dev/null differ diff --git a/stevedore-5.4.0.tar.gz b/stevedore-5.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..809defc800123a4276b1d0932f7f6d7b8742cdf6 Binary files /dev/null and b/stevedore-5.4.0.tar.gz differ