From b395aca762ea4882bfc961b2e1e26cc5acadd8f2 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Tue, 5 Mar 2019 02:14:48 -0500 Subject: [PATCH] Add missing news entries Signed-off-by: Dan Ryan --- news/2722.bugfix.rst | 1 + news/3053.bugfix.rst | 1 + news/3071.bugfix.rst | 1 + news/3328.feature.rst | 1 + news/3368.feature.rst | 1 + news/3404.bugfix.rst | 1 + 6 files changed, 6 insertions(+) create mode 100644 news/2722.bugfix.rst create mode 100644 news/3053.bugfix.rst create mode 100644 news/3071.bugfix.rst create mode 100644 news/3328.feature.rst create mode 100644 news/3368.feature.rst create mode 100644 news/3404.bugfix.rst diff --git a/news/2722.bugfix.rst b/news/2722.bugfix.rst new file mode 100644 index 00000000..8c26df8d --- /dev/null +++ b/news/2722.bugfix.rst @@ -0,0 +1 @@ +Fixed a bug which caused editable package resolution to sometimes fail with an unhelpful setuptools-related error message. diff --git a/news/3053.bugfix.rst b/news/3053.bugfix.rst new file mode 100644 index 00000000..21134f59 --- /dev/null +++ b/news/3053.bugfix.rst @@ -0,0 +1 @@ +Dependency resolution now writes hashes for local and remote files to the lockfile. diff --git a/news/3071.bugfix.rst b/news/3071.bugfix.rst new file mode 100644 index 00000000..dd4145ea --- /dev/null +++ b/news/3071.bugfix.rst @@ -0,0 +1 @@ +Fixed a bug which prevented ``pipenv graph`` from correctly showing all dependencies when running from within ``pipenv shell``. diff --git a/news/3328.feature.rst b/news/3328.feature.rst new file mode 100644 index 00000000..7e92d39f --- /dev/null +++ b/news/3328.feature.rst @@ -0,0 +1 @@ +Pipenv will now successfully recursively lock VCS sub-dependencies. diff --git a/news/3368.feature.rst b/news/3368.feature.rst new file mode 100644 index 00000000..a998fce1 --- /dev/null +++ b/news/3368.feature.rst @@ -0,0 +1 @@ +Pipenv will now discover and resolve the intrinsic dependencies of **all** VCS dependencies, whether they are editable or not, to prevent resolution conflicts. diff --git a/news/3404.bugfix.rst b/news/3404.bugfix.rst new file mode 100644 index 00000000..fa678d6a --- /dev/null +++ b/news/3404.bugfix.rst @@ -0,0 +1 @@ +Fixed a keyerror which could occur when locking VCS dependencies in some cases.