forked from pool/python-zope.security
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
e70090e764 | |||
411cbc1121 | |||
5a84c60998 | |||
7351cadc48 |
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 10 14:40:22 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 7.3
|
||||||
|
* Respect ``PURE_PYTHON`` environment variable set to ``0``.
|
||||||
|
- from version 7.2
|
||||||
|
* Declare final support for Python 3.13.
|
||||||
|
- Adjust upstream source name in spec file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 8 16:31:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 7.1:
|
||||||
|
* Allow calling methods of type <class 'builtin_method'> by
|
||||||
|
default. In particular, Python 3.12 refactored the io module
|
||||||
|
in such a way as to slightly change the types of some
|
||||||
|
methods, causing zope.security to no longer consider them
|
||||||
|
callable. See zope.file#13.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 10 08:53:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Jun 10 08:53:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -27,13 +27,13 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-zope.security%{psuffix}
|
Name: python-zope.security%{psuffix}
|
||||||
Version: 7.0
|
Version: 7.3
|
||||||
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: https://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}
|
||||||
BuildRequires: %{python_module zope.interface}
|
BuildRequires: %{python_module zope.interface}
|
||||||
@@ -66,7 +66,7 @@ The Security framework provides a generic mechanism to implement security
|
|||||||
policies on Python objects.
|
policies on Python objects.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zope.security-%{version}
|
%setup -q -n zope_security-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6f4ef50b5bd40ccb9b22fb74f845fd0edf67e29dcf3233d923915959f94f16ff
|
|
||||||
size 144615
|
|
BIN
zope_security-7.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
zope_security-7.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user