14
0
forked from pool/python-dill

- update to 0.3.5.1:

* requires python 3.7 
  * skip tests with broken stftime
  * resolve symlinks when determining if module is builtin
  * support python 3.10
  * adjust for python 3.11
  * Support recursive and empty closure cells 
  * use CAN_NULL for 3.11a7 and above
  * better check for travis in tests
  * parse init file for dist meta
  * drop rtfd build to 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dill?expand=0&rev=20
This commit is contained in:
2022-10-03 15:58:21 +00:00
committed by Git OBS Bridge
parent f3558cc035
commit 462649a76c
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Oct 3 15:54:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.3.5.1:
* requires python 3.7
* skip tests with broken stftime
* resolve symlinks when determining if module is builtin
* support python 3.10
* adjust for python 3.11
* Support recursive and empty closure cells
* use CAN_NULL for 3.11a7 and above
* better check for travis in tests
* parse init file for dist meta
* drop rtfd build to 3.8
-------------------------------------------------------------------
Sun Dec 19 17:30:19 UTC 2021 - Ben Greiner <code@bnavigator.de>