Package python3-google-re2-2:1.1.20251105-1.el10_0.aarch64
| Name | python3-google-re2 |
|---|---|
| Epoch | 2 |
| Version | 1.1.20251105 |
| Release | 1.el10_0 |
| Architecture | aarch64 |
| Website/URL | https://github.com/google/re2 |
| License | BSD-3-Clause |
| Build Time | 2025-11-07 09:08:15 |
| Build Host | builder-arm64-1.inferitos.ru |
| Summary | RE2 Python bindings |
| Repositories | Extras |
| Description | 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. |
| Errata | — |
| Size | 131 KiB |
| Source Project | re2-20251105-1.el10_0 |
| SHA-256 checksum | aec0e700bba95fdbd2ff9e97aa10d5c1801d117b264919a6d712c79f63555b4e |
×
* Thu Nov 06 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 2:20251105-1 - Update to 20251105 * Wed Aug 13 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 2:20250812-1 - Update to 2025-08-12 * Wed Aug 13 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 2:20250805-1 - Update to 2025-08-05 * Sun Aug 03 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 2:20250722-1 - Update to 20250722 - Adjust the version of python3-google-re2 to match the version on PyPI and in its metadata; bump Epoch to preserve the upgrade path * Sun Aug 03 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-6 - Do not build and run benchmarks * Sun Aug 03 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-5 - Add a “python” build conditional * Sun Aug 03 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-4 - Add a SourceLicense field * Thu Dec 26 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:20240702-3 - Rebuilt for MSVSphere 10 * Sun Oct 13 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-3 - Build the Python extension * Sun Oct 13 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20240702-2 - Enable full Unicode properties support by linking ICU