Adding upstream version 4.6.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f3ad83a1a5
commit
167a3f8553
275 changed files with 30423 additions and 0 deletions
4
tests/data/inconsistent_version.py
Normal file
4
tests/data/inconsistent_version.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
__title__ = "requests"
|
||||
__description__ = "Python HTTP for Humans."
|
||||
__url__ = "http://python-requests.org"
|
||||
__version__ = "2.10.3"
|
27
tests/data/multiple_versions_to_update_pyproject.toml
Normal file
27
tests/data/multiple_versions_to_update_pyproject.toml
Normal file
|
@ -0,0 +1,27 @@
|
|||
[[package]]
|
||||
name = "to-update-1"
|
||||
version = "1.2.9"
|
||||
|
||||
[[package]]
|
||||
name = "not-to-update"
|
||||
version = "1.3.3"
|
||||
|
||||
[[package]]
|
||||
name = "not-to-update"
|
||||
version = "1.3.3"
|
||||
|
||||
[[package]]
|
||||
name = "not-to-update"
|
||||
version = "1.3.3"
|
||||
|
||||
[[package]]
|
||||
name = "not-to-update"
|
||||
version = "1.3.3"
|
||||
|
||||
[[package]]
|
||||
name = "not-to-update"
|
||||
version = "1.3.3"
|
||||
|
||||
[[package]]
|
||||
name = "to-update-2"
|
||||
version = "1.2.9"
|
27
tests/data/multiple_versions_to_update_pyproject_wo_eol.toml
Normal file
27
tests/data/multiple_versions_to_update_pyproject_wo_eol.toml
Normal file
|
@ -0,0 +1,27 @@
|
|||
[[package]]
|
||||
name = "to-update-1"
|
||||
version = "1.2.9"
|
||||
|
||||
[[package]]
|
||||
name = "not-to-update"
|
||||
version = "1.3.3"
|
||||
|
||||
[[package]]
|
||||
name = "not-to-update"
|
||||
version = "1.3.3"
|
||||
|
||||
[[package]]
|
||||
name = "not-to-update"
|
||||
version = "1.3.3"
|
||||
|
||||
[[package]]
|
||||
name = "not-to-update"
|
||||
version = "1.3.3"
|
||||
|
||||
[[package]]
|
||||
name = "not-to-update"
|
||||
version = "1.3.3"
|
||||
|
||||
[[package]]
|
||||
name = "to-update-2"
|
||||
version = "1.2.9"
|
7
tests/data/repeated_version_number.json
Normal file
7
tests/data/repeated_version_number.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "magictool",
|
||||
"version": "1.2.3",
|
||||
"dependencies": {
|
||||
"lodash": "1.2.3"
|
||||
}
|
||||
}
|
11
tests/data/sample_cargo.lock
Normal file
11
tests/data/sample_cargo.lock
Normal file
|
@ -0,0 +1,11 @@
|
|||
[[package]]
|
||||
name = "textwrap"
|
||||
version = "1.2.3"
|
||||
|
||||
[[package]]
|
||||
name = "there-i-fixed-it"
|
||||
version = "1.2.3" # automatically bumped by Commitizen
|
||||
|
||||
[[package]]
|
||||
name = "other-project"
|
||||
version = "1.2.3"
|
6
tests/data/sample_docker_compose.yaml
Normal file
6
tests/data/sample_docker_compose.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
version: "3.3"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: my-repo/my-container:v1.2.3
|
||||
command: my-command
|
3
tests/data/sample_pyproject.toml
Normal file
3
tests/data/sample_pyproject.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[tool.poetry]
|
||||
name = "commitizen"
|
||||
version = "1.2.3"
|
4
tests/data/sample_version.py
Normal file
4
tests/data/sample_version.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
__title__ = "requests"
|
||||
__description__ = "Python HTTP for Humans."
|
||||
__url__ = "http://python-requests.org"
|
||||
__version__ = "1.2.3"
|
Loading…
Add table
Add a link
Reference in a new issue