add yaml file
This commit is contained in:
parent
c2614a72af
commit
374b726f5e
@ -1,7 +1,7 @@
|
||||
%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
|
||||
@ -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
|
||||
@ -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
|
||||
|
||||
4
python-billiard.yaml
Normal file
4
python-billiard.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: pypi
|
||||
src_repo: billiard
|
||||
tag_prefix: ^v
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user