./devel/py-bumpver, Bump version numbers in project files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2023.1129, Package name: py311-bumpver-2023.1129, Maintainer: pkgsrc-users

With the CLI command bumpver, you can search for and update version
strings in your project files. It has a flexible pattern syntax to
support many version schemes (SemVer, CalVer or otherwise). BumpVer
features:

- Configurable version patterns
- Optional Git or Mercurial integration
- Works with plaintext, so you can use it with any project.


Master sites:

Filesize: 107.69 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-05 00:54:22 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-bumpver: add missing tool dependency
   2023-11-04 17:09:49 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-bumpver: update to 2023.1129.

## BumpVer 2023.1129

- Fix [#224][gh_i224]: Add `--environ` so it emits `0` values. Depricate `-e/--env`.
- Add [#223][gh_pr223]: Add support for `.bumpver.toml`
   2023-08-24 21:42:13 by Thomas Klausner | Files touched by this commit (3) | Package updated
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`.
   2023-06-11 11:01:50 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-bumpver: add version number to binary

Ride import
   2023-06-11 10:59:07 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
devel/py-bumpver: import py-bumpver-2023.1124

With the CLI command bumpver, you can search for and update version
strings in your project files. It has a flexible pattern syntax to
support many version schemes (SemVer, CalVer or otherwise). BumpVer
features:

- Configurable version patterns
- Optional Git or Mercurial integration
- Works with plaintext, so you can use it with any project.