python-esmre 1.0.1-1build1 source package in Ubuntu

Changelog

python-esmre (1.0.1-1build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:25:36 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Gianfranco Costamagna
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-esmre_1.0.1.orig.tar.gz 22.1 KiB a68ef8d0c6bd6ccd2eb15d3cb66e607b70aad7fb741caf3fa606bcc7d3648c9e
python-esmre_1.0.1-1build1.debian.tar.xz 2.4 KiB a7ac0baae5854bbd2435203746d9815201a0af91001cf20a0849f7ccd51ac3bf
python-esmre_1.0.1-1build1.dsc 1.9 KiB 6860c7fe5930e2445c6cf78efcc07bc482735b2f8acaba81b273dae03279e0a6

View changes file

Binary packages built by this source

python3-esmre: Regular expression acceleration in Python3

 esmre is a Python module that can be used to speed up the execution of a large
 collection of regular expressions. It works by building a index of compulsory
 substrings from a collection of regular expressions, which it uses to quickly
 exclude those expressions which trivially do not match each input.
 .
 This is the Python 3 version of the package.

python3-esmre-dbgsym: debug symbols for python3-esmre