diff --git a/marshmallow-4.0.0.tar.gz b/marshmallow-4.0.0.tar.gz deleted file mode 100644 index e2aa27d4c17cefd55c2794cf8a340232f96442d9..0000000000000000000000000000000000000000 Binary files a/marshmallow-4.0.0.tar.gz and /dev/null differ diff --git a/marshmallow-4.0.1.tar.gz b/marshmallow-4.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ec8edc93e57feeb9dfbed400edb35576ffee18a4 Binary files /dev/null and b/marshmallow-4.0.1.tar.gz differ diff --git a/python-marshmallow.spec b/python-marshmallow.spec index 0cca62f52cc29972a3334bf002aff9dd5b598b94..a1d2566b1df161d971bf0b8ba1c6d443e13e9195 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.0 +Version: 4.0.1 Release: 1 Summary: A lightweight library for converting complex datatypes to and from native Python datatypes. License: MIT @@ -53,6 +53,10 @@ marshmallow is an ORM/ ODM/ framework-agnostic library for converting complex da %{python3_sitelib}/* %changelog +* Mon Sep 8 2025 lilu - 4.0.1-1 +- Update package to version 4.0.1 + * Fix wildcard import of from marshmallow import * + * Mon Aug 18 2025 yaoxin <1024769339@qq.com> - 4.0.0-1 - Update to 4.0.0: * Typing: Add types to all `Field ` constructor kwargs