Compare commits
10 Commits
d8098d286d
...
996f1a4578
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
996f1a4578 | ||
|
|
9334c72f39 | ||
|
|
0bde888606 | ||
|
|
8dabdd6048 | ||
|
|
1c62d3fd97 | ||
|
|
f5e4df4b48 | ||
|
|
32613fe60c | ||
|
|
e58c3820e7 | ||
|
|
92df50e143 | ||
|
|
2116fc1e7a |
BIN
dill-0.3.4.zip
BIN
dill-0.3.4.zip
Binary file not shown.
BIN
dill-0.3.7.tar.gz
Normal file
BIN
dill-0.3.7.tar.gz
Normal file
Binary file not shown.
@ -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.4
|
Version: 0.3.7
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: serialize all of python
|
Summary: serialize all of python
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/uqfoundation/dill
|
URL: https://github.com/uqfoundation/dill
|
||||||
Source0: https://files.pythonhosted.org/packages/57/b7/c4aa04a27040e6a3b09f5a652976ead00b66504c014425a7aad887aa8d7f/dill-0.3.4.zip
|
Source0: https://files.pythonhosted.org/packages/c4/31/54dd222e02311c2dbc9e680d37cbd50f4494ce1ee9b04c69980e4ec26f38/dill-0.3.7.tar.gz
|
||||||
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-0.3.4
|
%autosetup -n dill-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -68,5 +68,20 @@ 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
|
||||||
|
|||||||
4
python-dill.yaml
Normal file
4
python-dill.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: pypi
|
||||||
|
src_repo: dill
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user