diff --git a/jsonpickle-3.3.0.tar.gz b/jsonpickle-3.3.0.tar.gz deleted file mode 100644 index b67f1a36cb54d7fbe1f49518cdef8b996dfbb61d..0000000000000000000000000000000000000000 Binary files a/jsonpickle-3.3.0.tar.gz and /dev/null differ diff --git a/jsonpickle-3.4.0.tar.gz b/jsonpickle-3.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c9b634a67090a59f3684c55619461cff95eb7199 Binary files /dev/null and b/jsonpickle-3.4.0.tar.gz differ diff --git a/python-jsonpickle.spec b/python-jsonpickle.spec index 822666ccd6e67b5577a5c8d8e794dc546e766f65..dc143b349257a45abc4efe8f00a7480ec8333181 100644 --- a/python-jsonpickle.spec +++ b/python-jsonpickle.spec @@ -1,12 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-jsonpickle -Version: 3.3.0 +Version: 3.4.0 Release: 1 Summary: Python library for serializing any arbitrary object graph into JSON. License: BSD-3-Clause URL: https://github.com/jsonpickle/jsonpickle -Source0: https://files.pythonhosted.org/packages/7b/c3/7b43eb963bfb3fa95385e677bb9d027c56d65d395d9f4bd52833affd1a4f/jsonpickle-3.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/j/jsonpickle/jsonpickle-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -61,6 +61,11 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Wed Nov 06 2024 songliyang - 3.4.0-1 +- tree-wide: apply "garden fmt" code formatting +- Fix numpy compat issues +- Use older syntax for dict unions to fix CPython<3.9 + * Fri Sep 6 2024 wanggang - 3.3.0-1 - Update package to version 3.3.0 - The unpickler was updated to avoid using eval, which helps improve its security. Users can still pass safe=False to decode to use the old behavior, though this is not recommended.