diff --git a/pytest-testmon-1.4.1.tar.gz b/pytest-testmon-1.4.1.tar.gz deleted file mode 100644 index 8a1b18b3a662d046ced5981f44307e5994abd9ea..0000000000000000000000000000000000000000 Binary files a/pytest-testmon-1.4.1.tar.gz and /dev/null differ diff --git a/python-pytest-testmon.spec b/python-pytest-testmon.spec index 32d28b2bf9a048346feaf78314fe78b872f00ab5..583d7319daf25f6636caebdb596a788ef2496f2b 100644 --- a/python-pytest-testmon.spec +++ b/python-pytest-testmon.spec @@ -1,14 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-testmon -Version: 1.4.1 +Version: 1.4.5 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/2b/7b/828525f3de3d5d1fe20ade3de4cb2ace198512668bbd1099a89075fdf762/pytest-testmon-1.4.1.tar.gz +Source0: https://github.com/tarpas/pytest-testmon/archive/refs/tags/v1.4.5.tar.gz BuildArch: noarch - %description This is a pytest plug-in which automatically selects and re-executes only tests affected by recent changes. @@ -18,14 +17,14 @@ Provides: python-pytest-testmon = %{version}-%{release} BuildRequires: python3-devel BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools - +Requires: python3-pytest +Requires: python3-coverage %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. @@ -42,6 +41,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -70,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Feb 16 2023 wangjunqi - 1.4.5-1 +- Update package to version 1.4.5 + * Thu Nov 17 2022 jiangxinyu - 1.4.1-1 - Update package to version 1.4.1 diff --git a/v1.4.5.tar.gz b/v1.4.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ffe267e5429b8fae992ad7d76e93a0696c3ae6bb Binary files /dev/null and b/v1.4.5.tar.gz differ