From 85384f4940cc8a7d6ce33ed79744473f6ecbcf14c719fe2ef1c9b9f027f00464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 21 Jan 2020 11:37:54 +0000 Subject: [PATCH] Accepting request 766043 from home:mcalabkova:branches:devel:languages:python - update to version 5.0 * Drop support for Python 3.4. * Add support for Python 3.8. * Properly declare dependency on zope.schema >= 4.2.0, introduced in zope.security 4.2.1. * Fix dict item view iteration on PyPy3 7.x. OBS-URL: https://build.opensuse.org/request/show/766043 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.security?expand=0&rev=9 --- python-zope.security.changes | 9 +++++++++ python-zope.security.spec | 10 +++++----- zope.security-4.3.1.tar.gz | 3 --- zope.security-5.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 zope.security-4.3.1.tar.gz create mode 100644 zope.security-5.0.tar.gz diff --git a/python-zope.security.changes b/python-zope.security.changes index 5fab3a7..31acb08 100644 --- a/python-zope.security.changes +++ b/python-zope.security.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 21 10:48:01 UTC 2020 - Marketa Calabkova + +- update to version 5.0 + * Drop support for Python 3.4. + * Add support for Python 3.8. + * Properly declare dependency on zope.schema >= 4.2.0, introduced in zope.security 4.2.1. + * Fix dict item view iteration on PyPy3 7.x. + ------------------------------------------------------------------- Mon Apr 8 13:53:23 UTC 2019 - Marketa Calabkova diff --git a/python-zope.security.spec b/python-zope.security.spec index 766d0d0..3634e43 100644 --- a/python-zope.security.spec +++ b/python-zope.security.spec @@ -1,7 +1,7 @@ # # spec file for package python-zope.security # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -27,12 +27,12 @@ %bcond_with test %endif Name: python-zope.security%{psuffix} -Version: 4.3.1 +Version: 5.0 Release: 0 Summary: Zope Security Framework License: ZPL-2.1 Group: Development/Languages/Python -Url: http://www.python.org/pypi/zope.security +URL: https://www.python.org/pypi/zope.security Source0: https://files.pythonhosted.org/packages/source/z/zope.security/zope.security-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -47,13 +47,14 @@ Requires: python-zope.i18nmessageid Requires: python-zope.interface Requires: python-zope.location Requires: python-zope.proxy >= 4.3.0 -Requires: python-zope.schema +Requires: python-zope.schema >= 4.2.0 %if %{with test} BuildRequires: %{python_module BTrees} BuildRequires: %{python_module zope.component} BuildRequires: %{python_module zope.configuration} BuildRequires: %{python_module zope.location} BuildRequires: %{python_module zope.proxy >= 4.3.0} +BuildRequires: %{python_module zope.schema >= 4.2.0} BuildRequires: %{python_module zope.security = %{version}} BuildRequires: %{python_module zope.testing} BuildRequires: %{python_module zope.testrunner} @@ -84,7 +85,6 @@ rm -rf *.egg-info %if !%{with test} %files %{python_files} -%defattr(-,root,root) %license LICENSE.txt %doc README.rst %{python_sitearch}/* diff --git a/zope.security-4.3.1.tar.gz b/zope.security-4.3.1.tar.gz deleted file mode 100644 index c743c06..0000000 --- a/zope.security-4.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff -size 121684 diff --git a/zope.security-5.0.tar.gz b/zope.security-5.0.tar.gz new file mode 100644 index 0000000..1523e11 --- /dev/null +++ b/zope.security-5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e66dc964083599c73113d0055ad0fa4d0ed014868838d6652c9c7f0e2b39339 +size 120823