Compare commits

1 Commits
main ... 1.1

4 changed files with 28 additions and 71 deletions

View File

@@ -1,46 +1,3 @@
-------------------------------------------------------------------
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>
- update to 7.0:
* Add preliminary support for Python 3.13 as of 3.13b1.
* Drop support for Python 3.7.
* Build windows wheels on GHA.
-------------------------------------------------------------------
Mon Dec 11 08:17:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 6.2:
* Make ``next()`` on C proxies call ``__next__`` rather than
``next`` (see PEP 3114), and drop support for the Python 2
``next`` method name from pure-Python proxies.
* Drop using ``setup_requires`` due to constant problems on
GHA.
* Add support for Python 3.12.
-------------------------------------------------------------------
Fri Jun 9 12:59:34 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 5 14:30:05 UTC 2023 - Dirk Müller <dmueller@suse.com> Fri May 5 14:30:05 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-zope.security # spec file
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2023 SUSE LLC
# Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany. # Copyright (c) 2013-2022 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
@@ -17,7 +17,7 @@
# #
%{?sle15_python_module_pythons} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil} %global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test" %if "%{flavor}" == "test"
%define psuffix -test %define psuffix -test
@@ -27,13 +27,13 @@
%bcond_with test %bcond_with test
%endif %endif
Name: python-zope.security%{psuffix} Name: python-zope.security%{psuffix}
Version: 7.3 Version: 6.1
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

BIN
zope.security-6.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
zope_security-7.3.tar.gz (Stored with Git LFS)

Binary file not shown.