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: 20.fc42 | Build date: Sat Nov 2 12:40:47 2024 |
Group: Unspecified | Build host: buildvm-s390x-04.s390.fedoraproject.org |
Size: 322332 | Source RPM: re2-20240702-20.fc42.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
* Sat Nov 02 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-20 - Invoke %cmake in %conf rather than in %build * Mon Aug 26 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-19 - Build the Python extension, replacing python-fb-re2 * Sun Aug 25 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-18 - Rebuilt for abseil-cpp-20240722.0 * Fri Aug 16 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-17 - Enable full Unicode properties support by linking ICU * Thu Aug 15 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-16 - Include HTML and text syntax references as devel package documentation * Thu Aug 15 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-14 - Improve the source URL * Thu Aug 15 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-13 - Switch the URL from HTTP to HTTPS * Thu Aug 15 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-12 - Convert License to SPDX * Thu Aug 15 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-10 - Use a simplified description from upstream. * Thu Aug 15 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-9 - Build with ninja instead of make - This is modestly faster and has no disadvantages * Thu Aug 15 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-8 - Fix unowned directory %{_libdir}/cmake/re2/ * Thu Aug 15 2024 Benjamin A. Beasley <[email protected]> - 1:20240702-5 - Use CMake to build and run tests; this results in more thorough testing * Tue Aug 13 2024 Denis Arnaud <[email protected]> - 1:20240702-1 - Upgrade to 2024-07-02 * 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/22 /usr/lib/.build-id/22/34354a429ccb7743ccb21036bdcb2965809eaa /usr/lib64/python3.13/site-packages/google_re2-1.1.20240702.dist-info /usr/lib64/python3.13/site-packages/google_re2-1.1.20240702.dist-info/INSTALLER /usr/lib64/python3.13/site-packages/google_re2-1.1.20240702.dist-info/LICENSE /usr/lib64/python3.13/site-packages/google_re2-1.1.20240702.dist-info/METADATA /usr/lib64/python3.13/site-packages/google_re2-1.1.20240702.dist-info/WHEEL /usr/lib64/python3.13/site-packages/google_re2-1.1.20240702.dist-info/top_level.txt /usr/lib64/python3.13/site-packages/re2 /usr/lib64/python3.13/site-packages/re2/__init__.py /usr/lib64/python3.13/site-packages/re2/__pycache__ /usr/lib64/python3.13/site-packages/re2/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/re2/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/re2/_re2.cpython-313-s390x-linux-gnu.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Dec 4 04:56:35 2024