python-regex 0.1.20190819-1 source package in Ubuntu

Changelog

python-regex (0.1.20190819-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.

  [ Sandro Tosi ]
  * New upstream release

 -- Sandro Tosi <email address hidden>  Fri, 29 Nov 2019 15:28:42 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-regex_0.1.20190819-1.dsc 2.3 KiB f4b4cd50143efddd41d41f0a65efdd95ca0f345195bfe2d9ee977e8bab2f216b
python-regex_0.1.20190819.orig.tar.xz 267.9 KiB ef2b132dace59115133f4efd8d1ce01591884dbff3cfdafa0384481632115a68
python-regex_0.1.20190819-1.debian.tar.xz 4.9 KiB ba7456da3251e7441c0d5a97696cd624b66b6c0a3c522641b3ac2f501b9764de

No changes file available.

Binary packages built by this source

python-regex: No summary available for python-regex in ubuntu focal.

No description available for python-regex in ubuntu focal.

python-regex-dbg: No summary available for python-regex-dbg in ubuntu focal.

No description available for python-regex-dbg in ubuntu focal.

python3-regex: alternative regular expression module (Python 3)

 This new regex implementation is intended eventually to replace Python's
 current re module implementation.
 .
 For testing and comparison with the current 're' module the new implementation
 is in the form of a module called 'regex'.
 .
 This is the Python 3 version of the package.

python3-regex-dbg: alternative regular expression module (Python 3 debug extension)

 This new regex implementation is intended eventually to replace Python's
 current re module implementation.
 .
 For testing and comparison with the current 're' module the new implementation
 is in the form of a module called 'regex'.
 .
 This package contains the debug extension for python3-regex.