From b48a289d4d249a451d0b2ac4fd288c2a8cb0d4b2 Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Sun, 24 Apr 2022 14:43:46 +0800 Subject: [PATCH] add yaml file --- python-pytest-testmon.spec | 6 +++++- python-pytest-testmon.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-pytest-testmon.yaml diff --git a/python-pytest-testmon.spec b/python-pytest-testmon.spec index 17c4591..2614dc2 100644 --- a/python-pytest-testmon.spec +++ b/python-pytest-testmon.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-testmon Version: 1.2.0 -Release: 1 +Release: 2 Summary: selects tests affected by changed files and methods License: AGPL-3.0-only URL: https://github.com/tarpas/pytest-testmon @@ -16,6 +16,7 @@ This is a pytest plug-in which automatically selects and re-executes only tests Summary: selects tests affected by changed files and methods Provides: python-pytest-testmon BuildRequires: python3-devel +BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-pytest-testmon This is a pytest plug-in which automatically selects and re-executes only tests affected by recent changes. @@ -68,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Apr 24 2022 liqiuyu - 1.2.0-2 +- Add zlib to buildrequires + * Tue Oct 12 2021 Python_Bot - 1.2.0-1 - Package Init diff --git a/python-pytest-testmon.yaml b/python-pytest-testmon.yaml new file mode 100644 index 0000000..241a9c3 --- /dev/null +++ b/python-pytest-testmon.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: pytest-testmon +tag_prefix: ^v +separator: "." -- Gitee