Skip to content

Commit

Permalink
py-bumpver: update to 2023.1126.
Browse files Browse the repository at this point in the history
## 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`.
  • Loading branch information
0-wiz-0 committed Aug 24, 2023
1 parent 18d25f1 commit 29e8d79
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/py-bumpver/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
8 changes: 7 additions & 1 deletion devel/py-bumpver/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/py-bumpver/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 29e8d79

Please sign in to comment.