Compare commits

..

No commits in common. "996f1a4578175f9154dc3e67afa340360b3a4e3f" and "d8098d286d5c181def2ec478eb7820f3ed352207" have entirely different histories.

4 changed files with 4 additions and 23 deletions

BIN
dill-0.3.4.zip Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-dill Name: python-dill
Version: 0.3.7 Version: 0.3.4
Release: 1 Release: 1
Summary: serialize all of python Summary: serialize all of python
License: BSD-3-Clause License: BSD
URL: https://github.com/uqfoundation/dill URL: https://github.com/uqfoundation/dill
Source0: https://files.pythonhosted.org/packages/c4/31/54dd222e02311c2dbc9e680d37cbd50f4494ce1ee9b04c69980e4ec26f38/dill-0.3.7.tar.gz Source0: https://files.pythonhosted.org/packages/57/b7/c4aa04a27040e6a3b09f5a652976ead00b66504c014425a7aad887aa8d7f/dill-0.3.4.zip
BuildArch: noarch BuildArch: noarch
Requires: python3-objgraph Requires: python3-objgraph
@ -28,7 +28,7 @@ Provides: python3-dill-doc
serialize all of python serialize all of python
%prep %prep
%autosetup -n dill-%{version} %autosetup -n dill-0.3.4
%build %build
%py3_build %py3_build
@ -68,20 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Aug 01 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 0.3.7-1
- Update package to version 0.3.7
* Fri Nov 11 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.3.6-1
- Upgrade package to version 0.3.6
* Sat Oct 08 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.3.5.1-1
- Upgrade package to version 0.3.5.1
* Wed May 11 2022 yangping <yangping69@h-partners> - 0.3.4-3
- License compliance rectification
* Sun Apr 24 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.3.4-2
- Add zlib to buildrequires
* Fri Dec 10 2021 Python_Bot <Python_Bot@openeuler.org> - 0.3.4-1 * Fri Dec 10 2021 Python_Bot <Python_Bot@openeuler.org> - 0.3.4-1
- Package Init - Package Init

View File

@ -1,4 +0,0 @@
version_control: pypi
src_repo: dill
tag_prefix: ^v
separator: "."