update to 2.2.0

This commit is contained in:
liqiuyu123 2022-09-26 11:11:15 +08:00
parent 816dc0a5b2
commit ace509f136
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
cloudpickle-2.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-cloudpickle
Version: 1.5.0
Version: 2.2.0
Release: 1
Summary: Extended pickling support for Python objects
License: BSD 3-Clause License
URL: https://github.com/cloudpipe/cloudpickle
Source0: https://files.pythonhosted.org/packages/2b/42/1a742ae7a85e8e15a60696b0519f71db8ee04839fef6007c3859184fbe71/cloudpickle-1.5.0.tar.gz
Source0: https://files.pythonhosted.org/packages/f9/9a/4bbae686297e3af55e08292145dde750999d2652d9fb408e605776c53348/cloudpickle-2.2.0.tar.gz
BuildArch: noarch
@ -27,7 +27,7 @@ Provides: python3-cloudpickle-doc
Extended pickling support for Python objects
%prep
%autosetup -n cloudpickle-1.5.0
%autosetup -n cloudpickle-%{version}
%build
%py3_build
@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Sep 26 2022 liqiuyu <liqiuyu@kylinos.cn> - 2.2.0-1
- Upgrade package to version 2.2.0
* Wed Jul 29 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated