diff --git a/news/2722.bugfix.rst b/news/2722.bugfix.rst new file mode 100644 index 0000000000..8c26df8d32 --- /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 0000000000..21134f59f9 --- /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 0000000000..dd4145ea67 --- /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 0000000000..7e92d39fdb --- /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 0000000000..a998fce185 --- /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 0000000000..fa678d6ab8 --- /dev/null +++ b/news/3404.bugfix.rst @@ -0,0 +1 @@ +Fixed a keyerror which could occur when locking VCS dependencies in some cases.