Compare commits

2 Commits

4 changed files with 7 additions and 18 deletions

3
ZEO-6.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be238b5abf9ea3396935b33530f66a9afa61ccf8b6b813c2cfdcb2aa18541be7
size 243635

View File

@@ -1,14 +1,3 @@
-------------------------------------------------------------------
Mon Nov 17 10:43:58 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 6.1
* Add support for Python 3.13.
* Drop support for Python 3.7, 3.8.
* Drop ``ZEO.monitor.zeo_version`` as it is unused across all
zopefoundation packages.
* No longer use deprecated ``pkg_resources``.
- Adjust upstream source name in spec file
-------------------------------------------------------------------
Wed Mar 26 02:05:02 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -16,14 +16,14 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-ZEO
Version: 6.1
Version: 6.0.0
Release: 0
Summary: Client-Server storage implementation for ZODB
License: ZPL-2.1
URL: https://github.com/zopefoundation/ZEO
Source: https://files.pythonhosted.org/packages/source/z/zeo/zeo-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/Z/ZEO/ZEO-%{version}.tar.gz
BuildRequires: %{python_module ZConfig}
BuildRequires: %{python_module ZODB >= 5.5.1}
BuildRequires: %{python_module manuel}
@@ -64,7 +64,7 @@ Provides: %{python_module ZEO-doc = %{version}}
This package contains documentation files for %{name}.
%prep
%autosetup -p1 -n zeo-%{version}
%autosetup -p1 -n ZEO-%{version}
# delete backup files
find . -name "*~" -print -delete

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24589b9cf611c444aa906eb1ce9cd46a2a1193c6f361411e2baf7bad703ca4de
size 243838