Fix changelog list items

This commit is contained in:
Frost Ming
2020-11-15 18:18:12 +08:00
parent 072ffa19b7
commit 400fc20f4f
+25 -25
View File
@@ -20,30 +20,30 @@ Vendored Libraries
------------------
- Update vendored dependencies:
- ``colorama`` from ``0.4.3`` to ``0.4.4``
- ``python-dotenv`` from ``0.10.3`` to ``0.15.0``
- ``first`` from ``2.0.1`` to ``2.0.2``
- ``iso8601`` from ``0.1.12`` to ``0.1.13``
- ``parse`` from ``1.15.0`` to ``1.18.0``
- ``pipdeptree`` from ``0.13.2`` to ``1.0.0``
- ``requests`` from ``2.23.0`` to ``2.25.0``
- ``idna`` from ``2.9`` to ``2.10``
- ``urllib3`` from ``1.25.9`` to ``1.26.1``
- ``certifi`` from ``2020.4.5.1`` to ``2020.11.8``
- ``requirementslib`` from ``1.5.15`` to ``1.5.16``
- ``attrs`` from ``19.3.0`` to ``20.3.0``
- ``distlib`` from ``0.3.0`` to ``0.3.1``
- ``packaging`` from ``20.3`` to ``20.4``
- ``six`` from ``1.14.0`` to ``1.15.0``
- ``semver`` from ``2.9.0`` to ``2.13.0``
- ``toml`` from ``0.10.1`` to ``0.10.2``
- ``cached-property`` from ``1.5.1`` to ``1.5.2``
- ``yaspin`` from ``0.14.3`` to ``1.2.0``
- ``resolvelib`` from ``0.3.0`` to ``0.5.2``
- ``pep517`` from ``0.8.2`` to ``0.9.1``
- ``zipp`` from ``0.6.0`` to ``1.2.0``
- ``importlib-metadata`` from ``1.6.0`` to ``2.0.0``
- ``importlib-resources`` from ``1.5.0`` to ``3.3.0`` `#4533 <https://github.com/pypa/pipenv/issues/4533>`_
* ``colorama`` from ``0.4.3`` to ``0.4.4``
* ``python-dotenv`` from ``0.10.3`` to ``0.15.0``
* ``first`` from ``2.0.1`` to ``2.0.2``
* ``iso8601`` from ``0.1.12`` to ``0.1.13``
* ``parse`` from ``1.15.0`` to ``1.18.0``
* ``pipdeptree`` from ``0.13.2`` to ``1.0.0``
* ``requests`` from ``2.23.0`` to ``2.25.0``
* ``idna`` from ``2.9`` to ``2.10``
* ``urllib3`` from ``1.25.9`` to ``1.26.1``
* ``certifi`` from ``2020.4.5.1`` to ``2020.11.8``
* ``requirementslib`` from ``1.5.15`` to ``1.5.16``
* ``attrs`` from ``19.3.0`` to ``20.3.0``
* ``distlib`` from ``0.3.0`` to ``0.3.1``
* ``packaging`` from ``20.3`` to ``20.4``
* ``six`` from ``1.14.0`` to ``1.15.0``
* ``semver`` from ``2.9.0`` to ``2.13.0``
* ``toml`` from ``0.10.1`` to ``0.10.2``
* ``cached-property`` from ``1.5.1`` to ``1.5.2``
* ``yaspin`` from ``0.14.3`` to ``1.2.0``
* ``resolvelib`` from ``0.3.0`` to ``0.5.2``
* ``pep517`` from ``0.8.2`` to ``0.9.1``
* ``zipp`` from ``0.6.0`` to ``1.2.0``
* ``importlib-metadata`` from ``1.6.0`` to ``2.0.0``
* ``importlib-resources`` from ``1.5.0`` to ``3.3.0`` `#4533 <https://github.com/pypa/pipenv/issues/4533>`_
Improved Documentation
----------------------
@@ -172,7 +172,7 @@ Features & Improvements
- Added a new environment variable, ``PIPENV_RESOLVE_VCS``, to toggle dependency resolution off for non-editable VCS, file, and URL based dependencies. `#3577 <https://github.com/pypa/pipenv/issues/3577>`_
- Added the ability for Windows users to enable emojis by setting ``PIPENV_HIDE_EMOJIS=0``. `#3595 <https://github.com/pypa/pipenv/issues/3595>`_
- Allow overriding PIPENV_INSTALL_TIMEOUT environment variable (in seconds). `#3652 <https://github.com/pypa/pipenv/issues/3652>`_
- Allow overriding PIP_EXISTS_ACTION evironment variable (value is passed to pip install).
- Allow overriding PIP_EXISTS_ACTION evironment variable (value is passed to pip install).
Possible values here: https://pip.pypa.io/en/stable/reference/pip/#exists-action-option
Useful when you need to `PIP_EXISTS_ACTION=i` (ignore existing packages) - great for CI environments, where you need really fast setup. `#3738 <https://github.com/pypa/pipenv/issues/3738>`_
- Pipenv will no longer forcibly override ``PIP_NO_DEPS`` on all vcs and file dependencies as resolution happens on these in a pre-lock step. `#3763 <https://github.com/pypa/pipenv/issues/3763>`_