Accepting request 1360888 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1360888 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.interface?expand=0&rev=46
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 14 19:34:48 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 8.5:
|
||||
* Build and upload free-threaded (cp314t, cp315t) wheels for
|
||||
all platforms. Expand CI testing for free-threaded Python
|
||||
3.14t from Linux-only to all platforms (macOS, Windows), and
|
||||
add 3.15t CI. See issue 374.
|
||||
* Replace all remaining PyDict_GetItem() calls in the C
|
||||
extension with exception-safe alternatives (PyDict_Contains,
|
||||
PyDict_GetItemWithError). PyDict_GetItem silently swallows
|
||||
exceptions from __hash__/__eq__, causing isOrExtends() to
|
||||
return False instead of raising TypeError for unhashable
|
||||
objects. Also use PyType_GetDict() on Python 3.13+ for free-
|
||||
threading safety when accessing the type dict. See issue 357.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 25 20:32:28 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
%global modname zope.interface
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-zope.interface%{psuffix}
|
||||
Version: 8.4
|
||||
Version: 8.5
|
||||
Release: 0
|
||||
Summary: Interfaces for Python
|
||||
License: ZPL-2.1
|
||||
|
||||
BIN
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a3ba1c5877f0f3e3906b02ddf793abed2becc2948116414ce0e1dd820b68d6d
|
||||
size 257957
|
||||
Reference in New Issue
Block a user