From 2116fc1e7a824550b298cd14492a3651c4be1470 Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Sun, 24 Apr 2022 14:54:26 +0800 Subject: [PATCH] add yaml file --- python-dill.spec | 6 +++++- python-dill.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-dill.yaml diff --git a/python-dill.spec b/python-dill.spec index ba5a8d7..7ce10ad 100644 --- a/python-dill.spec +++ b/python-dill.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-dill Version: 0.3.4 -Release: 1 +Release: 2 Summary: serialize all of python License: BSD URL: https://github.com/uqfoundation/dill @@ -17,6 +17,7 @@ serialize all of python Summary: serialize all of python Provides: python-dill BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-dill serialize all of python @@ -68,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Apr 24 2022 liqiuyu - 0.3.4-2 +- Add zlib to buildrequires + * Fri Dec 10 2021 Python_Bot - 0.3.4-1 - Package Init diff --git a/python-dill.yaml b/python-dill.yaml new file mode 100644 index 0000000..95c9886 --- /dev/null +++ b/python-dill.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: dill +tag_prefix: ^v +separator: "." -- Gitee