Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6278d6030c
!9 python-billiard package init for openEuler-20.03-LTS-SP4
From: @rabbitali 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2024-07-10 08:10:52 +00:00
rabbitali
a0ca8a0d53 Package init 2024-07-10 15:40:14 +08:00
openeuler-ci-bot
7a07da6fdd
!7 Update version to 4.2.0
From: @zhao-jingyu985 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-03-25 09:25:36 +00:00
zhaojingyu
078fc6d26e Update version to 4.2.0 2024-03-25 10:33:48 +08:00
openeuler-ci-bot
4bf2763daa
!6 update to 4.1.0
From: @wenzhiwei11 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-12-19 13:06:43 +00:00
wenzhiwei11
58e2e40131 update to 4.1.0 2022-12-15 17:31:14 +08:00
openeuler-ci-bot
41d31ab68d
!5 Update package
From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-10-28 02:37:16 +00:00
liqiuyu123
34341f6c9b update package 2022-10-27 10:59:25 +08:00
openeuler-ci-bot
cd8e58f7b1
!4 License compliance rectification
From: @wu-leilei 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-05-11 02:06:48 +00:00
wu-leilei
aec6541c81 License compliance rectification 2022-05-10 16:54:03 +08:00

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-billiard
Version: 3.6.4.0
Release: 2
Release: 1
Summary: Python multiprocessing fork with improvements and bugfixes
License: BSD
URL: https://github.com/celery/billiard
Source0: https://files.pythonhosted.org/packages/92/91/40de1901da8ec9eeb7c6a22143ba5d55d8aaa790761ca31342cedcd5c793/billiard-3.6.4.0.tar.gz
Source0: https://files.pythonhosted.org/packages/92/91/40de1901da8ec9eeb7c6a22143ba5d55d8aaa790761ca31342cedcd5c793/billiard-%{version}.tar.gz
BuildArch: noarch
@ -16,7 +16,6 @@ Multiprocessing Pool Extensions
Summary: Python multiprocessing fork with improvements and bugfixes
Provides: python-billiard
BuildRequires: python3-devel
BuildRequires: zlib >= 1.2.11
BuildRequires: python3-setuptools
%description -n python3-billiard
Multiprocessing Pool Extensions
@ -28,7 +27,7 @@ Provides: python3-billiard-doc
Multiprocessing Pool Extensions
%prep
%autosetup -n billiard-3.6.4.0
%autosetup -n billiard-%{version}
%build
%py3_build
@ -69,8 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Apr 22 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.6.4.0-2
- Add zlib to buildrequires
* Tue Oct 12 2021 Python_Bot <Python_Bot@openeuler.org> - 3.6.4.0-1
- Package Init