Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 11:35:11 UTC Now

2023-04-17 17:29:07 UTC MAIN commitmail json YAML

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

(adam)