diff --git a/python-crashtest.spec b/python-crashtest.spec index 76710b59b9d78705a454694ab30ef59207d18362..ce5b0dc6fbeae21b061185fa836c1e023817d0e3 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 0000000000000000000000000000000000000000..2cb7700bb330309c31c8962cef422546efe72de8 --- /dev/null +++ b/python-crashtest.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: crashtest +tag_prefix: ^v +separator: "."