Compare commits
No commits in common. "6278d6030c5d99fe20837ad53fb3fe59708d8957" and "d45c86fb3abf6a339aeaf741f9774eda4633c5e1" have entirely different histories.
6278d6030c
...
d45c86fb3a
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-billiard
|
||||
Version: 3.6.4.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
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-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/92/91/40de1901da8ec9eeb7c6a22143ba5d55d8aaa790761ca31342cedcd5c793/billiard-3.6.4.0.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
@ -16,6 +16,7 @@ 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
|
||||
@ -27,7 +28,7 @@ Provides: python3-billiard-doc
|
||||
Multiprocessing Pool Extensions
|
||||
|
||||
%prep
|
||||
%autosetup -n billiard-%{version}
|
||||
%autosetup -n billiard-3.6.4.0
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -68,5 +69,8 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user