2020-07-29 16:37:17 +08:00
|
|
|
%global _empty_manifest_terminate_build 0
|
|
|
|
|
Name: python-cloudpickle
|
2023-11-30 14:12:57 +08:00
|
|
|
Version: 3.0.0
|
2020-07-29 16:37:17 +08:00
|
|
|
Release: 1
|
|
|
|
|
Summary: Extended pickling support for Python objects
|
|
|
|
|
License: BSD 3-Clause License
|
|
|
|
|
URL: https://github.com/cloudpipe/cloudpickle
|
2023-11-30 14:12:57 +08:00
|
|
|
Source0: https://files.pythonhosted.org/packages/c8/72/42a6570fc61b1f8913529728ad314c7cf5961540728dcad22c33fb2db6b6/cloudpickle-3.0.0.tar.gz
|
2020-07-29 16:37:17 +08:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Extended pickling support for Python objects
|
|
|
|
|
|
|
|
|
|
%package -n python3-cloudpickle
|
|
|
|
|
Summary: Extended pickling support for Python objects
|
2023-11-30 14:12:57 +08:00
|
|
|
Provides: python-cloudpickle = %{version}-%{release}
|
2020-07-29 16:37:17 +08:00
|
|
|
BuildRequires: python3-devel
|
2023-11-30 14:12:57 +08:00
|
|
|
BuildRequires: python3-pip
|
|
|
|
|
BuildRequires: python3-wheel
|
|
|
|
|
BuildRequires: python3-flit
|
2020-07-29 16:37:17 +08:00
|
|
|
%description -n python3-cloudpickle
|
|
|
|
|
Extended pickling support for Python objects
|
|
|
|
|
|
|
|
|
|
%package help
|
|
|
|
|
Summary: Development documents and examples for cloudpickle
|
|
|
|
|
Provides: python3-cloudpickle-doc
|
|
|
|
|
%description help
|
|
|
|
|
Extended pickling support for Python objects
|
|
|
|
|
|
|
|
|
|
%prep
|
2022-09-26 11:11:15 +08:00
|
|
|
%autosetup -n cloudpickle-%{version}
|
2020-07-29 16:37:17 +08:00
|
|
|
|
|
|
|
|
%build
|
2023-11-30 14:12:57 +08:00
|
|
|
%pyproject_build
|
2020-07-29 16:37:17 +08:00
|
|
|
|
|
|
|
|
%install
|
2023-11-30 14:12:57 +08:00
|
|
|
%pyproject_install
|
2020-07-29 16:37:17 +08:00
|
|
|
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
|
|
|
|
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
|
|
|
|
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
|
|
|
|
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
|
|
|
|
|
2023-11-30 14:12:57 +08:00
|
|
|
%files -n python3-cloudpickle
|
|
|
|
|
%{python3_sitelib}/*
|
2020-07-29 16:37:17 +08:00
|
|
|
|
2023-11-30 14:12:57 +08:00
|
|
|
%files help
|
2020-07-29 16:37:17 +08:00
|
|
|
%{_docdir}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-11-30 14:12:57 +08:00
|
|
|
* Thu Nov 30 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.0-1
|
|
|
|
|
- Upgrade package to version 3.0.0
|
|
|
|
|
|
2023-04-07 14:41:29 +08:00
|
|
|
* Fri Apr 07 2023 xu_ping <707078654@qq.com> - 2.2.1-1
|
|
|
|
|
- Upgrade package to version 2.2.1
|
|
|
|
|
|
2022-09-26 11:11:15 +08:00
|
|
|
* Mon Sep 26 2022 liqiuyu <liqiuyu@kylinos.cn> - 2.2.0-1
|
|
|
|
|
- Upgrade package to version 2.2.0
|
|
|
|
|
|
2020-07-29 16:37:17 +08:00
|
|
|
* Wed Jul 29 2020 Python_Bot <Python_Bot@openeuler.org>
|
|
|
|
|
- Package Spec generated
|