From 61058b4ac29c5eb799146379d1269ea3ed5d25f96ec33b2be3386e0ae0e7bd1f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Sep 2023 09:23:47 +0000 Subject: [PATCH] - update to 2.2.1: * Increase Python range to include 3.7.0. Thanks EliahKagan OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-check?expand=0&rev=6 --- pytest_check-2.2.0.tar.gz | 3 --- pytest_check-2.2.1.tar.gz | 3 +++ python-pytest-check.changes | 6 ++++++ python-pytest-check.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pytest_check-2.2.0.tar.gz create mode 100644 pytest_check-2.2.1.tar.gz diff --git a/pytest_check-2.2.0.tar.gz b/pytest_check-2.2.0.tar.gz deleted file mode 100644 index b16d9dd..0000000 --- a/pytest_check-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec93701d930de5a628957cd54fe918e324da1b811040e64cb70cae2857cf26ff -size 26282 diff --git a/pytest_check-2.2.1.tar.gz b/pytest_check-2.2.1.tar.gz new file mode 100644 index 0000000..1bee8ed --- /dev/null +++ b/pytest_check-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb37f881dfa0d5e246f2996238aef745a7900d7b3523a741605772b8a2c4952 +size 29128 diff --git a/python-pytest-check.changes b/python-pytest-check.changes index e091b7f..693ccb5 100644 --- a/python-pytest-check.changes +++ b/python-pytest-check.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 7 09:23:40 UTC 2023 - Dirk Müller + +- update to 2.2.1: + * Increase Python range to include 3.7.0. Thanks EliahKagan + ------------------------------------------------------------------- Mon Jul 24 18:46:08 UTC 2023 - Dirk Müller diff --git a/python-pytest-check.spec b/python-pytest-check.spec index 6ffed05..5bf7bb2 100644 --- a/python-pytest-check.spec +++ b/python-pytest-check.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-check -Version: 2.2.0 +Version: 2.2.1 Release: 0 Summary: A pytest plugin that allows multiple failures per test License: MIT