diff --git a/marshmallow-3.13.0.tar.gz b/marshmallow-3.13.0.tar.gz deleted file mode 100644 index eb5b96e15fbf44fd731f84d45ef08231cca738ed..0000000000000000000000000000000000000000 Binary files a/marshmallow-3.13.0.tar.gz and /dev/null differ diff --git a/marshmallow-3.17.0.tar.gz b/marshmallow-3.17.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8d844ffa12f735c9553ba4d56162db4b9c38a657 Binary files /dev/null and b/marshmallow-3.17.0.tar.gz differ diff --git a/python-marshmallow.spec b/python-marshmallow.spec index 9563eaf78b256ffd9a9cbe7c6ea62881eb60bd57..dc01597bec322c2abd68b80920193a056066cde7 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-marshmallow -Version: 3.13.0 +Version: 3.17.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/88/92/8aac4cb538002d38ae068b8d7bc9fabc2964eb97672e3cb6e16682cdc5be/marshmallow-3.13.0.tar.gz +Source0: https://files.pythonhosted.org/packages/50/23/cd717da7c1a78845b3127ba053c2a561d1193b8a0392ca1b4a4e61a5d7d4/marshmallow-%{version}.tar.gz BuildArch: noarch Requires: python3-pytest @@ -42,7 +42,7 @@ Provides: python3-marshmallow-doc marshmallow is an ORM/ ODM/ framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes. %prep -%autosetup -n marshmallow-3.13.0 +%autosetup -n marshmallow-%{version} -p1 %build %py3_build @@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 29 2022 yaoxin - 3.17.0-1 +- Update to 3.17.0 + * Wed Aug 11 2021 Python_Bot - 3.13.0-1 - Upgrade marshmallow to 3.13.0-1