diff --git a/jsonpickle-4.0.0.tar.gz b/jsonpickle-4.0.0.tar.gz deleted file mode 100644 index 28cc136..0000000 --- a/jsonpickle-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc670852b204d77601b08f8f9333149ac37ab6d3fe4e6ed3b578427291f63736 -size 314587 diff --git a/jsonpickle-4.0.1.tar.gz b/jsonpickle-4.0.1.tar.gz new file mode 100644 index 0000000..e07d6a1 --- /dev/null +++ b/jsonpickle-4.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5336144d902958b92cb08bc1e76bfa47199b8afd454303693894defd2fa50c5 +size 314587 diff --git a/python-jsonpickle.changes b/python-jsonpickle.changes index 6854b95..b900ce1 100644 --- a/python-jsonpickle.changes +++ b/python-jsonpickle.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:26 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 4.0.1 + * The unpickler is now more resilient to malformed "py/reduce", "py/set", + "py/tuple", "py/b64", "py/b85", and "py/iterator" input data. (+544) (+545) + * The test suite was updated to leverage more pytest features. + * The ``jsonpickle.compat`` module is no longer used. It is still provided + for backwards compatibility but it may be removed in a future version. + ------------------------------------------------------------------- Wed Nov 20 16:10:49 UTC 2024 - Dirk Müller diff --git a/python-jsonpickle.spec b/python-jsonpickle.spec index d736dc4..a016b00 100644 --- a/python-jsonpickle.spec +++ b/python-jsonpickle.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonpickle # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-jsonpickle -Version: 4.0.0 +Version: 4.0.1 Release: 0 Summary: Python library for serializing any arbitrary object graph into JSON License: BSD-3-Clause