Compare commits
10 Commits
d45c86fb3a
...
6278d6030c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6278d6030c | ||
|
|
a0ca8a0d53 | ||
|
|
7a07da6fdd | ||
|
|
078fc6d26e | ||
|
|
4bf2763daa | ||
|
|
58e2e40131 | ||
|
|
41d31ab68d | ||
|
|
34341f6c9b | ||
|
|
cd8e58f7b1 | ||
|
|
aec6541c81 |
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user