[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Пакет python3-google-re2-1:20240702-3.el10_0.aarch64 download

Имя python3-google-re2
Эпоха 1
Версия 20240702
Релиз 3.el10_0
Архитектура aarch64
Сайт https://github.com/google/re2
Лицензия BSD-3-Clause
Время сборки 2024-12-28 12:36:39
Хост сборки builder-arm64-1.inferitos.ru
Краткое описание RE2 Python bindings
Репозитории Extras
Полное описание 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.
Эррата
Размер 127 КиБ
Исходный проект re2-20240702-3.el10_0
Контрольная сумма SHA-256 415c3e06038f962f98b4b3fb6133f756161c54fba068249aac13ae6d0113305f
× Full screenshot
История изменений link
* Thu Dec 26 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 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

* Sun Oct 13 2024 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1:20240702-1
- Upgrade to 2024-07-02
- Incorporate a few minor packaging enhancements from Rawhide

* Sat Oct 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20220601-16
- Include HTML and text syntax references as devel package documentation

* Sat Oct 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20220601-14
- Improve the source URL

* Sat Oct 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20220601-13
- Switch the URL from HTTP to HTTPS

* Sat Oct 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20220601-12
- Convert License to SPDX

* Sat Oct 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20220601-11
- Use a simplified description from upstream.

* Sat Oct 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1:20220601-10
- Build with ninja instead of make
- This is modestly faster and has no disadvantages