diff --git a/python-zope-hookable.spec b/python-zope-hookable.spec index a0821b2..4b2d5e2 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.1.0 +Version: 5.3 Release: 1 Summary: Zope hookable License: ZPL 2.1 URL: https://www.python.org/pypi/zope.hookable -Source0: https://files.pythonhosted.org/packages/10/6d/47d817b01741477ce485f842649b02043639d1f9c2f50600052766c99821/zope.hookable-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/03/82/cd8d6c10051478729f23f7f10b6b1eb8897d72669022ce90e7bbfb9ccf6c/zope.hookable-%{version}.tar.gz %description This package supports the efficient creation of "hookable" objects, which @@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Wed Nov 09 2022 jiangxinyu - 5.3-1 +- Upgrade package to version 5.3 + * Wed Jun 29 2022 caodongxia - 5.1.0-1 - Update to 5.1.0 diff --git a/zope.hookable-5.1.0.tar.gz b/zope.hookable-5.1.0.tar.gz deleted file mode 100644 index f900910..0000000 Binary files a/zope.hookable-5.1.0.tar.gz and /dev/null differ diff --git a/zope.hookable-5.3.tar.gz b/zope.hookable-5.3.tar.gz new file mode 100644 index 0000000..80ad8ca Binary files /dev/null and b/zope.hookable-5.3.tar.gz differ