diff --git a/ddt-1.6.0.tar.gz b/ddt-1.6.0.tar.gz deleted file mode 100644 index 745d82d..0000000 --- a/ddt-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f71b348731b8c78c3100bffbd951a769fbd439088d1fdbb3841eee019af80acd -size 13357 diff --git a/ddt-1.7.0.tar.gz b/ddt-1.7.0.tar.gz new file mode 100644 index 0000000..40dad81 --- /dev/null +++ b/ddt-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d178d115abf25a1b8327e94f85a03ef09b1d7b0ca256f6203284b024f2fc70df +size 13543 diff --git a/python-ddt.changes b/python-ddt.changes index d0a4de6..f522c42 100644 --- a/python-ddt.changes +++ b/python-ddt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 27 15:42:45 UTC 2023 - Dirk Müller + +- update to 1.7.0: + * Add async flag when wrapping async function (#111) + * Dropping support for Python 2.7 + ------------------------------------------------------------------- Fri Apr 21 12:24:09 UTC 2023 - Dirk Müller @@ -28,19 +35,19 @@ Mon Sep 26 10:38:04 UTC 2022 - Dirk Müller ------------------------------------------------------------------- Mon Nov 8 10:11:16 UTC 2021 - Dirk Müller -- add six dependency +- add six dependency ------------------------------------------------------------------- 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 + * Fix zero padding issue ------------------------------------------------------------------- Wed Apr 7 20:25:34 UTC 2021 - Dirk Müller -- fix python 2.x build +- fix python 2.x build ------------------------------------------------------------------- Tue Mar 23 21:06:40 UTC 2021 - Dirk Müller @@ -53,7 +60,7 @@ Tue Mar 23 21:06:40 UTC 2021 - Dirk Müller ------------------------------------------------------------------- Mon Jan 25 21:52:46 UTC 2021 - Dirk Müller -- add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch +- add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch ------------------------------------------------------------------- Thu May 28 03:09:23 UTC 2020 - Steve Kowalik @@ -63,7 +70,7 @@ Thu May 28 03:09:23 UTC 2020 - Steve Kowalik * Require enum34 for Python 2.x. * Improved code comments and renamed the test name format enum class * Use enum instead of bool to allow easier future changes - * Allow index-only test names + * Allow index-only test names - Switch to using %pytest macro now that nose is not required ------------------------------------------------------------------- @@ -100,7 +107,7 @@ Tue Dec 4 12:47:11 UTC 2018 - Matej Cepl Tue Aug 7 14:48:44 UTC 2018 - toddrme2178@gmail.com - update to 1.2.0 - * Added individual test case docstring support and tests + * Added individual test case docstring support and tests * Add nested dict example to docs and cosmetic adjustments ------------------------------------------------------------------- diff --git a/python-ddt.spec b/python-ddt.spec index c618b12..74b780a 100644 --- a/python-ddt.spec +++ b/python-ddt.spec @@ -16,10 +16,9 @@ # -%bcond_without python2 %{?sle15_python_module_pythons} Name: python-ddt -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Data-Driven/Decorated Tests License: MIT @@ -33,11 +32,8 @@ BuildRequires: python-rpm-macros BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyYAML} +BuildRequires: %{python_module aiounittest} BuildRequires: %{python_module pytest} -%if %{with python2} -BuildRequires: python2-enum34 -BuildRequires: python2-mock -%endif # /SECTION %python_subpackages