diff --git a/pytest_testmon-2.1.3.tar.gz b/pytest_testmon-2.1.3.tar.gz deleted file mode 100644 index 6eea03e3e5ed9c5fb1a424340c5cc2851ce3dd8f..0000000000000000000000000000000000000000 Binary files a/pytest_testmon-2.1.3.tar.gz and /dev/null differ diff --git a/pytest_testmon-2.1.4.tar.gz b/pytest_testmon-2.1.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..50fdaf94a4331b0de02b2e95c24b204de09ab8f0 Binary files /dev/null and b/pytest_testmon-2.1.4.tar.gz differ diff --git a/python-pytest-testmon.spec b/python-pytest-testmon.spec index 12a1b1f8432a912d3c81319f5bf5fd254f3649bb..1529bd1e0406e58a1c342466dc4b18d4bcbeedb9 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: 2.1.3 +Version: 2.1.4 Release: 1 Summary: selects tests affected by changed files and methods License: MIT URL: https://github.com/tarpas/pytest-testmon -Source0: https://files.pythonhosted.org/packages/source/p/pytest-testmon/pytest_testmon-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/pytest_testmon/pytest_testmon-%{version}.tar.gz BuildArch: noarch %description @@ -52,6 +52,9 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Nov 18 2025 lvwq - 2.1.4-1 +- Update to 2.1.4 + * Tue Oct 21 2025 liyue - 2.1.3-1 - Update package to version 2.1.3 - fix PytestRemovedIn9Warning: The (path: py.path.local) argument is deprecated