12
0

6 Commits

Author SHA256 Message Date
26ae81ffb8 Accepting request 1274283 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1274283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.security?expand=0&rev=18
2025-05-05 20:27:17 +00:00
456bb1b78f - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.security?expand=0&rev=40
2025-05-05 03:45:47 +00:00
b22448b5a3 Accepting request 1206724 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1206724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.security?expand=0&rev=17
2024-10-10 20:15:02 +00:00
f4d175e1e1 Accepting request 1206723 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1206723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.security?expand=0&rev=38
2024-10-10 14:44:14 +00:00
45c5e9e5aa Accepting request 1199495 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1199495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.security?expand=0&rev=16
2024-09-09 12:44:44 +00:00
933eb53db8 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.security?expand=0&rev=36
2024-09-08 16:31:54 +00:00
4 changed files with 36 additions and 11 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon May 5 03:45:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-zope.security # spec file for package python-zope.security
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 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
@@ -27,15 +27,16 @@
%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
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 pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module zope.interface} BuildRequires: %{python_module zope.interface}
BuildRequires: %{python_module zope.proxy-devel} BuildRequires: %{python_module zope.proxy-devel}
BuildRequires: fdupes BuildRequires: fdupes
@@ -66,14 +67,14 @@ 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 %pyproject_wheel
%install %install
%if !%{with test} %if !%{with test}
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch} %python_expand %fdupes %{buildroot}%{$python_sitearch}
%python_expand rm %{buildroot}%{$python_sitearch}/zope/security/*.c %python_expand rm %{buildroot}%{$python_sitearch}/zope/security/*.c
%endif %endif
@@ -89,7 +90,7 @@ policies on Python objects.
%doc README.rst %doc README.rst
%dir %{python_sitearch}/zope %dir %{python_sitearch}/zope
%{python_sitearch}/zope/security %{python_sitearch}/zope/security
%{python_sitearch}/zope.security-%{version}*-info %{python_sitearch}/zope[._]security-%{version}.dist-info
%{python_sitearch}/zope.security-%{version}*-nspkg.pth %{python_sitearch}/zope.security-%{version}*-nspkg.pth
%endif %endif

View File

@@ -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

Binary file not shown.