updated to latest:3.20.1

This commit is contained in:
nyr 2023-08-01 13:07:57 +08:00
parent c1edd19f8c
commit 3ce076cca1
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
marshmallow-3.20.1.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.19.0 Version: 3.20.1
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/5e/59/dd465e5ab0ccb879c410f88c75189a19fd437b12cd9a03b31579aef58709/marshmallow-3.19.0.tar.gz Source0: https://files.pythonhosted.org/packages/e4/e0/3e49c0f91f3e8954806c1076f4eae2c95a9d3ed2546f267c683b877d327b/marshmallow-3.20.1.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-pytest Requires: python3-pytest
@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Aug 01 2023 niuyaru <niuyaru@kylinos.cn> - 3.20.1-1
- Update package to version 3.20.1
* Mon Nov 21 2022 wangjunqi <wangjunqi@kylinos.cn> - 3.19.0-1 * Mon Nov 21 2022 wangjunqi <wangjunqi@kylinos.cn> - 3.19.0-1
- Update package to version 3.19.0 - Update package to version 3.19.0