Skip to content

Commit c33e256

Browse files
committed
Add changelog
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent e7c018b commit c33e256

16 files changed

+44
-34
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@ Changelog
22
=========
33

44

5+
v0.7.2
6+
------
7+
8+
- Change Output Format to look like ScanCode-Toolkit #68
9+
https://github.com/nexB/python-inspector/issues/68.
10+
11+
512
v0.7.1
613
------
714

8-
- Correct version reporting #70.
15+
- Correct version reporting #70
16+
https://github.com/nexB/python-inspector/issues/70.
17+
918

1019
v0.7.0
1120
------

src/python_inspector/resolve_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def resolve_dependencies(
400400
notice = (
401401
"Dependency tree generated with python-inspector.\n"
402402
"python-inspector is a free software tool from nexB Inc. and others.\n"
403-
"Visit https://github.com/nexB/scancode-toolkit/ for support and download."
403+
"Visit https://github.com/nexB/python-inspector/ for support and download."
404404
)
405405

406406
headers = dict(

tests/data/default-url-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"--operating-system linux",
1111
"--json <file>"
1212
],
13-
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.",
13+
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/python-inspector/ for support and download.",
1414
"warnings": [],
1515
"errors": []
1616
},

tests/data/environment-marker-test-requirements.txt-expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/nexB/python-inspector",
5-
"tool_version": "0.6.5",
5+
"tool_version": "0.7.1",
66
"options": [
7-
"--requirement /home/tg1999/Desktop/python-inspector/tests/data/environment-marker-test-requirements.txt",
7+
"--requirement /home/tg1999/Desktop/python-inspector-1/tests/data/environment-marker-test-requirements.txt",
88
"--index-url https://pypi.org/simple",
99
"--python-version 37",
1010
"--operating-system linux",
1111
"--json <file>"
1212
],
13-
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.",
13+
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/python-inspector/ for support and download.",
1414
"warnings": [],
1515
"errors": []
1616
},
1717
"files": [
1818
{
1919
"type": "file",
20-
"path": "/home/tg1999/Desktop/python-inspector/tests/data/environment-marker-test-requirements.txt",
20+
"path": "/home/tg1999/Desktop/python-inspector-1/tests/data/environment-marker-test-requirements.txt",
2121
"package_data": [
2222
{
2323
"type": "pypi",

tests/data/frozen-requirements.txt-expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/nexB/python-inspector",
5-
"tool_version": "0.6.5",
5+
"tool_version": "0.7.1",
66
"options": [
7-
"--requirement /home/tg1999/Desktop/python-inspector/tests/data/frozen-requirements.txt",
7+
"--requirement /home/tg1999/Desktop/python-inspector-1/tests/data/frozen-requirements.txt",
88
"--index-url https://pypi.org/simple",
99
"--python-version 38",
1010
"--operating-system linux",
1111
"--json <file>"
1212
],
13-
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.",
13+
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/python-inspector/ for support and download.",
1414
"warnings": [],
1515
"errors": []
1616
},
1717
"files": [
1818
{
1919
"type": "file",
20-
"path": "/home/tg1999/Desktop/python-inspector/tests/data/frozen-requirements.txt",
20+
"path": "/home/tg1999/Desktop/python-inspector-1/tests/data/frozen-requirements.txt",
2121
"package_data": [
2222
{
2323
"type": "pypi",

tests/data/insecure-setup-2/setup.py-expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"--operating-system linux",
1010
"--json <file>"
1111
],
12-
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.",
12+
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/python-inspector/ for support and download.",
1313
"warnings": [],
1414
"errors": []
1515
},
1616
"files": [
1717
{
1818
"type": "file",
19-
"path": "setup.py",
19+
"path": "/home/tg1999/Desktop/python-inspector-1/tests/data/insecure-setup-2/setup.py",
2020
"package_data": {
2121
"type": "pypi",
2222
"namespace": null,

tests/data/insecure-setup/setup.py-expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"--operating-system linux",
1010
"--json <file>"
1111
],
12-
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.",
12+
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/python-inspector/ for support and download.",
1313
"warnings": [],
1414
"errors": []
1515
},
1616
"files": [
1717
{
1818
"type": "file",
19-
"path": "setup.py",
19+
"path": "/home/tg1999/Desktop/python-inspector-1/tests/data/insecure-setup/setup.py",
2020
"package_data": {
2121
"type": "pypi",
2222
"namespace": null,

tests/data/pdt-requirements.txt-expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/nexB/python-inspector",
5-
"tool_version": "0.6.5",
5+
"tool_version": "0.7.1",
66
"options": [
7-
"--requirement /home/tg1999/Desktop/python-inspector/tests/data/pdt-requirements.txt",
7+
"--requirement /home/tg1999/Desktop/python-inspector-1/tests/data/pdt-requirements.txt",
88
"--index-url https://pypi.org/simple",
99
"--python-version 38",
1010
"--operating-system linux",
1111
"--json <file>"
1212
],
13-
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.",
13+
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/python-inspector/ for support and download.",
1414
"warnings": [],
1515
"errors": []
1616
},
1717
"files": [
1818
{
1919
"type": "file",
20-
"path": "/home/tg1999/Desktop/python-inspector/tests/data/pdt-requirements.txt",
20+
"path": "/home/tg1999/Desktop/python-inspector-1/tests/data/pdt-requirements.txt",
2121
"package_data": [
2222
{
2323
"type": "pypi",

tests/data/pinned-pdt-requirements.txt-expected.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/nexB/python-inspector",
5-
"tool_version": "0.6.5",
5+
"tool_version": "0.7.1",
66
"options": [
7-
"--requirement /home/tg1999/Desktop/python-inspector/tests/data/pinned-pdt-requirements.txt",
7+
"--requirement /home/tg1999/Desktop/python-inspector-1/tests/data/pinned-pdt-requirements.txt",
88
"--index-url https://pypi.org/simple",
99
"--python-version 38",
1010
"--operating-system linux",
1111
"--json <file>"
1212
],
13-
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.",
13+
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/python-inspector/ for support and download.",
1414
"warnings": [],
1515
"errors": []
1616
},
1717
"files": [
1818
{
1919
"type": "file",
20-
"path": "/home/tg1999/Desktop/python-inspector/tests/data/pinned-pdt-requirements.txt",
20+
"path": "/home/tg1999/Desktop/python-inspector-1/tests/data/pinned-pdt-requirements.txt",
2121
"package_data": [
2222
{
2323
"type": "pypi",

tests/data/pinned-requirements.txt-expected.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
"tool_homepageurl": "https://github.com/nexB/python-inspector",
55
"tool_version": "0.7.1",
66
"options": [
7+
"--requirement /home/tg1999/Desktop/python-inspector-1/tests/data/pinned-requirements.txt",
78
"--index-url https://pypi.org/simple",
89
"--python-version 38",
910
"--operating-system linux",
1011
"--json <file>"
1112
],
12-
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.",
13+
"notice": "Dependency tree generated with python-inspector.\npython-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/python-inspector/ for support and download.",
1314
"warnings": [],
1415
"errors": []
1516
},
1617
"files": [
1718
{
1819
"type": "file",
19-
"path": "/home/tg1999/Desktop/python-inspector/tests/data/pinned-requirements.txt",
20+
"path": "/home/tg1999/Desktop/python-inspector-1/tests/data/pinned-requirements.txt",
2021
"package_data": [
2122
{
2223
"type": "pypi",

0 commit comments

Comments
 (0)