./textproc/py-rebulk, Performs advanced searches in strings

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.0, Package name: py310-rebulk-3.2.0, Maintainer: pkgsrc-users

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.


Required to run:
[lang/py-six] [lang/python310]

Required to build:
[devel/py-test-runner]

Master sites:

Filesize: 255.552 KB

Version history: (Expand)


CVS history: (Expand)


   2023-04-17 19:29:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rebulk:updated to 3.2.0

v3.2.0(2023-02-18)
Feature
***dependencies:** Add python 3.11 support and drop python 3.6 support

Fix
*Remove pytest-runner from setup_requires

v3.1.0 (2021-11-04)
Feature
***defaults:** Add overrides support
***python:** Add python 3.10 support, drop python 3.5 support

v3.0.1 (2020-12-25)
Fix
***package:** Fix broken package `No such file or directory: 'CHANGELOG.md'`

Documentation
***readme:** Add semantic release badge
***readme:** Fix title

v3.0.0 (2020-12-23)
Feature
***regex:** Replace REGEX_DISABLED environment variable with REBULK_REGEX_ENABLED
*Add python 3.8/3.9 support, drop python 2.7/3.4 support

Breaking
*regex module is now disabled by default, even if it's available in the python \ 
interpreter. You have to set REBULK_REGEX_ENABLED=1 in your environment to \ 
enable it, as this module may cause some issues.
*Python 2.7 and 3.4 support have been dropped
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-05-17 23:04:37 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-rebulk: updated to 2.0.1

2.0.1:
Unknown changes
   2019-08-29 11:52:45 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rebulk: updated to 1.0.1

1.0.1:
Unknown changes
   2018-11-28 15:45:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rebulk: updated to 1.0.0

1.0.0:
Unknown changes
   2017-09-30 16:11:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rebulk: update to 0.9.0

0.9.0:
Bug fixes.