Skip to content

Commit

Permalink
minor doc build linting
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Sep 1, 2023
1 parent 7520f69 commit 3b62d91
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 23 deletions.
38 changes: 16 additions & 22 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
2023.8.28 (2023-08-28)
======================
Pipenv 2023.8.28 (2023-08-28)
=============================


Bug Fixes
---------
Expand All @@ -14,9 +11,6 @@ Bug Fixes

2023.8.26 (2023-08-26)
======================
Pipenv 2023.8.26 (2023-08-26)
=============================


Bug Fixes
---------
Expand All @@ -29,9 +23,6 @@ Bug Fixes

2023.8.25 (2023-08-25)
======================
Pipenv 2023.8.25 (2023-08-25)
=============================


Bug Fixes
---------
Expand Down Expand Up @@ -434,8 +425,8 @@ Vendored Libraries

- Vendor in ``pip==22.3.1`` which is currently the latest version of ``pip``. `#5520 <https://github.com/pypa/pipenv/issues/5520>`_
- * Bump version of requirementslib to 2.2.1
* Bump version of vistir to 0.7.5
* Bump version of colorama to 0.4.6 `#5522 <https://github.com/pypa/pipenv/issues/5522>`_
* Bump version of vistir to 0.7.5
* Bump version of colorama to 0.4.6 `#5522 <https://github.com/pypa/pipenv/issues/5522>`_
- Bump plette version to 0.4.4 `#5539 <https://github.com/pypa/pipenv/issues/5539>`_


Expand Down Expand Up @@ -482,9 +473,9 @@ Vendored Libraries
------------------

- * Drop unused code from cerberus
* Drop unused module wheel `#5467 <https://github.com/pypa/pipenv/issues/5467>`_
* Drop unused module wheel `#5467 <https://github.com/pypa/pipenv/issues/5467>`_
- * Replace yaspin spinner with rich spinner.
* Bump vistir version to 0.7.4 `#5468 <https://github.com/pypa/pipenv/issues/5468>`_
* Bump vistir version to 0.7.4 `#5468 <https://github.com/pypa/pipenv/issues/5468>`_
- Bump version of requirementslib to 2.2.0
Drop yaspin which is no longer used.
Bump vistir to version 0.7.4
Expand Down Expand Up @@ -886,11 +877,10 @@ Vendored Libraries
------------------

- * Rename patched ``notpip`` to ``pip`` in order to be clear that its a patched version of pip.
* Remove the part of _post_pip_import.patch that overrode the standalone pip to be the user installed pip,
now we fully rely on our vendored and patched ``pip``, even for all types of installs.
* Remove the part of _post_pip_import.patch that overrode the standalone pip to be the user installed pip, now we fully rely on our vendored and patched ``pip``, even for all types of installs.
* Vendor in the next newest version of ``pip==22.2``
* Modify patch for ``pipdeptree`` to not use ``pip-shims`` `#5188 <https://github.com/pypa/pipenv/issues/5188>`_
- * Remove vendored ``urllib3`` in favor of using it from vendored version in ``pip._vendor`` `#5215 <https://github.com/pypa/pipenv/issues/5215>`_
* Remove vendored ``urllib3`` in favor of using it from vendored version in ``pip._vendor`` `#5215 <https://github.com/pypa/pipenv/issues/5215>`_

Removals and Deprecations
-------------------------
Expand Down Expand Up @@ -1605,11 +1595,11 @@ Vendored Libraries
- Update vendored dependencies and invocations

- Update vendored and patched dependencies
- Update patches on ``piptools``, ``pip``, ``pip-shims``, ``tomlkit`
- Update patches on ``piptools``, ``pip``, ``pip-shims``, ``tomlkit``
- Fix invocations of dependencies
- Fix custom ``InstallCommand` instantiation
- Update ``PackageFinder` usage
- Fix ``Bool` stringify attempts from ``tomlkit`
- Fix custom ``InstallCommand`` instantiation
- Update ``PackageFinder`` usage
- Fix ``Bool`` stringify attempts from ``tomlkit``

Updated vendored dependencies:
- **attrs**: ```18.2.0`` => ```19.1.0``
Expand Down Expand Up @@ -1992,7 +1982,9 @@ Bug Fixes
- ``requirementslib 1.1.16 => 1.1.17``
- ``shellingham 1.2.4 => 1.2.6``
- ``tomlkit 0.4.2 => 0.4.4``
- ``vistir 0.1.4 => 0.1.6`` `#2802 <https://github.com/pypa/pipenv/issues/2802>`_,
- ``vistir 0.1.4 => 0.1.6``

`#2802 <https://github.com/pypa/pipenv/issues/2802>`_,
`#2867 <https://github.com/pypa/pipenv/issues/2867>`_,
`#2880 <https://github.com/pypa/pipenv/issues/2880>`_

Expand Down Expand Up @@ -2046,7 +2038,9 @@ Vendored Libraries
- ``requirementslib 1.1.16 => 1.1.17``
- ``shellingham 1.2.4 => 1.2.6``
- ``tomlkit 0.4.2 => 0.4.4``
- ``vistir 0.1.4 => 0.1.6`` `#2902 <https://github.com/pypa/pipenv/issues/2902>`_,
- ``vistir 0.1.4 => 0.1.6``

`#2902 <https://github.com/pypa/pipenv/issues/2902>`_,
`#2935 <https://github.com/pypa/pipenv/issues/2935>`_


Expand Down
1 change: 1 addition & 0 deletions pipenv/cli/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ def callback(ctx, param, value):
default=False,
expose_value=True,
envvar="PIPENV_SKIP_LOCK",
help="Install from Pipfile bypassing lock mechanisms.",
callback=callback,
type=click_types.BOOL,
show_envvar=True,
Expand Down
2 changes: 1 addition & 1 deletion pipenv/environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def __init__(self) -> None:
""" When set True, will create or use the ``.venv`` in your project directory.
When Set False, will ignore the .venv in your project directory even if it exists.
If unset (default), will use the .venv of project directory should it exist, otherwise
will create new virtual environments in a global location.
will create new virtual environments in a global location.
"""

self.PIPENV_VERBOSE = bool(get_from_env("VERBOSE", check_for_negation=False))
Expand Down

0 comments on commit 3b62d91

Please sign in to comment.