[ Все 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 ]
×

Проект re2-2:20250812-1.el10_0

Имя re2
Эпоха 2
Версия 20250812
Релиз 1.el10_0
Сайт https://github.com/google/re2
Лицензия BSD-3-Clause AND Apache-2.0
Время сборки 2025-08-14 09:08:35
Хост сборки builder-x86-04.inferitos.ru
Краткое описание C++ fast alternative to backtracking RE engines
Репозитории Extras
Полное описание RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
Эррата
× Full screenshot
Найдены 2 старые версии
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
python3-google-re2-2:1.1.20250812-1.el10_0.x86_64 RE2 Python bindings e5f59a5e21aecdcd889204104a01a39afd56db5ba06f0b078c5ca9106fd80904 download
re2-2:20250812-1.el10_0.x86_64 C++ fast alternative to backtracking RE engines d15558eb0f5a98be9ec8cbc59eaa4d96adeb370b8bf5b31f43db0f075298d8bb download
re2-devel-2:20250812-1.el10_0.x86_64 C++ header files and library symbolic links for re2 94bcbc5855cb6292fd765e9831dc6db78cad75cb3d0c05c42afef47fca100a17 download
aarch64
python3-google-re2-2:1.1.20250812-1.el10_0.aarch64 RE2 Python bindings 5ea70868c2f843e4770cc9e80aaa0c7e400428ff4dfa2efebac2328ecfe863e2 download
re2-2:20250812-1.el10_0.aarch64 C++ fast alternative to backtracking RE engines d499a7f3a1581f00998c19a1396a8c5548e7251ba96651e3d1f1c706d6af617b download
re2-devel-2:20250812-1.el10_0.aarch64 C++ header files and library symbolic links for re2 c096fbd66192093157feeafb00b34059d26c37d16d511468bf01ceafe5e3153b download
src
re2-2:20250812-1.el10_0.src C++ fast alternative to backtracking RE engines 7d563c16b90e9f29ff245f8c346efff2f7297c83081beca9cb57dce70f06f5dc download
История изменений link
* 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

* 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