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 43da332d38c8e474ab659e084a5957363535caef..41eff38e64f98c63ec18b00eb5945ba86306c3bd 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: 3 +Version: 5.3.0 +Release: 1 Summary: ZEO - Single-server client-server database server for ZODB License: ZPLv2.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 @@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Apr 26 2023 wubijie - 5.3.0-1 +- Update package to version 5.3.0 + * Thu Jul 28 2022 fushanqing - 5.2.3-3 - Unified license name specification