python-rebulk 3.1.0-1 source package in Ubuntu

Changelog

python-rebulk (3.1.0-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - bump Standards-Version to 4.6.0.1 (no changes needed)

 -- Sandro Tosi <email address hidden>  Wed, 01 Dec 2021 23:51:40 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rebulk_3.1.0-1.dsc 2.2 KiB e890e9bf219d8bdcaa964cf73378c282907bc2fd7842b460a54433e280d5c455
python-rebulk_3.1.0.orig.tar.xz 239.4 KiB fbbc64a878169a64a501959298e65cf79513029a1193917f918ac7b17057be38
python-rebulk_3.1.0-1.debian.tar.xz 4.8 KiB 56084dc473a82769d11f5b1ed803a608111574f49351979fa532c208a3f0fd41

Available diffs

No changes file available.

Binary packages built by this source

python3-rebulk: Define simple search patterns in bulk to perform advanced matching on strings

 ReBulk is a Python library that performs advanced searches in strings that
 would be hard to implement using re module or String methods only.
 .
 It includes some features like Patterns, Match, Rule that allows developers to
 build a custom and complex string matcher using a readable and extendable API.