diff --git a/5.0.0.tar.gz b/5.0.0.tar.gz deleted file mode 100644 index cf9bc98..0000000 Binary files a/5.0.0.tar.gz and /dev/null differ diff --git a/python-zope-proxy.spec b/python-zope-proxy.spec index 65e9299..6b7538a 100644 --- a/python-zope-proxy.spec +++ b/python-zope-proxy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zope-proxy -Version: 5.0.0 +Version: 5.1 Release: 1 Summary: Generic Transparent Proxies License: ZPL 2.1 URL: https://github.com/zopefoundation/zope.proxy -Source0: https://github.com/zopefoundation/zope.proxy/archive/refs/tags/5.0.0.tar.gz +Source0: https://github.com/zopefoundation/zope.proxy/archive/refs/tags/%{version}.tar.gz#/zope.proxy-%{version}.tar.gz %description Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of @@ -32,6 +32,7 @@ Summary: Development documents and examples for zope.proxy Provides: python3-zope-proxy-doc %description help +Development documents and examples for zope.proxy %prep %autosetup -n zope.proxy-%{version} @@ -77,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Mon Dec 25 2023 jiangxinyu - 5.1-1 +- Update package to version 5.1 + * Thu Apr 06 2023 Ge Wang - 5.0.0-1 - Update to version 5.0.0 diff --git a/zope.proxy-5.1.tar.gz b/zope.proxy-5.1.tar.gz new file mode 100644 index 0000000..0d93b3e Binary files /dev/null and b/zope.proxy-5.1.tar.gz differ