Package upgrade
This commit is contained in:
parent
30adfb4487
commit
f8e606beed
Binary file not shown.
BIN
marshmallow-3.17.0.tar.gz
Normal file
BIN
marshmallow-3.17.0.tar.gz
Normal file
Binary file not shown.
@ -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 <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
|
||||
- Upgrade marshmallow to 3.13.0-1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user