14
0

- Update to 7.1.0:

* Declare support for Python 3.13.
  * Fix segmentation faults on Python 3.13. (#323)
- Drop patch fix-testsuite-segfault.patch, included upstream.
- Switch to autosetup macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=73
This commit is contained in:
2024-10-14 03:38:40 +00:00
committed by Git OBS Bridge
parent 3c51ad07f1
commit 048c7ac55a
5 changed files with 19 additions and 38 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 14 03:37:17 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 7.1.0:
* Declare support for Python 3.13.
* Fix segmentation faults on Python 3.13. (#323)
- Drop patch fix-testsuite-segfault.patch, included upstream.
- Switch to autosetup macros.
-------------------------------------------------------------------
Wed Sep 25 13:39:50 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>