!6 update to 4.1.0

From: @wenzhiwei11 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-12-19 13:06:43 +00:00 committed by Gitee
commit 4bf2763daa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
billiard-4.1.0.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: 4.0.2 Version: 4.1.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-3-Clause
URL: https://github.com/celery/billiard URL: https://github.com/celery/billiard
Source0: https://files.pythonhosted.org/packages/20/ab/53b46f01cbec1f6c1db30f006c6e4b6b11c8de6ceed3f725abbc61628a08/billiard-4.0.2.tar.gz Source0: https://files.pythonhosted.org/packages/b3/9c/c02d3988ddb0e32e974db1d8434616f1503b12fc7087bf18243ccd69a60a/billiard-4.1.0.tar.gz
BuildArch: noarch BuildArch: noarch
@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* 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 * Tue Oct 25 2022 liqiuyu <liqiuyu@kylinos.cn> - 4.0.2-1
- Upgrade package to version 4.0.2 - Upgrade package to version 4.0.2
@ -77,4 +80,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