mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
fix changelog spacing
This commit is contained in:
+4
-5
@@ -21,7 +21,7 @@ Bug Fixes
|
||||
- ``pipenv install`` will now unset the ``PYTHONHOME`` environment variable when not combined with ``--system``. `#3261 <https://github.com/pypa/pipenv/issues/3261>`_
|
||||
- Pipenv will ensure that warnings do not interfere with the resolution process by suppressing warnings' usage of standard output and writing to standard error instead. `#3273 <https://github.com/pypa/pipenv/issues/3273>`_
|
||||
- Fixed an issue which prevented variables from the environment, such as ``PIPENV_DEV`` or ``PIPENV_SYSTEM``, from being parsed and implemented correctly. `#3278 <https://github.com/pypa/pipenv/issues/3278>`_
|
||||
- Clear pythonfinder cache after Python install`#3287 <https://github.com/pypa/pipenv/issues/3287>`_
|
||||
- Clear pythonfinder cache after Python install. `#3287 <https://github.com/pypa/pipenv/issues/3287>`_
|
||||
- Fixed a race condition in hash resolution for dependencies for certain dependencies with missing cache entries or fresh Pipenv installs. `#3289 <https://github.com/pypa/pipenv/issues/3289>`_
|
||||
- Pipenv will now respect top-level pins over VCS dependency locks. `#3296 <https://github.com/pypa/pipenv/issues/3296>`_
|
||||
|
||||
@@ -29,9 +29,9 @@ Vendored Libraries
|
||||
------------------
|
||||
|
||||
- Update vendored dependencies to resolve resolution output parsing and python finding:
|
||||
- `pythonfinder 1.1.9 -> 1.1.10`
|
||||
- `requirementslib 1.3.1 -> 1.3.3`
|
||||
- `vistir 0.2.3 -> 0.2.5``#3280 <https://github.com/pypa/pipenv/issues/3280>`_
|
||||
- ``pythonfinder 1.1.9 -> 1.1.10``
|
||||
- ``requirementslib 1.3.1 -> 1.3.3``
|
||||
- ``vistir 0.2.3 -> 0.2.5`` `#3280 <https://github.com/pypa/pipenv/issues/3280>`_
|
||||
|
||||
|
||||
2018.11.14 (2018-11-14)
|
||||
@@ -657,4 +657,3 @@ Vendored Libraries
|
||||
* requirementslib from version ``0.2.0`` to ``1.0.1``.
|
||||
|
||||
In addition, scandir was vendored and patched to avoid importing host system binaries when falling back to pathlib2. `#2368 <https://github.com/pypa/pipenv/issues/2368>`_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user