Changelog for
python312-rebulk-3.2.0-1.5.noarch.rpm :
* Sat Feb 18 2023 Luigi Baldoni
- Update to version 3.2.0 Features:
* dependencies: Add python 3.11 support and drop python 3.6 support. Fixes:
* Remove pytest-runner from setup_requires.
* Tue Dec 07 2021 pgajdosAATTsuse.com- do not require pytest-runner for build, it is not needed
* Fri Nov 05 2021 Luigi Baldoni - Update to version 3.1.0
* defaults: Add overrides support
* python: Add python 3.10 support, drop python 3.5 support
* Sat Dec 26 2020 Luigi Baldoni - Update to version 3.0.1
* Fix broken package No such file or directory: \'CHANGELOG.md\'
* Thu Dec 24 2020 Luigi Baldoni - Update to version 3.0.0
* regex: Replace REGEX_DISABLED environment variable with REBULK_REGEX_ENABLED
* Add python 3.8/3.9 support, drop python 2.7/3.4 support
* regex module is now disabled by default, even if it\'s available in the python interpreter. You have to set REBULK_REGEX_ENABLED=1 in your environment to enable it, as this module may cause some issues.
* Sat May 02 2020 Luigi Baldoni - Update to version 2.0.1
* Drop python 3.4 support
* Fix errors when regex module is available
* Cleanup chain matching code- Drop fix-for-regex-2020.1.7.patch (merged upstream)
* Tue Apr 21 2020 Antonio Larrosa - Add patch to fix an incompatible change introduced in python-regex 2020.1.7, where unused arguments now raise an exception:
* fix-for-regex-2020.1.7.patch- Use %pytest in %check section
* Mon Oct 14 2019 Matej Cepl - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Fri Aug 30 2019 Luigi Baldoni - Update to version 2.0.0
* Add named method to Match class
* Add tagged method to Match class
* Enhance defaults feature
* Some code refactoring and bugfixes
* BREAKING CHANGE: This change how chain
*
*kwargs and .defaults() is transmitted to chained patterns, so upgrades should be performed with care. Chain
*
*kwargs are now only used inside chain pattern itself, and doesn\'t implicitly set chain .defaults() anymore. You may have to repeat some chain
*
*kwargs to its own .defaults() for Rebulk to behave as before, or set them accordingly to chained patterns.
* Tue Aug 13 2019 Luigi Baldoni - Re-enable debug test