!11 Update package to version 4.2.1

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-10-22 01:27:07 +00:00 committed by Gitee
commit a409304903
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 3 deletions

Binary file not shown.

BIN
billiard-4.2.1.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.2.0 Version: 4.2.1
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/09/52/f10d74fd56e73b430c37417658158ad8386202b069b70ff97d945c3ab67a/billiard-4.2.0.tar.gz Source0: https://files.pythonhosted.org/packages/source/b/billiard/billiard-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -14,7 +14,7 @@ Multiprocessing Pool Extensions
%package -n python3-billiard %package -n python3-billiard
Summary: Python multiprocessing fork with improvements and bugfixes Summary: Python multiprocessing fork with improvements and bugfixes
Provides: python-billiard Provides: python-billiard = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-billiard %description -n python3-billiard
@ -67,6 +67,11 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Oct 18 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 4.2.1-1
- Update package to version 4.2.1
- Adapt for logging lock internal changes in Python3.13
Remove SIGUSR2 from TERMSIGS_DEAULT
* Mon Mar 25 2024 zhaojingyu <zhaojingyu@kylinos.cn> - 4.2.0-1 * Mon Mar 25 2024 zhaojingyu <zhaojingyu@kylinos.cn> - 4.2.0-1
- Update version to 4.2.0 - Update version to 4.2.0