diff --git a/pytest-testmon-1.3.7.tar.gz b/pytest-testmon-1.3.7.tar.gz deleted file mode 100644 index e1e6bfdf5cf0b3a72b6faaf52ce4e61df3749ec4..0000000000000000000000000000000000000000 Binary files a/pytest-testmon-1.3.7.tar.gz and /dev/null differ diff --git a/pytest-testmon-1.4.1.tar.gz b/pytest-testmon-1.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8a1b18b3a662d046ced5981f44307e5994abd9ea Binary files /dev/null and b/pytest-testmon-1.4.1.tar.gz differ diff --git a/python-pytest-testmon.spec b/python-pytest-testmon.spec index 2135cd42bb40b5d8a9de8685abf18121785f639d..32d28b2bf9a048346feaf78314fe78b872f00ab5 100644 --- a/python-pytest-testmon.spec +++ b/python-pytest-testmon.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-testmon -Version: 1.3.7 +Version: 1.4.1 Release: 1 Summary: selects tests affected by changed files and methods License: AGPL-3.0-only URL: https://github.com/tarpas/pytest-testmon -Source0: https://files.pythonhosted.org/packages/74/8b/58ed72e7b87783faa9304b67e52a931f20a2d402a9b2486e6f08ba4285c1/pytest-testmon-1.3.7.tar.gz +Source0: https://files.pythonhosted.org/packages/2b/7b/828525f3de3d5d1fe20ade3de4cb2ace198512668bbd1099a89075fdf762/pytest-testmon-1.4.1.tar.gz BuildArch: noarch @@ -14,16 +14,18 @@ This is a pytest plug-in which automatically selects and re-executes only tests %package -n python3-pytest-testmon Summary: selects tests affected by changed files and methods -Provides: python-pytest-testmon +Provides: python-pytest-testmon = %{version}-%{release} 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. %package help Summary: Development documents and examples for pytest-testmon Provides: python3-pytest-testmon-doc + %description help This is a pytest plug-in which automatically selects and re-executes only tests affected by recent changes. @@ -68,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 17 2022 jiangxinyu - 1.4.1-1 +- Update package to version 1.4.1 + * Sat Oct 08 2022 guozhengxin - 1.3.7-1 - Upgrade package to version 1.3.7