From 8785ded9442c1e57c87048244f40e8e1f75e7a71c95ee52b430a8a6147c99196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 Mar 2019 16:15:52 +0000 Subject: [PATCH] - Update to 5.2.1: * Add support for Python 3.7. * Switch from msgpack-python to msgpack. Currently a version < 0.6 is required. * Stop calling the deprecated checkSecure method when creating a ClientStorage. With ZODB 5.2.2 and above, this issued a warning. With older versions, this could issue a log message, but this was considered a misfeature. See issue 134. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZEO?expand=0&rev=17 --- ZEO-5.2.0.tar.gz | 3 --- ZEO-5.2.1.tar.gz | 3 +++ python-ZEO.changes | 8 ++++++++ python-ZEO.spec | 16 +++++++--------- 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 ZEO-5.2.0.tar.gz create mode 100644 ZEO-5.2.1.tar.gz diff --git a/ZEO-5.2.0.tar.gz b/ZEO-5.2.0.tar.gz deleted file mode 100644 index aceac26..0000000 --- a/ZEO-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c1a9fc01114382e58b7ae21135fe0c222f214bf680ad073d5fdccaaaccd6e57 -size 276286 diff --git a/ZEO-5.2.1.tar.gz b/ZEO-5.2.1.tar.gz new file mode 100644 index 0000000..be27e93 --- /dev/null +++ b/ZEO-5.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd65379f3c231a411a000c352bb700c4a635d74be947b09b1ce84b514f16beb4 +size 276884 diff --git a/python-ZEO.changes b/python-ZEO.changes index 901a695..4a85bc1 100644 --- a/python-ZEO.changes +++ b/python-ZEO.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 4 14:10:06 UTC 2019 - Tomáš Chvátal + +- Update to 5.2.1: + * Add support for Python 3.7. + * Switch from msgpack-python to msgpack. Currently a version < 0.6 is required. + * Stop calling the deprecated checkSecure method when creating a ClientStorage. With ZODB 5.2.2 and above, this issued a warning. With older versions, this could issue a log message, but this was considered a misfeature. See issue 134. + ------------------------------------------------------------------- Tue Jul 31 09:11:23 UTC 2018 - tchvatal@suse.com diff --git a/python-ZEO.spec b/python-ZEO.spec index dffca40..57b2b53 100644 --- a/python-ZEO.spec +++ b/python-ZEO.spec @@ -1,7 +1,7 @@ # # spec file for package python-ZEO # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,23 +21,23 @@ %define oldpython python %bcond_without test Name: python-ZEO -Version: 5.2.0 +Version: 5.2.1 Release: 0 Summary: Client-Server storage implementation for ZODB License: ZPL-2.1 Group: Development/Languages/Python -URL: https://pypi.org/project/ZEO/ +URL: https://github.com/zopefoundation/ZEO Source: https://files.pythonhosted.org/packages/source/Z/ZEO/ZEO-%{version}.tar.gz Source99: %{name}-rpmlintrc BuildRequires: %{python_module ZConfig} -BuildRequires: %{python_module ZODB >= 5.1.1} +BuildRequires: %{python_module ZODB >= 5.5.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module zdaemon} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-ZConfig -Requires: python-ZODB >= 5.1.1 +Requires: python-ZODB >= 5.5.1 Requires: python-persistent >= 4.1.0 Requires: python-six Requires: python-transaction @@ -81,15 +81,13 @@ find . -name "*~" -print -delete # remove unwanted shebang find src -name "*.py" | xargs sed -i '1 { /^#!/ d }' rm -rf src/ZEO.egg-info -# remove wrong module name, renamed upstream -sed -i -e 's:msgpack-python:msgpack:' setup.py %build %python_build %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/runzeo %python_clone -a %{buildroot}%{_bindir}/zeoctl