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.4.1.tar.gz b/ZEO-5.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..43653c21711fae1f2e6ca38d67fe0aeed2fe814e Binary files /dev/null and b/ZEO-5.4.1.tar.gz differ diff --git a/python-ZEO.spec b/python-ZEO.spec index 43da332d38c8e474ab659e084a5957363535caef..a37d51fe6b0323079a33b4c5cdf76a4396205c86 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.4.1 +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/21/78/66f169e0041b01084092615d6f2d4cb6c97f93a38b93ecca90f81bc10301/ZEO-5.4.1.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-5.4.1 %build %py3_build @@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 26 2023 sunhui - 5.4.1-1 +- Update package to version 5.4.1 + * Thu Jul 28 2022 fushanqing - 5.2.3-3 - Unified license name specification