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: 28.fc42 | Build date: Tue Jan 21 17:20:03 2025 |
Group: Unspecified | Build host: buildvm-s390x-21.s390.fedoraproject.org |
Size: 355121 | Source RPM: re2-20240702-28.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
* Tue Jan 21 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-28 - Update spec-file notes about i686 reverse dependencies * Tue Jan 21 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-27 - Starting in F42, don’t build the Python extension on i686 * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1:20240702-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sun Dec 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-23 - Work around segfault in Python tests on i686 * Sun Dec 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-22 - Add a SourceLicense field * Sun Dec 08 2024 Pete Walter <pwalter@fedoraproject.org> - 1:20240702-21 - Rebuild for ICU 76 * Sat Nov 02 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-20 - Invoke %cmake in %conf rather than in %build * Mon Aug 26 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-19 - Build the Python extension, replacing python-fb-re2 * Sun Aug 25 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-18 - Rebuilt for abseil-cpp-20240722.0 * Fri Aug 16 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-17 - Enable full Unicode properties support by linking ICU * Thu Aug 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-16 - Include HTML and text syntax references as devel package documentation * Thu Aug 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-14 - Improve the source URL * Thu Aug 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-13 - Switch the URL from HTTP to HTTPS * Thu Aug 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-12 - Convert License to SPDX * Thu Aug 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-10 - Use a simplified description from upstream. * Thu Aug 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-9 - Build with ninja instead of make - This is modestly faster and has no disadvantages * Thu Aug 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-8 - Fix unowned directory %{_libdir}/cmake/re2/ * Thu Aug 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-5 - Use CMake to build and run tests; this results in more thorough testing * Tue Aug 13 2024 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1:20240702-1 - Upgrade to 2024-07-02 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:20220601-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:20220601-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:20220601-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:20220601-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
/usr/lib/.build-id /usr/lib/.build-id/44 /usr/lib/.build-id/44/d524f16777502b464f25790ecb5c7eeb0e48f2 /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, Tue Jan 28 04:11:00 2025