From 867cb833d5aa375dfd4e9fc4ee9e094bc522415bcccd0b61158bd3fde899dcaf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 08:36:00 +0000 Subject: [PATCH] - update to 3.0.3: * Compatibilty with Pandas and Cython 3.0 was added. * Fixed a bug where pickling some built-in classes (e.g. zoneinfo) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=32 --- jsonpickle-3.0.2.tar.gz | 3 --- jsonpickle-3.0.3.tar.gz | 3 +++ python-jsonpickle.changes | 7 +++++++ python-jsonpickle.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 jsonpickle-3.0.2.tar.gz create mode 100644 jsonpickle-3.0.3.tar.gz diff --git a/jsonpickle-3.0.2.tar.gz b/jsonpickle-3.0.2.tar.gz deleted file mode 100644 index 4078604..0000000 --- a/jsonpickle-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e37abba4bfb3ca4a4647d28bb9f4706436f7b46c8a8333b4a718abafa8e46b37 -size 266361 diff --git a/jsonpickle-3.0.3.tar.gz b/jsonpickle-3.0.3.tar.gz new file mode 100644 index 0000000..637d368 --- /dev/null +++ b/jsonpickle-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5691f44495327858ab3a95b9c440a79b41e35421be1a6e09a47b6c9b9421fd06 +size 264902 diff --git a/python-jsonpickle.changes b/python-jsonpickle.changes index 286fa16..c66d022 100644 --- a/python-jsonpickle.changes +++ b/python-jsonpickle.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 16 08:34:57 UTC 2024 - Dirk Müller + +- update to 3.0.3: + * Compatibilty with Pandas and Cython 3.0 was added. + * Fixed a bug where pickling some built-in classes (e.g. zoneinfo) + ------------------------------------------------------------------- Fri Dec 29 13:52:24 UTC 2023 - Antonio Larrosa diff --git a/python-jsonpickle.spec b/python-jsonpickle.spec index c44e49c..a606c17 100644 --- a/python-jsonpickle.spec +++ b/python-jsonpickle.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-jsonpickle -Version: 3.0.2 +Version: 3.0.3 Release: 0 Summary: Python library for serializing any arbitrary object graph into JSON License: BSD-3-Clause