NOTICE: This package has been removed from pkgsrc

./devel/py-bumpversion, Version-bump your software with a single command!

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.5.3, Package name: py37-bumpversion-0.5.3, Maintainer: khorben

bumpversion 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: b177c4e7d87cdc0c78f0fd6a19f025fab1f15353
RMD160: 54d6fc70296507cfa170cc6de63b49013d887d51
Filesize: 24.485 KB

Version history: (Expand)


CVS history: (Expand)


   2020-10-08 23:56:10 by Pierre Pronchery | Files touched by this commit (5) | Package removed
Log message:
py-bumpversion: remove and replace by a py-bump2version

This package is no longer actively maintained upstream, and it has been
effectively forked as py-bump2version, which I just imported.

As suggested by adam@.
   2020-09-29 01:14:47 by Pierre Pronchery | Files touched by this commit (5)
Log message:
py-bumpversion: import version 0.5.3

bumpversion 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.