diff --git a/marshmallow-3.22.0.tar.gz b/marshmallow-3.22.0.tar.gz deleted file mode 100644 index dafdc45da1a5e24b22b59083991fc48b37498462..0000000000000000000000000000000000000000 Binary files a/marshmallow-3.22.0.tar.gz and /dev/null differ diff --git a/marshmallow-3.23.0.tar.gz b/marshmallow-3.23.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..981ce90ce4253721832db4dd18949a84d5e6937d Binary files /dev/null and b/marshmallow-3.23.0.tar.gz differ diff --git a/python-marshmallow.spec b/python-marshmallow.spec index 91d80c7dc78927bc6b9eb7374ed2b0c7159398ab..6617f19b5e2487d6297a47cc45a053874c25a2c4 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-marshmallow -Version: 3.22.0 +Version: 3.23.0 Release: 1 Summary: A lightweight library for converting complex datatypes to and from native Python datatypes. License: MIT URL: https://github.com/marshmallow-code/marshmallow -Source0: https://files.pythonhosted.org/packages/70/40/faa10dc4500bca85f41ca9d8cefab282dd23d0fcc7a9b5fab40691e72e76/marshmallow-3.22.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/m/marshmallow/marshmallow-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-flit-core @@ -86,6 +86,15 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 01 2024 zhangyulong - 3.23.0-1 +- Update package to version 3.23.0 + -schema Nesting:load everything but avoid dumping everythong + -Fix one variable name causes parsing failure + -Fix abnormal result with @post_load and nested fields + -Support qalalchemy 2+ + -Dynamically set data_key in nested field + -OSS Fuzz Interation + * Tue Sep 3 2024 lilu - 3.22.0-1 - Update package to version 3.22.0 - Add "many" Meta option to "Schema" so it expects a collection by default