pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-bumpver



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun May 24 05:51:20 UTC 2026

Modified Files:
        pkgsrc/devel/py-bumpver: Makefile distinfo

Log Message:
py-bumpver: updated to 2026.1132

2026.1132

- Add `allowed_branches` config option to restrict which branches can be released from. Accepts a comma-separated list of glob patterns (e.g. `master,main,release-*`). Empty (the default) allows any 
branch.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-bumpver/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-bumpver/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-bumpver/Makefile
diff -u pkgsrc/devel/py-bumpver/Makefile:1.11 pkgsrc/devel/py-bumpver/Makefile:1.12
--- pkgsrc/devel/py-bumpver/Makefile:1.11       Tue Jan 20 22:34:36 2026
+++ pkgsrc/devel/py-bumpver/Makefile    Sun May 24 05:51:19 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2026/01/20 22:34:36 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/05/24 05:51:19 adam Exp $
 
-DISTNAME=      bumpver-2025.1131
+DISTNAME=      bumpver-2026.1132
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bumpver/}
 
@@ -15,15 +14,13 @@ TOOL_DEPENDS+=      ${PYPKGPREFIX}-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-click>=0:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.4:../../comms/py-colorama
 DEPENDS+=      ${PYPKGPREFIX}-lexid>=0:../../devel/py-lexid
-DEPENDS+=      ${PYPKGPREFIX}-pathlib2>=0:../../devel/py-pathlib2
 DEPENDS+=      ${PYPKGPREFIX}-toml>=0:../../textproc/py-toml
 TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 TEST_DEPENDS+= ${PYPKGPREFIX}-mercurial>=0:../../devel/py-mercurial
 
 USE_LANGUAGES= # none
 
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} bumpver bumpver-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES=    bumpver
 
 # as of 2025.1131
 # 2 failed, 523 passed, 1 warning

Index: pkgsrc/devel/py-bumpver/distinfo
diff -u pkgsrc/devel/py-bumpver/distinfo:1.6 pkgsrc/devel/py-bumpver/distinfo:1.7
--- pkgsrc/devel/py-bumpver/distinfo:1.6        Tue Jan 20 22:34:36 2026
+++ pkgsrc/devel/py-bumpver/distinfo    Sun May 24 05:51:19 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2026/01/20 22:34:36 wiz Exp $
+$NetBSD: distinfo,v 1.7 2026/05/24 05:51:19 adam Exp $
 
-BLAKE2s (bumpver-2025.1131.tar.gz) = b3574486f924de3d6743aaa7dddba7b983dede07b7866bfb56297a11b5e538e1
-SHA512 (bumpver-2025.1131.tar.gz) = 771b4e0d36473e39cc68ef69161a518d237eb7b995405b77c00ec9d916572f1a38dbbda32240aabd96140430731abcd32b007275244ba490c95127c957527322
-Size (bumpver-2025.1131.tar.gz) = 115372 bytes
+BLAKE2s (bumpver-2026.1132.tar.gz) = f999b279771cfc9e6492e6f1eec541a0a3f82f87353baed9ed67bd7589439ab1
+SHA512 (bumpver-2026.1132.tar.gz) = 0044c3b7f83b645a4ebdbe590939aa194af0db9577413fa03be13b0d5b7ba0daf9418ca50885e26bd58241f117ea6eb2efe05b954450d24bccaee32d4583ca68
+Size (bumpver-2026.1132.tar.gz) = 116784 bytes
 SHA1 (patch-setup.py) = 48d60dcc9655077363efa0b6eec1bee9a6a1a519



Home | Main Index | Thread Index | Old Index