diff --git a/python-zope-hookable.spec b/python-zope-hookable.spec index 4b2d5e2..2510e82 100644 --- a/python-zope-hookable.spec +++ b/python-zope-hookable.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zope-hookable -Version: 5.3 +Version: 5.4 Release: 1 Summary: Zope hookable License: ZPL 2.1 URL: https://www.python.org/pypi/zope.hookable -Source0: https://files.pythonhosted.org/packages/03/82/cd8d6c10051478729f23f7f10b6b1eb8897d72669022ce90e7bbfb9ccf6c/zope.hookable-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/26/ce/ba1346f4c078321683c0118fc7706287493294d1cb637bf356be94de8c40/zope.hookable-5.4.tar.gz %description This package supports the efficient creation of "hookable" objects, which @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Thu Dec 15 2022 chendexi - 5.4-1 +- Upgrade package to version 5.4 + * Wed Nov 09 2022 jiangxinyu - 5.3-1 - Upgrade package to version 5.3 diff --git a/zope.hookable-5.3.tar.gz b/zope.hookable-5.3.tar.gz deleted file mode 100644 index 80ad8ca..0000000 Binary files a/zope.hookable-5.3.tar.gz and /dev/null differ diff --git a/zope.hookable-5.4.tar.gz b/zope.hookable-5.4.tar.gz new file mode 100644 index 0000000..75075b9 Binary files /dev/null and b/zope.hookable-5.4.tar.gz differ