Accepting request 766055 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/766055 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.security?expand=0&rev=3
This commit is contained in:
commit
321aba7064
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 21 10:48:01 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- 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 <mcalabkova@suse.com>
|
Mon Apr 8 13:53:23 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.security
|
# 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.
|
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -27,12 +27,12 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-zope.security%{psuffix}
|
Name: python-zope.security%{psuffix}
|
||||||
Version: 4.3.1
|
Version: 5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope Security Framework
|
Summary: Zope Security Framework
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
Group: Development/Languages/Python
|
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
|
Source0: https://files.pythonhosted.org/packages/source/z/zope.security/zope.security-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -47,13 +47,14 @@ Requires: python-zope.i18nmessageid
|
|||||||
Requires: python-zope.interface
|
Requires: python-zope.interface
|
||||||
Requires: python-zope.location
|
Requires: python-zope.location
|
||||||
Requires: python-zope.proxy >= 4.3.0
|
Requires: python-zope.proxy >= 4.3.0
|
||||||
Requires: python-zope.schema
|
Requires: python-zope.schema >= 4.2.0
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module BTrees}
|
BuildRequires: %{python_module BTrees}
|
||||||
BuildRequires: %{python_module zope.component}
|
BuildRequires: %{python_module zope.component}
|
||||||
BuildRequires: %{python_module zope.configuration}
|
BuildRequires: %{python_module zope.configuration}
|
||||||
BuildRequires: %{python_module zope.location}
|
BuildRequires: %{python_module zope.location}
|
||||||
BuildRequires: %{python_module zope.proxy >= 4.3.0}
|
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.security = %{version}}
|
||||||
BuildRequires: %{python_module zope.testing}
|
BuildRequires: %{python_module zope.testing}
|
||||||
BuildRequires: %{python_module zope.testrunner}
|
BuildRequires: %{python_module zope.testrunner}
|
||||||
@ -84,7 +85,6 @@ rm -rf *.egg-info
|
|||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9448e57bcc856ff05b881ffb1852cdd367fd234e31c0003fd5373582f57beaff
|
|
||||||
size 121684
|
|
3
zope.security-5.0.tar.gz
Normal file
3
zope.security-5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e66dc964083599c73113d0055ad0fa4d0ed014868838d6652c9c7f0e2b39339
|
||||||
|
size 120823
|
Loading…
x
Reference in New Issue
Block a user