forked from pool/python-jsonpickle
- update to 3.2.2:
* A bug with the incorrect (de)serialization of NoneType
objects has been fixed. (+507)
* tests/benchmark.py was updated to avoid Python 2 syntax.
(+508)
* The unpickler was updated to avoid creating temporary
functions. (+508)
* Some basic scripts have been made to analyze benchmark
results. (+511)
* Fix test suite compatibility with Numpy 2.x (+512)
* setup.cfg was updated to use license_files instead of
license_file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=40
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 20:34:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.2.2:
|
||||
* A bug with the incorrect (de)serialization of NoneType
|
||||
objects has been fixed. (+507)
|
||||
* tests/benchmark.py was updated to avoid Python 2 syntax.
|
||||
(+508)
|
||||
* The unpickler was updated to avoid creating temporary
|
||||
functions. (+508)
|
||||
* Some basic scripts have been made to analyze benchmark
|
||||
results. (+511)
|
||||
* Fix test suite compatibility with Numpy 2.x (+512)
|
||||
* setup.cfg was updated to use license_files instead of
|
||||
license_file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 08:55:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user