From 7346b28eb718443d2b264618181405bdfceacba4840f0abfa28d1aeecfced2de Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Jun 2023 08:51:40 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=43 --- pytest-cov-4.0.0.tar.gz | 3 --- pytest-cov-4.1.0.tar.gz | 3 +++ python-pytest-cov.changes | 11 +++++++++++ python-pytest-cov.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pytest-cov-4.0.0.tar.gz create mode 100644 pytest-cov-4.1.0.tar.gz 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