python-regex 0.1.20211110-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * update upstream location to the new github repo
  * debian/copyright
    - extend packaging copyright years
  * debian/control
    - bump Standards-Version to 4.6.0.1 (no changes needed)
    - bump debhelper-compat to 13 (no changes needed)
  * debian/rules
    - properly clean test_regex.py during tests, so it doesnt get installed as
      a top-level module

 -- Sandro Tosi <email address hidden>  Thu, 09 Dec 2021 01:00:53 -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.20211110-1.dsc 2.0 KiB bff6d529b747f61371a9f401d0b8e7bce4046e4300778b22cbb86ac0e0e32c00
python-regex_0.1.20211110.orig.tar.xz 269.3 KiB f6fac1beef734fcd9929808de7310aebb83559c77fe6d6b7c16f34e586a18a2d
python-regex_0.1.20211110-1.debian.tar.xz 5.2 KiB ea00fbdd25997b6b58b2b975b10d71aabc607d0019772c8a1e75a6adcd2ba328

Available diffs

No changes file available.

Binary packages built by this source

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-dbgsym: debug symbols for python3-regex