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-6.0.0.tar.gz b/ZEO-6.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cf26cf4403641bb7f181d3f88c6a04c5cc845e21 Binary files /dev/null and b/ZEO-6.0.0.tar.gz differ diff --git a/python-ZEO.spec b/python-ZEO.spec index 43da332d38c8e474ab659e084a5957363535caef..e989a7e134de5dd59530878017417bdc5e70d9b2 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: 6.0.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/1a/85/ab008e84445dcd39b2d079fdc7eb5475d5597de9504e2a0cb6bb44ca9a4b/ZEO-6.0.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-6.0.0 %build %py3_build @@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Mar 25 2024 zhaojingyu - 6.0.0-1 +- Update version to 6.0.0 + * Thu Jul 28 2022 fushanqing - 5.2.3-3 - Unified license name specification