Package upgrade

This commit is contained in:
starlet-dx 2022-06-29 14:38:52 +08:00
parent 30adfb4487
commit f8e606beed
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
marshmallow-3.17.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-marshmallow Name: python-marshmallow
Version: 3.13.0 Version: 3.17.0
Release: 1 Release: 1
Summary: A lightweight library for converting complex datatypes to and from native Python datatypes. Summary: A lightweight library for converting complex datatypes to and from native Python datatypes.
License: MIT License: MIT
URL: https://github.com/marshmallow-code/marshmallow 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 BuildArch: noarch
Requires: python3-pytest 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. marshmallow is an ORM/ ODM/ framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes.
%prep %prep
%autosetup -n marshmallow-3.13.0 %autosetup -n marshmallow-%{version} -p1
%build %build
%py3_build %py3_build
@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Jun 29 2022 yaoxin <yaoxin30@h-partners.com> - 3.17.0-1
- Update to 3.17.0
* Wed Aug 11 2021 Python_Bot <Python_Bot@openeuler.org> - 3.13.0-1 * Wed Aug 11 2021 Python_Bot <Python_Bot@openeuler.org> - 3.13.0-1
- Upgrade marshmallow to 3.13.0-1 - Upgrade marshmallow to 3.13.0-1