diff --git a/jaraco.classes-3.2.3.tar.gz b/jaraco.classes-3.2.3.tar.gz deleted file mode 100644 index ccb3147..0000000 Binary files a/jaraco.classes-3.2.3.tar.gz and /dev/null differ diff --git a/jaraco.classes-3.3.0.tar.gz b/jaraco.classes-3.3.0.tar.gz new file mode 100644 index 0000000..a86fd7d Binary files /dev/null and b/jaraco.classes-3.3.0.tar.gz differ diff --git a/python-jaraco-classes.spec b/python-jaraco-classes.spec index 70ab430..8a36644 100644 --- a/python-jaraco-classes.spec +++ b/python-jaraco-classes.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jaraco-classes -Version: 3.2.3 -Release: 4 +Version: 3.3.0 +Release: 1 Summary: Utility functions for Python class constructs License: MIT URL: https://github.com/jaraco/jaraco.classes -Source0: https://files.pythonhosted.org/packages/bf/02/a956c9bfd2dfe60b30c065ed8e28df7fcf72b292b861dca97e951c145ef6/jaraco.classes-3.2.3.tar.gz +Source0: https://files.pythonhosted.org/packages/8b/de/d0a466824ce8b53c474bb29344e6d6113023eb2c3793d1c58c0908588bfa/jaraco.classes-3.3.0.tar.gz BuildArch: noarch @@ -88,6 +88,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 01 2023 zhangchenglin - 3.3.0-1 +- Update package to version 3.3.0 + * Tue Apr 25 2023 caodongxia - 3.2.3-4 - Adapting to the pyproject.toml compilation mode