Path to this page:
./
devel/py-bump2version,
Version-bump software with a single command
Branch: CURRENT,
Version: 1.0.1,
Package name: py37-bump2version-1.0.1,
Maintainer: khorbenbump2version is a small command line tool to simplify releasing software by
updating all version strings in your source code by the correct increment. It
also creates commits and tags:
- version formats are highly configurable;
- it works without any VCS, but happily reads tag information from and writes
commits and tags to Git and Mercurial if available;
- it just handles text files, so it's not specific to any programming language.
Master sites:
SHA1: f03b1ffcda554d1deb1b0b68cdee17460c7ee9b8
RMD160: f17b1fad05fd623d2a3efaae0523d36b4c8dfddc
Filesize: 35.387 KB
Version history: (Expand)
- (2020-10-08) Package added to pkgsrc.se, version py37-bump2version-1.0.1 (created)
CVS history: (Expand)
2020-10-09 05:33:09 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
py-bump2version: fix Python incompatibility setting
|
2020-10-08 23:52:29 by Pierre Pronchery | Files touched by this commit (1) |
Log message:
py-bump2version: allow build with Python >= 3.5
While there, use MASTER_SITE_PYPI, and fix "make reinstall".
Thanks adam@ for the heads-up.
|
2020-10-08 20:31:24 by Pierre Pronchery | Files touched by this commit (5) |
Log message:
py-bump2version: import version 1.0.1
bump2version is a small command line tool to simplify releasing software by
updating all version strings in your source code by the correct increment. It
also creates commits and tags:
- version formats are highly configurable;
- it works without any VCS, but happily reads tag information from and writes
commits and tags to Git and Mercurial if available;
- it just handles text files, so it's not specific to any programming language.
This will replace py-bumpversion, which is no longer maintained.
|