From 4e4462a6f2052fc7cc5ffe1b4b677ef1af1749b9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 31 Mar 2020 13:28:27 -0600 Subject: Pull package info from sources in Pipfile.lock * Exclude dependencies in "develop" group" * Install pipenv by default * Use .venv to match the default location as pipenv * Use pip-licenses to detect licenses in Pipfile project * Add variation of the MIT License * Redirect asdf install stdout to /dev/null * Add CHANGELOG entry and bump version --- spec/fixtures/expected/python/pipenv/v1.0.json | 2 +- spec/fixtures/expected/python/pipenv/v1.1.json | 2 +- spec/fixtures/expected/python/pipenv/v2.0.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'spec/fixtures/expected/python') diff --git a/spec/fixtures/expected/python/pipenv/v1.0.json b/spec/fixtures/expected/python/pipenv/v1.0.json index 6c0ae63..89bce2a 100644 --- a/spec/fixtures/expected/python/pipenv/v1.0.json +++ b/spec/fixtures/expected/python/pipenv/v1.0.json @@ -24,7 +24,7 @@ "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" }, "dependency": { - "name": "django", + "name": "Django", "url": "https://www.djangoproject.com/", "description": "A high-level Python Web framework that encourages rapid development and clean, pragmatic design.", "pathes": [ diff --git a/spec/fixtures/expected/python/pipenv/v1.1.json b/spec/fixtures/expected/python/pipenv/v1.1.json index 0528f88..92a5153 100644 --- a/spec/fixtures/expected/python/pipenv/v1.1.json +++ b/spec/fixtures/expected/python/pipenv/v1.1.json @@ -31,7 +31,7 @@ "url": "http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29" }, "dependency": { - "name": "django", + "name": "Django", "url": "https://www.djangoproject.com/", "description": "A high-level Python Web framework that encourages rapid development and clean, pragmatic design.", "pathes": [ diff --git a/spec/fixtures/expected/python/pipenv/v2.0.json b/spec/fixtures/expected/python/pipenv/v2.0.json index bdbeb14..ba4d529 100644 --- a/spec/fixtures/expected/python/pipenv/v2.0.json +++ b/spec/fixtures/expected/python/pipenv/v2.0.json @@ -28,7 +28,7 @@ ], "dependencies": [ { - "name": "django", + "name": "Django", "url": "https://www.djangoproject.com/", "description": "A high-level Python Web framework that encourages rapid development and clean, pragmatic design.", "paths": [ -- cgit v1.2.3