From b0e73ba98efad73a31200e171697531520aa265e Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Sun, 24 Apr 2022 10:19:23 +0800 Subject: [PATCH] add yaml filee --- python-crashtest.spec | 6 +++++- python-crashtest.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-crashtest.yaml diff --git a/python-crashtest.spec b/python-crashtest.spec index 76710b5..ce5b0dc 100644 --- a/python-crashtest.spec +++ b/python-crashtest.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-crashtest Version: 0.3.1 -Release: 1 +Release: 2 Summary: Manage Python errors with ease License: MIT URL: https://github.com/sdispater/crashtest @@ -16,6 +16,7 @@ Crashtest is a Python library that makes exceptions handling and inspection easi Summary: Manage Python errors with ease Provides: python-crashtest BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-crashtest Crashtest is a Python library that makes exceptions handling and inspection easier. @@ -67,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Apr 24 2022 liqiuyu - 0.3.1-2 +- Add zlib to buildrequires + * Thu Dec 09 2021 Python_Bot - 0.3.1-1 - Package Init diff --git a/python-crashtest.yaml b/python-crashtest.yaml new file mode 100644 index 0000000..2cb7700 --- /dev/null +++ b/python-crashtest.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: crashtest +tag_prefix: ^v +separator: "." -- Gitee