From afcdb7071e78c2a94eb0aa04924461002ca6825b7e3306227261e70dc6bb43de Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Jun 2024 20:34:31 +0000 Subject: [PATCH] - 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 --- jsonpickle-3.2.1.tar.gz | 3 --- jsonpickle-3.2.2.tar.gz | 3 +++ python-jsonpickle.changes | 16 ++++++++++++++++ python-jsonpickle.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 jsonpickle-3.2.1.tar.gz create mode 100644 jsonpickle-3.2.2.tar.gz diff --git a/jsonpickle-3.2.1.tar.gz b/jsonpickle-3.2.1.tar.gz deleted file mode 100644 index 21d8772..0000000 --- a/jsonpickle-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b6d7640974199f7acf9035295365b5a1a71a91109effa15ba170fbb48cf871c -size 325765 diff --git a/jsonpickle-3.2.2.tar.gz b/jsonpickle-3.2.2.tar.gz new file mode 100644 index 0000000..1b2e463 --- /dev/null +++ b/jsonpickle-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d425fd2b8afe9f5d7d57205153403fbf897782204437882a477e8eed60930f8c +size 327839 diff --git a/python-jsonpickle.changes b/python-jsonpickle.changes index 82a2d55..e25119d 100644 --- a/python-jsonpickle.changes +++ b/python-jsonpickle.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Jun 30 20:34:24 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-jsonpickle.spec b/python-jsonpickle.spec index c9fec1c..6f06e63 100644 --- a/python-jsonpickle.spec +++ b/python-jsonpickle.spec @@ -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