!5 Update package

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-10-28 02:37:16 +00:00 committed by Gitee
commit 41d31ab68d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 7 deletions

Binary file not shown.

BIN
billiard-4.0.2.tar.gz Normal file

Binary file not shown.

View File

@ -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.0.2
Release: 3 Release: 1
Summary: Python multiprocessing fork with improvements and bugfixes Summary: Python multiprocessing fork with improvements and bugfixes
License: BSD-3-Clause 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/20/ab/53b46f01cbec1f6c1db30f006c6e4b6b11c8de6ceed3f725abbc61628a08/billiard-4.0.2.tar.gz
BuildArch: noarch BuildArch: noarch
@ -16,7 +16,6 @@ Multiprocessing Pool Extensions
Summary: Python multiprocessing fork with improvements and bugfixes Summary: Python multiprocessing fork with improvements and bugfixes
Provides: python-billiard Provides: python-billiard
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: zlib >= 1.2.11
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-billiard %description -n python3-billiard
Multiprocessing Pool Extensions Multiprocessing Pool Extensions
@ -28,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
@ -63,12 +62,14 @@ 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
* 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 * Tue May 10 2022 wulei <wulei80@h-partners.com> - 3.6.4.0-3
- License compliance rectification - License compliance rectification
@ -76,4 +77,4 @@ mv %{buildroot}/doclist.lst .
- Add zlib to buildrequires - 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