SHA256
1
0
forked from pool/python-ZEO

Compare commits

4 Commits

Author SHA256 Message Date
9f049bdc9e Accepting request 1318486 from devel:languages:python
Forwarded request #1318219 from glaubitz

- 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

OBS-URL: https://build.opensuse.org/request/show/1318486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZEO?expand=0&rev=18
2025-11-19 13:55:56 +00:00
c7f0711ee4 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZEO?expand=0&rev=36
2025-11-18 18:25:26 +00:00
7f25265c05 Accepting request 1264857 from devel:languages:python
- Normalize metadata directory name.

Requires python-setuptools 78 to build successfully.

OBS-URL: https://build.opensuse.org/request/show/1264857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZEO?expand=0&rev=17
2025-04-16 18:38:47 +00:00
9ccad13dd6 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZEO?expand=0&rev=34
2025-03-26 02:05:16 +00:00
4 changed files with 25 additions and 9 deletions

View File

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Fri Mar 22 13:43:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ZEO
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -16,14 +16,14 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-ZEO
Version: 6.0.0
Version: 6.1
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
@@ -104,6 +104,6 @@ export ZEO4_SERVER=1
%python_alternative %{_bindir}/zeopack
%python_alternative %{_bindir}/zeo-nagios
%{python_sitelib}/ZEO
%{python_sitelib}/ZEO-%{version}*-info
%{python_sitelib}/zeo-%{version}.dist-info
%changelog

3
zeo-6.1.tar.gz Normal file
View File

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