!8 Update package

From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-11-22 02:49:15 +00:00 committed by Gitee
commit c1edd19f8c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
marshmallow-3.19.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.17.0 Version: 3.19.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/50/23/cd717da7c1a78845b3127ba053c2a561d1193b8a0392ca1b4a4e61a5d7d4/marshmallow-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/5e/59/dd465e5ab0ccb879c410f88c75189a19fd437b12cd9a03b31579aef58709/marshmallow-3.19.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-pytest Requires: python3-pytest
@ -27,7 +27,7 @@ marshmallow is an ORM/ ODM/ framework-agnostic library for converting complex da
%package -n python3-marshmallow %package -n python3-marshmallow
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.
Provides: python-marshmallow Provides: python-marshmallow = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools 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. 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-%{version} -p1 %autosetup -n marshmallow-%{version}
%build %build
%py3_build %py3_build
@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Nov 21 2022 wangjunqi <wangjunqi@kylinos.cn> - 3.19.0-1
- Update package to version 3.19.0
* Wed Jun 29 2022 yaoxin <yaoxin30@h-partners.com> - 3.17.0-1 * Wed Jun 29 2022 yaoxin <yaoxin30@h-partners.com> - 3.17.0-1
- Update to 3.17.0 - Update to 3.17.0