python-esmre 1.0.1-2build1 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 18:30:03 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Gianfranco Costamagna
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-esmre_1.0.1.orig.tar.gz 22.1 KiB a68ef8d0c6bd6ccd2eb15d3cb66e607b70aad7fb741caf3fa606bcc7d3648c9e
python-esmre_1.0.1-2build1.debian.tar.xz 2.4 KiB 944e93fc17c8fc7358b8b9658635219a40a344087a4c0b634ed5bfa09c240b77
python-esmre_1.0.1-2build1.dsc 1.9 KiB 4ba60f59e0b1d5e74457cabb64da7cc388289495802daf2b57831bafce0098f2

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