SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-parameterized-0.8.1-qubes.3.5.noarch.rpm :

* Thu Apr 14 2022 Ben Greiner - Add parameterized-pr116-pytest4.patch for pytest 4 to 7 (!) support -- gh#wolever/parameterized#116- Refresh remove_nose.patch- Drop skip_Documentation_tests.patch fixed upstream
* Thu Apr 07 2022 pgajdosAATTsuse.com- version update to 0.8.1 0.8.1 (2021-01-09)
* Add README and LICENSE to pypi sdist package (https://github.com/wolever/parameterized/pull/114; thanks AATTchohner) 0.8.0 (2021-01-04)
* Handle camelCase test names. This is an ever-so-slightly backwards incompatible change, as the method for determining which methods are test methods has changed from ``method_name.startswith(\"test_\")`` to ``method_name.startswith(\"test\")``. The latter is the behavior of the ``unittest`` module. (thanks AATTbobwalker99; https://github.com/wolever/parameterized/pull/106)
* Fix arguments to skip_on_empty helper (thanks AATTbhavyakjain; https://github.com/wolever/parameterized/pull/104) 0.7.5 (2021-01-04)
* Fix crash on Python 2.7 with unicode docstrings (https://github.com/wolever/parameterized/issues/109)
* Replace inspect.stack() with faster inspect.currentframe() (https://github.com/wolever/parameterized/issues/107)
* Add a __version__ string to the package (https://github.com/wolever/parameterized/issues/103)
* Mon Sep 14 2020 Matej Cepl - Add remove_nose.patch to eliminate nose dependency. The patch is not very good, it still skips plenty of yield tests (which were ignored even before, so it is not even a regression).
* Fri Aug 14 2020 John Vandenberg - Re-activate testing with pytest runner
* Tue Jun 02 2020 pgajdosAATTsuse.com- version update to 0.7.4
* Add ``class_name_func`` option to ``AATTparameterized_class``
* Fix arguments being passed to skip_on_empty_helper (thanks AATTgaf3; https://github.com/wolever/parameterized/issues/57)
* Fix tests on Python 3.8.2 (thanks AATTIkke; https://github.com/wolever/parameterized/pull/99)
* Fix some typos (thanks AATTLWprogramming, AATTjinnovation; https://github.com/wolever/parameterized/pull/77, https://github.com/wolever/parameterized/pull/80)
* Fix unicode handling in setup.py (thanks AATTsliwinski-milosz; https://github.com/wolever/parameterized/pull/89)
* Fix Python 3.9 compat (thanks AATTvstinner; https://github.com/wolever/parameterized/pull/94)
* Add `AATTparameterized_class` name function callback support (thanks AATTduncwebb et al; https://github.com/wolever/parameterized/pull/74)- drop dependency on unittest2
* Thu Dec 05 2019 Matej Cepl - Update to 0.7.1: - calling `setUp` and `tearDown` in parameterized classesq- Add skip_Documentation_tests.patch to skip over test cases, failing with Python 3.8. gh#wolever/parameterized#84
* Tue Nov 05 2019 Ondřej Súkup - remove pytest test, enable other test frameworks
* Wed Aug 21 2019 Tomáš Chvátal - Use pytest 3.x series as newer use different syntax
* Fri Mar 15 2019 Tomáš Chvátal - Update to 0.7.0:
* Added parameterized_class feature, for parameterizing entire test classes (many thanks to AATTTobyLL for their suggestions and help testing!)
* Fix DeprecationWarning on `inspect.getargs` (thanks AATTbrettdh; https://github.com/wolever/parameterized/issues/67)
* Make sure that `setUp` and `tearDown` methods work correctly (#40)
* Raise a ValueError when input is empty (thanks AATTdanielbradburn; https://github.com/wolever/parameterized/pull/48)
* Fix the order when number of cases exceeds 10 (thanks AATTntflc; https://github.com/wolever/parameterized/pull/49)
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
 
ICM