Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-regex | Distribution: openSUSE:Factory:zSystems |
Version: 2024.11.6 | Vendor: openSUSE |
Release: 1.1 | Build date: Thu Jan 9 17:03:02 2025 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 2174071 | Source RPM: python-regex-2024.11.6-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/mrabarnett/mrab-regex | |
Summary: Alternative regular expression module for Python |
An alternate regex implementation. It differs from "re" in that * Zero-width matches are handled like in Perl and PCRE: * ``.split`` will split a string at a zero-width match. * ``.sub`` will handle zero-width matches correctly. * Inline flags apply to the end of the group or pattern, and they can be turned off. * Nested sets and set operations are supported. * Case-insensitive matches in Unicode use full case-folding by default.
Apache-2.0
* Thu Jan 09 2025 Nico Krapp <nico.krapp@suse.com> - Update to 2024.11.06: * Git issue 546: Partial match not working in some instances with non-greedy capture - from 2024.9.14: * Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml because GitHub Actions failed when using them. - from 2024.9.13: * Updated to actions/upload-artifact@v4 in main.yml. - from 2024.9.12: * Updated to actions/download-artifact@v4 in main.yml. - from 2024.9.11: * Updated to Unicode 16.0.0. - from 2024.7.24: * Git issue 539: Bug: Partial matching fails on a simple example - from 2024.6.22: * Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new GB9c rule implementation * Thu Jun 06 2024 Dirk Müller <dmueller@suse.com> - update to 2024.5.15: * fix hangs with fuzzy and optionals * Updated for Python 3.13. * Thu May 02 2024 Dirk Müller <dmueller@suse.com> - update to 2024.4.28: * Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes * Sat Apr 20 2024 Dirk Müller <dmueller@suse.com> - updatge to 2024.4.16: * Git issue 525: segfault when fuzzy matching empty list * The escape function no longer escapes \x00. It's not necessary. Inline flags can now be turned off and apply to what follows. Added \R to match line endings. * Mon Dec 04 2023 Dirk Müller <dmueller@suse.com> - update to 2023.10.10: * Updated to Unicode 15.1.0. * Thu Sep 07 2023 Johannes Kastl <kastl@b1-systems.de> - update to 2023.8.8: * Git issue 508: Regex doesn't build using CPython main (3.13.0a0) * Removed usage of _PyBytes_Join and did a little tidying of the code that makes the result string. * Thu Sep 07 2023 Johannes Kastl <kastl@b1-systems.de> - update to 2023.6.3: * Git issue 498: Conditional negative lookahead inside positive lookahead fails to match * Conditional node needed an additional member that points to the true branch. * Sun May 14 2023 Dirk Müller <dmueller@suse.com> - update to 2023.5.5: * Removed semicolon after 'else' in 'munge_name'. * Fixed pyproject.toml and setup.py. * pyproject.toml was missing. * Added pyproject.toml. * Fri Apr 21 2023 Dirk Müller <dmueller@suse.com> - add sle15_python_module_pythons (jsc#PED-68) * Thu Apr 13 2023 Matej Cepl <mcepl@suse.com> - Make calling of %{sle15modernpython} optional. * Mon Mar 27 2023 Dirk Müller <dmueller@suse.com> - update to 2023.3.23: * Backtracking failure matching regex * Limit running time for failing fullmatch * Wed Nov 09 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - update to 2022.10.31 * Updated text for supported Unicode and Python versions. * Fri Sep 16 2022 Dirk Müller <dmueller@suse.com> - update to 2022.9.13: * update to unicode 15.0 * Mon Sep 12 2022 Dirk Müller <dmueller@suse.com> - update to 2022.9.11: * fix issue 474: regex has no equivalent to re.Match.groups() for captures * fix segmentation fault when using conditional pattern (issue 479) * use \v for vertical spacing * Sun Jul 17 2022 Dirk Müller <dmueller@suse.com> - 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 <yarunachalam@suse.com> - Update to 2022.6.2 * No upstream changelog available * Tue May 24 2022 Alberto Planas Dominguez <aplanas@suse.com> - Update to 2022.4.24 * Many fixes, including drop of Python 2 and improvement of fuzzy test coverage
/usr/lib64/python3.11/site-packages/regex /usr/lib64/python3.11/site-packages/regex-2024.11.6.dist-info /usr/lib64/python3.11/site-packages/regex-2024.11.6.dist-info/INSTALLER /usr/lib64/python3.11/site-packages/regex-2024.11.6.dist-info/LICENSE.txt /usr/lib64/python3.11/site-packages/regex-2024.11.6.dist-info/METADATA /usr/lib64/python3.11/site-packages/regex-2024.11.6.dist-info/RECORD /usr/lib64/python3.11/site-packages/regex-2024.11.6.dist-info/REQUESTED /usr/lib64/python3.11/site-packages/regex-2024.11.6.dist-info/WHEEL /usr/lib64/python3.11/site-packages/regex-2024.11.6.dist-info/top_level.txt /usr/lib64/python3.11/site-packages/regex/__init__.py /usr/lib64/python3.11/site-packages/regex/__pycache__ /usr/lib64/python3.11/site-packages/regex/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/regex/__pycache__/__init__.cpython-311.pyc /usr/lib64/python3.11/site-packages/regex/__pycache__/_regex_core.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/regex/__pycache__/_regex_core.cpython-311.pyc /usr/lib64/python3.11/site-packages/regex/__pycache__/regex.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/regex/__pycache__/regex.cpython-311.pyc /usr/lib64/python3.11/site-packages/regex/__pycache__/test_regex.cpython-311.opt-1.pyc /usr/lib64/python3.11/site-packages/regex/__pycache__/test_regex.cpython-311.pyc /usr/lib64/python3.11/site-packages/regex/_regex.cpython-311-s390x-linux-gnu.so /usr/lib64/python3.11/site-packages/regex/_regex_core.py /usr/lib64/python3.11/site-packages/regex/regex.py /usr/lib64/python3.11/site-packages/regex/test_regex.py /usr/share/doc/packages/python311-regex /usr/share/doc/packages/python311-regex/README.rst /usr/share/doc/packages/python311-regex/docs /usr/share/doc/packages/python311-regex/docs/Features.html /usr/share/doc/packages/python311-regex/docs/UnicodeProperties.rst /usr/share/licenses/python311-regex /usr/share/licenses/python311-regex/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jan 14 23:53:21 2025