- Update to 0.4.1:

* drop formal support for python 3.8
  * use get_file_type to open _pyio file types
  * update rtfd to 3.12 and docs requirements
  * formal support for 3.14; init support for 3.15
  * dict and weakref descriptors are singletons in 3.15
  * sync with rtd 15.4.1
  * ensure valid class qualname in getsource
  * avoid numpy segfault for 3.15.0a3
  * update copyright for 2026, urllib3 to 2.6.0
- Drop patch fix-contextvars.patch, merged upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dill?expand=0&rev=45
This commit is contained in:
2026-01-20 01:52:27 +00:00
committed by Git OBS Bridge
parent 283f86285c
commit 15277e70fa
5 changed files with 21 additions and 44 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jan 20 01:52:03 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.4.1:
* drop formal support for python 3.8
* use get_file_type to open _pyio file types
* update rtfd to 3.12 and docs requirements
* formal support for 3.14; init support for 3.15
* dict and weakref descriptors are singletons in 3.15
* sync with rtd 15.4.1
* ensure valid class qualname in getsource
* avoid numpy segfault for 3.15.0a3
* update copyright for 2026, urllib3 to 2.6.0
- Drop patch fix-contextvars.patch, merged upstream.
-------------------------------------------------------------------
Fri Nov 14 10:48:35 UTC 2025 - Marius Grossu <marius.grossu@suse.com>