python-esmre 1.0-1build2 source package in Ubuntu

Changelog

python-esmre (1.0-1build2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Tue, 21 Mar 2023 05:47:54 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
python-esmre_1.0.orig.tar.gz 22.1 KiB 0f9eb5c1e2715c3e614dd51656a8bd7c647c8f0de511f79a7a696a03e3525827
python-esmre_1.0-1build2.debian.tar.xz 2.4 KiB 91858bb43de81929be029cb82164da68ba36cbc638464c10d5c6eea7782d2c96
python-esmre_1.0-1build2.dsc 1.9 KiB b6b97405b00c301ea3541df00ba78ab881b82c948723c18e6fd90d8d5488c89e

Available diffs

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