diff --git a/ZEO-5.2.3.tar.gz b/ZEO-5.2.3.tar.gz deleted file mode 100644 index d67458561edb403f62c58c0ad1af5f12ebe0e681..0000000000000000000000000000000000000000 Binary files a/ZEO-5.2.3.tar.gz and /dev/null differ diff --git a/ZEO-5.3.0.tar.gz b/ZEO-5.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3003e2dda844947784ffd5b9923bb30376ea9ae7 Binary files /dev/null and b/ZEO-5.3.0.tar.gz differ diff --git a/python-ZEO.spec b/python-ZEO.spec index 814d12aca3c3d6e5ab8224f4ba1cedf0cbe252da..b2a70870f2855636aa4a79e0a24b20b0e7d59ddf 100644 --- a/python-ZEO.spec +++ b/python-ZEO.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ZEO -Version: 5.2.3 -Release: 2 +Version: 5.3.0 +Release: 1 Summary: ZEO - Single-server client-server database server for ZODB License: ZPL 2.1 URL: https://github.com/zopefoundation/ZEO -Source0: https://files.pythonhosted.org/packages/21/78/66f169e0041b01084092615d6f2d4cb6c97f93a38b93ecca90f81bc10301/ZEO-5.2.3.tar.gz +Source0: https://files.pythonhosted.org/packages/41/75/06fa9ae40d4455ffdd8d034613b26b6fbf21eadf28eaf62478c65a200f57/ZEO-5.3.0.tar.gz BuildArch: noarch Requires: python3-six @@ -44,7 +44,7 @@ Provides: python3-ZEO-doc ZEO is a client-server storage for ZODB for sharing a single storage among many clients. %prep -%autosetup -n ZEO-5.2.3 +%autosetup -n ZEO-%{version} %build %py3_build @@ -79,12 +79,14 @@ mv %{buildroot}/doclist.lst . %files -n python3-ZEO -f filelist.lst %dir %{python3_sitelib}/* -%dir %{python3_sitelib}/ZEO/__pycache__/ %files help -f doclist.lst %{_docdir}/* %changelog +* Wed Sep 28 2022 guozhengxin - 5.3.0-1 +- Upgrade package to version 5.3.0 + * Thu Apr 21 2022 liqiuyu - 5.2.3-2 - Add zlib to buildrequires