File: control

package info (click to toggle)
bumpversion 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 500 kB
  • sloc: python: 2,910; makefile: 31; sh: 6
file content (35 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: bumpversion
Section: devel
Priority: optional
Maintainer: Michael Fladischer <fladi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 help2man,
 python3-all,
 python3-mock,
 python3-pytest,
 python3-setuptools,
 python3-testfixtures,
Standards-Version: 4.6.0.1
Homepage: https://github.com/peritus/bumpversion
Vcs-Git: https://salsa.debian.org/debian/bumpversion.git
Vcs-Browser: https://salsa.debian.org/debian/bumpversion
Rules-Requires-Root: no

Package: bumpversion
Architecture: all
Depends:
 python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
Description: 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