Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
996f1a4578
!8 Update package to version 0.3.7
From: @lingjuer 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-08-11 03:17:24 +00:00
lingjuer
9334c72f39 Update to version 0.3.7 2023-08-01 09:45:18 +08:00
openeuler-ci-bot
0bde888606
!7 Update package
From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-11-16 06:28:05 +00:00
liqiuyu123
8dabdd6048 update package 2022-11-15 16:17:05 +08:00
openeuler-ci-bot
1c62d3fd97
!6 Upgrade package to version 0.3.5.1
From: @Gzx1999 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-10-08 10:12:01 +00:00
Gzx1999
f5e4df4b48 Upgrade package to version 0.3.5.1 2022-10-08 16:05:05 +08:00
openeuler-ci-bot
32613fe60c
!5 License compliance rectification
From: @penelope_y 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-05-16 09:08:45 +00:00
penelope
e58c3820e7 License compliance rectification 2022-05-11 14:57:29 +08:00
openeuler-ci-bot
92df50e143
!4 Add yaml file and zlib to buildrequires
From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-04-25 06:02:13 +00:00
liqiuyu
2116fc1e7a add yaml file 2022-04-24 14:54:26 +08:00
4 changed files with 23 additions and 4 deletions

Binary file not shown.

BIN
dill-0.3.7.tar.gz Normal file

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.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
View File

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