Compare commits
10 Commits
c2614a72af
...
7a07da6fdd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a07da6fdd | ||
|
|
078fc6d26e | ||
|
|
4bf2763daa | ||
|
|
58e2e40131 | ||
|
|
41d31ab68d | ||
|
|
34341f6c9b | ||
|
|
cd8e58f7b1 | ||
|
|
aec6541c81 | ||
|
|
d45c86fb3a | ||
|
|
374b726f5e |
Binary file not shown.
BIN
billiard-4.2.0.tar.gz
Normal file
BIN
billiard-4.2.0.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-billiard
|
Name: python-billiard
|
||||||
Version: 3.6.4.0
|
Version: 4.2.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Python multiprocessing fork with improvements and bugfixes
|
Summary: Python multiprocessing fork with improvements and bugfixes
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/celery/billiard
|
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/09/52/f10d74fd56e73b430c37417658158ad8386202b069b70ff97d945c3ab67a/billiard-4.2.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ Provides: python3-billiard-doc
|
|||||||
Multiprocessing Pool Extensions
|
Multiprocessing Pool Extensions
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n billiard-3.6.4.0
|
%autosetup -n billiard-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -62,11 +62,25 @@ mv %{buildroot}/doclist.lst .
|
|||||||
|
|
||||||
%files -n python3-billiard -f filelist.lst
|
%files -n python3-billiard -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
%dir %{python3_sitelib}/billiard/__pycache__/
|
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 12 2021 Python_Bot <Python_Bot@openeuler.org> - 3.6.4.0-1
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
4
python-billiard.yaml
Normal file
4
python-billiard.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: pypi
|
||||||
|
src_repo: billiard
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user