Path to this page:
./
devel/py-bump2version,
Version-bump software with a single command
Branch: CURRENT,
Version: 1.0.1nb2,
Package name: py310-bump2version-1.0.1nb2,
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:
Filesize: 35.387 KB
Version history: (Expand)
- (2023-02-09) Updated to version: py310-bump2version-1.0.1nb2
- (2022-01-05) Updated to version: py39-bump2version-1.0.1nb2
- (2022-01-05) Updated to version: py39-bump2version-1.0.1nb1
- (2021-10-07) Updated to version: py39-bump2version-1.0.1
- (2020-10-08) Package added to pkgsrc.se, version py37-bump2version-1.0.1 (created)
CVS history: (Expand)
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
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.
|