File: control

package info (click to toggle)
python-semantic-release 10.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,112 kB
  • sloc: python: 36,523; sh: 340; makefile: 156
file content (66 lines) | stat: -rw-r--r-- 2,116 bytes parent folder | download | duplicates (2)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: python-semantic-release
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 furo <!nodoc>,
 git <!nocheck>,
 python3-click <!nocheck>,
 python3-click-log <!nocheck>,
 python3-click-option-group <!nocheck>,
 python3-deprecated <!nodoc>,
 python3-dotty-dict <!nocheck>,
 python3-filelock <!nocheck>,
 python3-flatdict <!nocheck>,
 python3-freezegun <!nocheck>,
 python3-git <!nocheck>,
 python3-gitlab <!nocheck>,
 python3-importlib-resources <!nocheck>,
 python3-invoke <!nocheck>,
 python3-pydantic (>= 2.0),
 python3-pytest <!nocheck>,
 python3-pytest-env <!nocheck>,
 python3-pytest-lazy-fixtures <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-pytest-order <!nocheck>,
 python3-pytest-xdist <!nocheck>,
 python3-requests <!nocheck>,
 python3-requests-mock <!nocheck>,
 python3-responses <!nocheck>,
 python3-semver <!nocheck>,
 python3-shellingham <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinxcontrib.apidoc <!nodoc>,
 python3-tomlkit <!nocheck>,
 python3-yaml <!nocheck>,
 twine <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/relekang/python-semantic-release
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-semantic-release
Vcs-Git: https://salsa.debian.org/python-team/packages/python-semantic-release.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-semantic-release
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Description: Automatic Semantic Versioning for Python projects
 Python implementation of 'semantic-release' for JS by Stephan Bönnemann.
 .
 The idea is to be able to detect what the next version of the project should
 be based on the commits. This tool will use that to automate the release,
 upload to an artifact repository and post changelogs to GitHub.