Changelog for
python38-regex-2022.7.9-qubes.2.3.x86_64.rpm :
* Sun Jul 17 2022 Dirk Müller
- update to 2022.7.9:
* Fix Emoji classified as letter
* Revisit compilation flag to prevent adding a single explicitly compiled regex to cache
* Fix Scoped inline flags \'a\', \'u\', and \'L\' affecting global flags
* Tue Jun 14 2022 Yogalakshmi Arunachalam - Update to 2022.6.2
* No upstream changelog available
* Tue May 24 2022 Alberto Planas Dominguez - Update to 2022.4.24
* Many fixes, including drop of Python 2 and improvement of fuzzy test coverage
* Sun Aug 01 2021 Dirk Müller - update to 2021.7.6:
* drop-in replacement for python re
* fix fuzzy character restrictions not applying to insertions
* Sun May 09 2021 Dirk Müller - update to 2021.4.4:
* Wheels for arm64 mac os
* Fix fuzzy matching with wrong distance
* Fix regex fails with a quantified backreference
* Sat Mar 13 2021 Dirk Müller - update to 2020.11.13:
* Fix Unexpected behavior in fuzzy matching with limited character set
* clock() calls for timeout cause slowdown in Docker
* Update lis of supported Python versions
* licensing change to Apache-2.0
* Wed Oct 07 2020 John Vandenberg - Update to 2020.9.27
* Fuzzy-matching fixes
* Fix Memory Error in regex.findall
* Added \\h as an alias to [[:blank:]].
* Improved performance of string sets.
* Wed Apr 15 2020 Marketa Calabkova - update to 2020.4.4
* Updated to Unicode 13.0.0.
* Thu Mar 19 2020 pgajdosAATTsuse.com- version update to 2020.2.20
* no upstream changelog found
* Tue Sep 10 2019 Tomáš Chvátal - Update to 2019.08.19:
* minor fixes
* Mon Jul 22 2019 Tomáš Chvátal - Update to 2019.06.08:
* minor fixes
* Wed Jun 05 2019 Marketa Calabkova - Update to 2019.06.05
* Updated for Python 3.8.
* Updated to Unicode 12.1.0.
* For fullmatch, added check for end/start of string for RE_OP_SUCCESS in try_match.
* Tue May 14 2019 Tomáš Chvátal - Update to 2019.04.14:
* no upstream changelog provided