Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-google-re2 | Distribution: Fedora Project |
Version: 20240702 | Vendor: Fedora Project |
Release: 3.el10_0 | Build date: Thu Oct 17 20:52:13 2024 |
Group: Unspecified | Build host: buildvm-s390x-08.s390.fedoraproject.org |
Size: 318675 | Source RPM: re2-20240702-3.el10_0.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/google/re2 | |
Summary: RE2 Python bindings |
A drop-in replacement for the re module. It uses RE2 under the hood, of course, so various PCRE features (e.g. backreferences, look-around assertions) are not supported. See https://github.com/google/re2/wiki/Syntax for the canonical reference, but known syntactic ”gotchas” relative to Python are: • PCRE supports \Z and \z; RE2 supports \z; Python supports \z, but calls it \Z. You must rewrite \Z to \z in pattern strings. Known differences between this module’s API and the re module’s API: • The error class does not provide any error information as attributes. • The Options class replaces the re module’s flags with RE2’s options as gettable/settable properties. Please see re2.h for their documentation. • The pattern string and the input string do not have to be the same type. Any str will be encoded to UTF-8. • The pattern string cannot be str if the options specify Latin-1 encoding.
BSD-3-Clause
* Sun Oct 13 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-3 - Build the Python extension * Sun Oct 13 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-2 - Enable full Unicode properties support by linking ICU * Sun Oct 13 2024 Denis Arnaud <[email protected]> - 1:20240702-1 - Upgrade to 2024-07-02 - Incorporate a few minor packaging enhancements from Rawhide * Sat Oct 12 2024 Benjamin A. Beasley <[email protected]> - 1:20220601-16 - Include HTML and text syntax references as devel package documentation * Sat Oct 12 2024 Benjamin A. Beasley <[email protected]> - 1:20220601-14 - Improve the source URL * Sat Oct 12 2024 Benjamin A. Beasley <[email protected]> - 1:20220601-13 - Switch the URL from HTTP to HTTPS * Sat Oct 12 2024 Benjamin A. Beasley <[email protected]> - 1:20220601-12 - Convert License to SPDX * Sat Oct 12 2024 Benjamin A. Beasley <[email protected]> - 1:20220601-11 - Use a simplified description from upstream. * Sat Oct 12 2024 Benjamin A. Beasley <[email protected]> - 1:20220601-10 - Build with ninja instead of make - This is modestly faster and has no disadvantages * Sat Oct 12 2024 Benjamin A. Beasley <[email protected]> - 1:20220601-9 - Fix unowned directory %{_libdir}/cmake/re2/ * Sat Oct 12 2024 Benjamin A. Beasley <[email protected]> - 1:20220601-6 - Use CMake to build and run tests; this results in more thorough testing * Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 1:20220601-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 1:20220601-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <[email protected]> - 1:20220601-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 1:20220601-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 1:20220601-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Nov 30 2022 Denis Arnaud <[email protected]> - 1:20220601-1 - Upgrade to 2022-06-01
/usr/lib/.build-id /usr/lib/.build-id/55 /usr/lib/.build-id/55/e1dc434def0411ee7e1892cbe7a467410b7dc0 /usr/lib64/python3.12/site-packages/google_re2-1.1.20240702.dist-info /usr/lib64/python3.12/site-packages/google_re2-1.1.20240702.dist-info/INSTALLER /usr/lib64/python3.12/site-packages/google_re2-1.1.20240702.dist-info/LICENSE /usr/lib64/python3.12/site-packages/google_re2-1.1.20240702.dist-info/METADATA /usr/lib64/python3.12/site-packages/google_re2-1.1.20240702.dist-info/WHEEL /usr/lib64/python3.12/site-packages/google_re2-1.1.20240702.dist-info/top_level.txt /usr/lib64/python3.12/site-packages/re2 /usr/lib64/python3.12/site-packages/re2/__init__.py /usr/lib64/python3.12/site-packages/re2/__pycache__ /usr/lib64/python3.12/site-packages/re2/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib64/python3.12/site-packages/re2/__pycache__/__init__.cpython-312.pyc /usr/lib64/python3.12/site-packages/re2/_re2.cpython-312-s390x-linux-gnu.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 3 07:39:51 2024