forked from pool/python-ZEO
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9f049bdc9e | |||
| c7f0711ee4 | |||
| 7f25265c05 | |||
| 9ccad13dd6 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be238b5abf9ea3396935b33530f66a9afa61ccf8b6b813c2cfdcb2aa18541be7
|
||||
size 243635
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
3
zeo-6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24589b9cf611c444aa906eb1ce9cd46a2a1193c6f361411e2baf7bad703ca4de
|
||||
size 243838
|
||||
Reference in New Issue
Block a user