diff --git a/pytest-cov-4.0.0.tar.gz b/pytest-cov-4.0.0.tar.gz deleted file mode 100644 index 2f60ea0..0000000 --- a/pytest-cov-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470 -size 62013 diff --git a/pytest-cov-4.1.0.tar.gz b/pytest-cov-4.1.0.tar.gz new file mode 100644 index 0000000..07815ea --- /dev/null +++ b/pytest-cov-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6 +size 63245 diff --git a/python-pytest-cov.changes b/python-pytest-cov.changes index 686abb3..df6f5fb 100644 --- a/python-pytest-cov.changes +++ b/python-pytest-cov.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jun 1 08:51:00 UTC 2023 - Dirk Müller + +- update to 4.1.0: + * Updated CI with new Pythons and dependencies. + * Removed rsyncdir support. This makes pytest-cov compatible + with xdist 3.0. + * Added support for JSON reporting. + * Refactored code to use f-strings. + * Fixed a skip in the test suite for some old xdist. + ------------------------------------------------------------------- Fri Apr 21 12:31:31 UTC 2023 - Dirk Müller diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index 193bf36..dfbac0a 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -27,7 +27,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-pytest-cov%{psuffix} -Version: 4.0.0 +Version: 4.1.0 Release: 0 Summary: Pytest plugin for coverage reporting License: MIT