Compare commits

..

No commits in common. "957d533f1e1d9ddf57156bd217694cefa4830269" and "e9fef6e9ec58809152ae2c9049aaef5a569af794" have entirely different histories.

4 changed files with 4 additions and 16 deletions

BIN
marshmallow-3.13.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

BIN
marshmallow-3.7.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-marshmallow
Version: 3.20.2
Version: 3.13.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/03/81/763717b3448e5d3a3906f27ab2ffedc9a495e8077946f54b8033967d29fd/marshmallow-3.20.2.tar.gz
Source0: https://files.pythonhosted.org/packages/88/92/8aac4cb538002d38ae068b8d7bc9fabc2964eb97672e3cb6e16682cdc5be/marshmallow-3.13.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 = %{version}-%{release}
Provides: python-marshmallow
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}
%autosetup -n marshmallow-3.13.0
%build
%py3_build
@ -82,18 +82,6 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jan 11 2024 Paul Thomas <paulthomas100199@gmail.com> - 3.20.2-1
- update to version 3.20.2
* 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
- Update package to version 3.19.0
* 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