python-rebulk 3.3.0-1 source package in Ubuntu

Changelog

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

  * Team Upload
  * New upstream version 3.3.0
  * remove extraneous build-dep on python3-six

 -- Alexandre Detiste <email address hidden>  Wed, 21 Feb 2024 00:17:06 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rebulk_3.3.0-1.dsc 2.2 KiB d24097ab7ebff8c7afaa060e006831b595012bc0ecd6f1526d4aba3eab2c42cb
python-rebulk_3.3.0.orig.tar.gz 260.6 KiB aab25d3ade9969b51cf3f197c2ecbc1ba2c10cb126a142798d54c275fe3178af
python-rebulk_3.3.0-1.debian.tar.xz 4.9 KiB cbb1be6484ea463d547405b92baa4b312d982189df51c7bb23064e44b7262d90

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.