python-esmre 1.0.1-1 source package in Ubuntu

Changelog

python-esmre (1.0.1-1) unstable; urgency=medium

  * New upstream version 1.0.1
  * Drop nose (Closes: #1018486).
  * Update std-version to 4.6.2
  * Bump copyright years

 -- Gianfranco Costamagna <email address hidden>  Tue, 26 Sep 2023 12:48:49 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Sid
Original maintainer:
Gianfranco Costamagna
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
python-esmre_1.0.1-1.dsc 1.9 KiB 219906869af9d49ecf5f8131a15c30a9425a0c758c7fce1622a8131950c6bff2
python-esmre_1.0.1.orig.tar.gz 22.1 KiB a68ef8d0c6bd6ccd2eb15d3cb66e607b70aad7fb741caf3fa606bcc7d3648c9e
python-esmre_1.0.1-1.debian.tar.xz 2.3 KiB 4044119f7f4186e7a6d7a1cb222571b75a6d6f4e6a3ce1283af187b3e3079cab

No changes file available.

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