Sync from SUSE:SLFO:Main python-zope.interface revision a8e367e57c962f1e7e6de3504e1e68b5

This commit is contained in:
2025-05-17 16:17:05 +02:00
parent 4489475dc6
commit 847769f034
4 changed files with 34 additions and 7 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Apr 1 15:53:29 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Mon Mar 24 07:13:03 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Correct dist-info directory due to new setuptools.
-------------------------------------------------------------------
Mon Jan 20 10:32:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 7.2
* Add preliminary support for Python 3.14a2, this means that
``.common.builtins.IByteString`` and ``.common.collections.IByteString`` are
no longer available from this Python version onwards as Python 3.14 dropped
``collections.abc.ByteString``.
-------------------------------------------------------------------
Wed Oct 30 13:49:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 7.1.1
* Fix segmentation faults in `weakrefobject.c`
on Python 3.12 and 3.13. (#323)
- Adjust upstream source name in spec file
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 14 03:37:17 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> Mon Oct 14 03:37:17 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-zope.interface # spec file for package python-zope.interface
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -24,10 +24,10 @@
%define psuffix %{nil} %define psuffix %{nil}
%bcond_with test %bcond_with test
%endif %endif
%global modname zope_interface %global modname zope.interface
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-zope.interface%{psuffix} Name: python-zope.interface%{psuffix}
Version: 7.1.0 Version: 7.2
Release: 0 Release: 0
Summary: Interfaces for Python Summary: Interfaces for Python
License: ZPL-2.1 License: ZPL-2.1
@@ -84,7 +84,7 @@ cd src
%files %{python_files} %files %{python_files}
%license LICENSE.txt COPYRIGHT.txt %license LICENSE.txt COPYRIGHT.txt
%doc CHANGES.rst README.rst %doc CHANGES.rst README.rst
%{python_sitearch}/zope.interface-%{version}.dist-info %{python_sitearch}/zope[_.]interface-%{version}.dist-info
%{python_sitearch}/zope.interface-%{version}*-nspkg.pth %{python_sitearch}/zope.interface-%{version}*-nspkg.pth
%dir %{python_sitearch}/zope %dir %{python_sitearch}/zope
%{python_sitearch}/zope/interface %{python_sitearch}/zope/interface

BIN
zope.interface-7.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
zope_interface-7.1.0.tar.gz (Stored with Git LFS)

Binary file not shown.