Compare commits
No commits in common. "7a07da6fddc8d022cc485528bcfb7f72f4f47aeb" and "c2614a72af73e6e86603636b349b847da7003b81" have entirely different histories.
7a07da6fdd
...
c2614a72af
BIN
billiard-3.6.4.0.tar.gz
Normal file
BIN
billiard-3.6.4.0.tar.gz
Normal file
Binary file not shown.
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: 4.2.0
|
Version: 3.6.4.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Python multiprocessing fork with improvements and bugfixes
|
Summary: Python multiprocessing fork with improvements and bugfixes
|
||||||
License: BSD-3-Clause
|
License: BSD
|
||||||
URL: https://github.com/celery/billiard
|
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-3.6.4.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-%{version}
|
%autosetup -n billiard-3.6.4.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -62,25 +62,11 @@ 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
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: pypi
|
|
||||||
src_repo: billiard
|
|
||||||
tag_prefix: ^v
|
|
||||||
separator: "."
|
|
||||||
Loading…
x
Reference in New Issue
Block a user