diff --git a/marshmallow-4.0.1.tar.gz b/marshmallow-4.0.1.tar.gz deleted file mode 100644 index ec8edc93e57feeb9dfbed400edb35576ffee18a4..0000000000000000000000000000000000000000 Binary files a/marshmallow-4.0.1.tar.gz and /dev/null differ diff --git a/marshmallow-4.1.0.tar.gz b/marshmallow-4.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cd4d74bfaeb357bdfcc34323fab8d451a50628eb Binary files /dev/null and b/marshmallow-4.1.0.tar.gz differ diff --git a/python-marshmallow.spec b/python-marshmallow.spec index a1d2566b1df161d971bf0b8ba1c6d443e13e9195..6d3fb56a00d35fbe951938cc36135d6ff07b3d84 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-marshmallow -Version: 4.0.1 +Version: 4.1.0 Release: 1 Summary: A lightweight library for converting complex datatypes to and from native Python datatypes. License: MIT @@ -53,6 +53,9 @@ marshmallow is an ORM/ ODM/ framework-agnostic library for converting complex da %{python3_sitelib}/* %changelog +* Fri Nov 28 2025 zhangzeyang0718 - 4.1.0-1 +- Update to 4.1.0 + * Mon Sep 8 2025 lilu - 4.0.1-1 - Update package to version 4.0.1 * Fix wildcard import of from marshmallow import *