diff --git a/marshmallow-3.21.3.tar.gz b/marshmallow-3.21.3.tar.gz deleted file mode 100644 index 56ca16d819854593322a309c9ac0a195cf6f6698..0000000000000000000000000000000000000000 Binary files a/marshmallow-3.21.3.tar.gz and /dev/null differ diff --git a/marshmallow-3.22.0.tar.gz b/marshmallow-3.22.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dafdc45da1a5e24b22b59083991fc48b37498462 Binary files /dev/null and b/marshmallow-3.22.0.tar.gz differ diff --git a/python-marshmallow.spec b/python-marshmallow.spec index fcf5134e8507ae0d79fdcb956124c61d497b7bfc..91d80c7dc78927bc6b9eb7374ed2b0c7159398ab 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-marshmallow -Version: 3.21.3 +Version: 3.22.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: %{pypi_source marshmallow} +Source0: https://files.pythonhosted.org/packages/70/40/faa10dc4500bca85f41ca9d8cefab282dd23d0fcc7a9b5fab40691e72e76/marshmallow-3.22.0.tar.gz BuildArch: noarch BuildRequires: python3-flit-core @@ -86,6 +86,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* 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 +- Refactor hooks + * Fri Aug 09 2024 Ge Wang - 3.21.3-1 - Update to version 3.21.3