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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b6d7640974199f7acf9035295365b5a1a71a91109effa15ba170fbb48cf871c
|
||||
size 325765
|
||||
3
jsonpickle-3.2.2.tar.gz
Normal file
3
jsonpickle-3.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d425fd2b8afe9f5d7d57205153403fbf897782204437882a477e8eed60930f8c
|
||||
size 327839
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-jsonpickle
|
||||
Version: 3.2.1
|
||||
Version: 3.2.2
|
||||
Release: 0
|
||||
Summary: Python library for serializing any arbitrary object graph into JSON
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user