!9 python-billiard package init for openEuler-20.03-LTS-SP4

From: @rabbitali 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2024-07-10 08:10:52 +00:00 committed by Gitee
commit 6278d6030c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4 additions and 18 deletions

BIN
billiard-3.6.4.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-billiard
Version: 4.2.0
Version: 3.6.4.0
Release: 1
Summary: Python multiprocessing fork with improvements and bugfixes
License: BSD-3-Clause
License: BSD
URL: https://github.com/celery/billiard
Source0: https://files.pythonhosted.org/packages/09/52/f10d74fd56e73b430c37417658158ad8386202b069b70ff97d945c3ab67a/billiard-4.2.0.tar.gz
Source0: https://files.pythonhosted.org/packages/92/91/40de1901da8ec9eeb7c6a22143ba5d55d8aaa790761ca31342cedcd5c793/billiard-%{version}.tar.gz
BuildArch: noarch
@ -62,25 +62,11 @@ mv %{buildroot}/doclist.lst .
%files -n python3-billiard -f filelist.lst
%dir %{python3_sitelib}/*
%dir %{python3_sitelib}/billiard/__pycache__/
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Mon Mar 25 2024 zhaojingyu <zhaojingyu@kylinos.cn> - 4.2.0-1
- Update version to 4.2.0
* Thu Dec 15 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 4.1.0-1
- update to 4.1.0
* Tue Oct 25 2022 liqiuyu <liqiuyu@kylinos.cn> - 4.0.2-1
- Upgrade package to version 4.0.2
* Tue May 10 2022 wulei <wulei80@h-partners.com> - 3.6.4.0-3
- License compliance rectification
* 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