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:   wiz
Date:           Thu Aug 24 19:42:13 UTC 2023

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

Log Message:
py-bumpver: update to 2023.1126.

## BumpVer 2023.1126

- Add [#214][gh_pr214]: Support for pre/post commit hooks.
- Add [#219][gh_pr219]: Fix pathlib issues on Windows.
- Fix [#201][gh_i201]: Better error message for SemVer corner case.
- Update [#215][gh_i215]: Better error message for greedy pattern matching.
- Update [#216][gh_i216]: Use .toml format in REAMDE examples.

## BumpVer 2023.1125

- Add [#188][gh_i188]: Add `--tag-scope=<SCOPE>` to support separate versioning for branches.
- Add [#185][gh_i185]: Add `--tag-message=<TMPL>` parameter and `tag_message` configuration option.
- Fix [#209][gh_i209]: Make `--no-tag-commit` ommit `--follow-tags`.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-bumpver/Makefile \
    pkgsrc/devel/py-bumpver/PLIST
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/devel/py-bumpver/Makefile:1.3
--- pkgsrc/devel/py-bumpver/Makefile:1.2        Sun Jun 11 09:01:50 2023
+++ pkgsrc/devel/py-bumpver/Makefile    Thu Aug 24 19:42:13 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/06/11 09:01:50 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/08/24 19:42:13 wiz Exp $
 
-DISTNAME=      bumpver-2023.1124
+DISTNAME=      bumpver-2023.1126
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bumpver/}
Index: pkgsrc/devel/py-bumpver/PLIST
diff -u pkgsrc/devel/py-bumpver/PLIST:1.2 pkgsrc/devel/py-bumpver/PLIST:1.3
--- pkgsrc/devel/py-bumpver/PLIST:1.2   Sun Jun 11 09:01:50 2023
+++ pkgsrc/devel/py-bumpver/PLIST       Thu Aug 24 19:42:13 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/06/11 09:01:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/08/24 19:42:13 wiz Exp $
 bin/bumpver-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -19,9 +19,15 @@ ${PYSITELIB}/bumpver/cli.pyo
 ${PYSITELIB}/bumpver/config.py
 ${PYSITELIB}/bumpver/config.pyc
 ${PYSITELIB}/bumpver/config.pyo
+${PYSITELIB}/bumpver/hooks.py
+${PYSITELIB}/bumpver/hooks.pyc
+${PYSITELIB}/bumpver/hooks.pyo
 ${PYSITELIB}/bumpver/parse.py
 ${PYSITELIB}/bumpver/parse.pyc
 ${PYSITELIB}/bumpver/parse.pyo
+${PYSITELIB}/bumpver/pathlib.py
+${PYSITELIB}/bumpver/pathlib.pyc
+${PYSITELIB}/bumpver/pathlib.pyo
 ${PYSITELIB}/bumpver/patterns.py
 ${PYSITELIB}/bumpver/patterns.pyc
 ${PYSITELIB}/bumpver/patterns.pyo

Index: pkgsrc/devel/py-bumpver/distinfo
diff -u pkgsrc/devel/py-bumpver/distinfo:1.1 pkgsrc/devel/py-bumpver/distinfo:1.2
--- pkgsrc/devel/py-bumpver/distinfo:1.1        Sun Jun 11 08:59:07 2023
+++ pkgsrc/devel/py-bumpver/distinfo    Thu Aug 24 19:42:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/06/11 08:59:07 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/08/24 19:42:13 wiz Exp $
 
-BLAKE2s (bumpver-2023.1124.tar.gz) = e24fd84a7b9fd846c96ba3107e38848393a965d244710207e5630619388ccd70
-SHA512 (bumpver-2023.1124.tar.gz) = 2c480e61ca05bc1e3735d731fb3ecae78a03601790e86c53e6b01e68c2832566805417950e0466e5c53edbb1b1edbb752d099789904ba1eca88221dce2604fcf
-Size (bumpver-2023.1124.tar.gz) = 100994 bytes
+BLAKE2s (bumpver-2023.1126.tar.gz) = e024fea52eb86c042bb098cd911e24d9946559961d2054c49c86adacba93853f
+SHA512 (bumpver-2023.1126.tar.gz) = f53659c7ad60cd7983ea1b7786a8b6cbc623d68527978431d38b2a901483d2b0ed5a8eb55f0c28dfb7cf9bb0ba4822475a41ee55b704fc23d4c09625c8b3f649
+Size (bumpver-2023.1126.tar.gz) = 109631 bytes



Home | Main Index | Thread Index | Old Index