diff --git a/pytest-forked-1.2.0.tar.gz b/pytest-forked-1.2.0.tar.gz deleted file mode 100644 index 1bd8d2c..0000000 --- a/pytest-forked-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65f96334863d9cbe53d21f73e8febc4dd61b8d1fdcac7b487d9af07a5d02a938 -size 9533 diff --git a/pytest-forked-1.3.0.tar.gz b/pytest-forked-1.3.0.tar.gz new file mode 100644 index 0000000..c8d4c45 --- /dev/null +++ b/pytest-forked-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa9ac7e00ad1a539c41bec6d21011332de671e938c7637378ec9710204e37ca +size 9850 diff --git a/python-pytest-forked.changes b/python-pytest-forked.changes index 4ff4d50..fb1193e 100644 --- a/python-pytest-forked.changes +++ b/python-pytest-forked.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 21 14:29:06 UTC 2020 - Marketa Calabkova + +- Update to 1.3.0 + * Add support for pytest 6 (issue #45 / PR #46) + * Replace `@pytest.mark.tryfirst` with newer `@pytest.hookimpl` (PR #46) + * Invoke `pytest_runtest_logstart` and `pytest_runtest_logfinish` hooks in `runtest_protocol` (issue #31 / PR #46) + ------------------------------------------------------------------- Mon Jun 29 09:51:58 UTC 2020 - Marketa Calabkova diff --git a/python-pytest-forked.spec b/python-pytest-forked.spec index 0759c40..264785d 100644 --- a/python-pytest-forked.spec +++ b/python-pytest-forked.spec @@ -18,18 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-forked -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Run each test in a forked subprocess License: MIT URL: https://github.com/pytest-dev/pytest-forked Source: https://files.pythonhosted.org/packages/source/p/pytest-forked/pytest-forked-%{version}.tar.gz -BuildRequires: %{python_module pytest >= 3.1.0} +BuildRequires: %{python_module pytest >= 3.10} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 3.1.0 +Requires: python-pytest >= 3.10 BuildArch: noarch %python_subpackages