bumpversion 1.0.0-1 source package in Ubuntu

Changelog

bumpversion (1.0.0-1) unstable; urgency=medium

  * New upstream release (Closes: #950035).
  * Refresh patches.
  * Add python3-testfixtures to B-D as required by tests.
  * Add patch to skip tests correctly when hg/git is not installed.
  * Clean up pytest artifacts to allow two builds in a row.
  * Switch to debhelper-compat.
  * Bump Standards-Version to 4.5.0.
  * Set Rules-Requires-Root: no.

 -- Michael Fladischer <email address hidden>  Fri, 21 Feb 2020 20:12:50 +0100

Upload details

Uploaded by:
Michael Fladischer
Uploaded to:
Sid
Original maintainer:
Michael Fladischer
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bumpversion_1.0.0-1.dsc 1.6 KiB f65505fa8619669cd2a99115a30617b3c56964fe2edb42cb6ec422c3352a6c73
bumpversion_1.0.0.orig.tar.gz 34.2 KiB 06a7cb0fb7155b9283c4d10180e477f658754595b4dedb249f1e143e899d0e6c
bumpversion_1.0.0-1.debian.tar.xz 4.1 KiB 00bc76be8037e317a182c6f10d7aaf44ebb9c96b4e7f85fee67ecfdb620cc4bb

Available diffs

No changes file available.

Binary packages built by this source

bumpversion: Version-bump your software with a single command

 A small command line tool to simplify releasing software by updating all
 version strings in your source code by the correct increment.
 .
 Also creates commits and tags:
  * version formats are highly configurable
  * works without any VCS, but happily reads tag information from and
    writes commits and tags to Git and Mercurial if available
  * just handles text files, so it's not specific to any programming
    language