From 06a9d85754bc52ddb69eb0c7faee05ede147dcb1577a7166752ee57d20454f28 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Oct 2021 21:01:31 +0000 Subject: [PATCH] - update to 1.4.4: * Fix the ddt.idata signature issue introduced in 1.4.3 * Fix zero padding issue OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=34 --- ddt-1.4.2.tar.gz | 3 --- ddt-1.4.4.tar.gz | 3 +++ python-ddt.changes | 7 +++++++ python-ddt.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 ddt-1.4.2.tar.gz create mode 100644 ddt-1.4.4.tar.gz diff --git a/ddt-1.4.2.tar.gz b/ddt-1.4.2.tar.gz deleted file mode 100644 index 769f16e..0000000 --- a/ddt-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64a67366a2715e636b88694cc6075cc02db292f01098b8e385397c894d395378 -size 11467 diff --git a/ddt-1.4.4.tar.gz b/ddt-1.4.4.tar.gz new file mode 100644 index 0000000..0d1bb11 --- /dev/null +++ b/ddt-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de39a69730442dc835e4d33f9d2e33043ff91151c8d18086959ee556febb9f8 +size 12176 diff --git a/python-ddt.changes b/python-ddt.changes index 582b445..270bb5b 100644 --- a/python-ddt.changes +++ b/python-ddt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 16 21:01:08 UTC 2021 - Dirk Müller + +- update to 1.4.4: + * Fix the ddt.idata signature issue introduced in 1.4.3 + * Fix zero padding issue + ------------------------------------------------------------------- Wed Apr 7 20:25:34 UTC 2021 - Dirk Müller diff --git a/python-ddt.spec b/python-ddt.spec index c1e2503..874168f 100644 --- a/python-ddt.spec +++ b/python-ddt.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-ddt -Version: 1.4.2 +Version: 1.4.4 Release: 0 Summary: Data-Driven/Decorated Tests License: MIT