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>