Mon Apr 17 17:29:07 2023 UTC ()
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)
diff -r1.7 -r1.8 pkgsrc/textproc/py-rebulk/Makefile
diff -r1.7 -r1.8 pkgsrc/textproc/py-rebulk/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/textproc/py-rebulk/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-rebulk/Makefile 2022/01/04 20:55:04 1.7
+++ pkgsrc/textproc/py-rebulk/Makefile 2023/04/17 17:29:07 1.8
@@ -1,20 +1,23 @@ @@ -1,20 +1,23 @@
1# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:04 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2023/04/17 17:29:07 adam Exp $
2 2
3DISTNAME= rebulk-2.0.1 3DISTNAME= rebulk-3.2.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= textproc python 5CATEGORIES= textproc python
7MASTER_SITES= ${MASTER_SITE_PYPI:=r/rebulk/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rebulk/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/Toilal/rebulk 9HOMEPAGE= https://github.com/Toilal/rebulk
11COMMENT= Performs advanced searches in strings 10COMMENT= Performs advanced searches in strings
12LICENSE= mit 11LICENSE= mit
13 12
14DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 13TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
15BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 
16 14
17USE_LANGUAGES= # none 15USE_LANGUAGES= # none
18 16
 17PYTHON_VERSIONS_INCOMPATIBLE= 27
 18
 19do-test:
 20 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 21
19.include "../../lang/python/egg.mk" 22.include "../../lang/python/egg.mk"
20.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/textproc/py-rebulk/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-rebulk/distinfo 2021/10/26 11:23:12 1.7
+++ pkgsrc/textproc/py-rebulk/distinfo 2023/04/17 17:29:07 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2021/10/26 11:23:12 nia Exp $ 1$NetBSD: distinfo,v 1.8 2023/04/17 17:29:07 adam Exp $
2 2
3BLAKE2s (rebulk-2.0.1.tar.gz) = cc463a31b235a4d0261f061203949dedb6a78bf8a6b1a6b406903a435b7433c1 3BLAKE2s (rebulk-3.2.0.tar.gz) = c1a376b7ab4621194ac426d9229f10aa6217d9e04e966aa067e48ef2d625c16c
4SHA512 (rebulk-2.0.1.tar.gz) = 7d453b7ba952994dec3258aa95a3f6090e6f8afb5a674c1b5e54e036f41022b887d3d65d21f2023ae6e2596cce3baf52d33fc23708498a4f0aef26d3594c8289 4SHA512 (rebulk-3.2.0.tar.gz) = 9c1db2442a6a111d7f11108891b2fe0b36df786628fa188ba831f079025626c6dfbdcffb117289ee0ef0d752aaa8c885626c853f7ab829ad7008678f76157e09
5Size (rebulk-2.0.1.tar.gz) = 258115 bytes 5Size (rebulk-3.2.0.tar.gz) = 261685 bytes