Changelog for
python311-ddt-1.6.0-40.4.noarch.rpm :
* Fri Apr 21 2023 Dirk Müller
- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Wed Nov 16 2022 Daniel Garcia - Add remove-six.patch to remove six dependency- Remove python_module macro definition- More specific python_sitelib in %files
* Mon Sep 26 2022 Dirk Müller - update to 1.6.0:
* Moved AATTnamed_data into main ddt.py module so it can be imported
* Enable usage of Sequence in named_data.py
* AATTnamed_data decorator to give tests with AATTDaTa custom names
* End support for 3.5
* Add new Python versions support
* Mon Nov 08 2021 Dirk Müller - add six dependency
* Sat Oct 16 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 07 2021 Dirk Müller - fix python 2.x build
* Tue Mar 23 2021 Dirk Müller - update to 1.4.2:
* Fix test failure with PyYAML 5.4.1- rm 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch: merged upstream
* Mon Jan 25 2021 Dirk Müller - add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch
* Thu May 28 2020 Steve Kowalik - Update to 1.4.1:
* Remove nose dependency for good
* 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- Switch to using %pytest macro now that nose is not required
* Thu Apr 02 2020 Marketa Calabkova - update to 1.3.1
* Switched from Travis to Github Actions for builds and release upload.
* Sat Mar 14 2020 Dirk Mueller - update to 1.3.0:
* Added the ability to specify the YAML loader in the file_data decorator (#77)
* Dropped Python 3.4 support
* Wed Jan 22 2020 Tomáš Chvátal - Update to 1.2.2:
* use mock only when it is really needed