diff --git a/marshmallow-3.17.0.tar.gz b/marshmallow-3.17.0.tar.gz deleted file mode 100644 index 8d844ffa12f735c9553ba4d56162db4b9c38a657..0000000000000000000000000000000000000000 Binary files a/marshmallow-3.17.0.tar.gz and /dev/null differ diff --git a/marshmallow-3.19.0.tar.gz b/marshmallow-3.19.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d3b85ff587aff6ac9f9ee0842c2087bc3fc93daf Binary files /dev/null and b/marshmallow-3.19.0.tar.gz differ diff --git a/python-marshmallow.spec b/python-marshmallow.spec index dc01597bec322c2abd68b80920193a056066cde7..c4877d07846b0631353ab93e8987ab1cccef9c46 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-marshmallow -Version: 3.17.0 +Version: 3.19.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/50/23/cd717da7c1a78845b3127ba053c2a561d1193b8a0392ca1b4a4e61a5d7d4/marshmallow-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/5e/59/dd465e5ab0ccb879c410f88c75189a19fd437b12cd9a03b31579aef58709/marshmallow-3.19.0.tar.gz BuildArch: noarch Requires: python3-pytest @@ -27,7 +27,7 @@ marshmallow is an ORM/ ODM/ framework-agnostic library for converting complex da %package -n python3-marshmallow Summary: A lightweight library for converting complex datatypes to and from native Python datatypes. -Provides: python-marshmallow +Provides: python-marshmallow = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -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-%{version} -p1 +%autosetup -n marshmallow-%{version} %build %py3_build @@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 21 2022 wangjunqi - 3.19.0-1 +- Update package to version 3.19.0 + * Wed Jun 29 2022 yaoxin - 3.17.0-1 - Update to 3.17.0