From be23a0b24a2ed0d5e87977b934bae977567f44555697c54a02ded5b1c9e18204 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Mar 2024 10:29:29 +0000 Subject: [PATCH] - update to 1.7.2: * Github actions to use tox for tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=46 --- ddt-1.7.1.tar.gz | 3 --- ddt-1.7.2.tar.gz | 3 +++ python-ddt.changes | 6 ++++++ python-ddt.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 ddt-1.7.1.tar.gz create mode 100644 ddt-1.7.2.tar.gz diff --git a/ddt-1.7.1.tar.gz b/ddt-1.7.1.tar.gz deleted file mode 100644 index ae810b5..0000000 --- a/ddt-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a4472c477bf766f75f7b1efb628656ff3c35ff3f6c821129ae8e328fff8a9a2 -size 13332 diff --git a/ddt-1.7.2.tar.gz b/ddt-1.7.2.tar.gz new file mode 100644 index 0000000..d4dd8ca --- /dev/null +++ b/ddt-1.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d215d6b083963013c4a19b1e4dcd6a96e80e43ab77519597a6acfcf2e9a3e04b +size 13673 diff --git a/python-ddt.changes b/python-ddt.changes index bd5125b..c35786b 100644 --- a/python-ddt.changes +++ b/python-ddt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 18 10:29:00 UTC 2024 - Dirk Müller + +- update to 1.7.2: + * Github actions to use tox for tests + ------------------------------------------------------------------- Sat Jan 6 17:15:11 UTC 2024 - Dirk Müller diff --git a/python-ddt.spec b/python-ddt.spec index c5a4b51..dc3549a 100644 --- a/python-ddt.spec +++ b/python-ddt.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-ddt -Version: 1.7.1 +Version: 1.7.2 Release: 0 Summary: Data-Driven/Decorated Tests License: MIT