Skip to content

Commit

Permalink
Release v2023.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Feb 18, 2023
1 parent 65d1987 commit e8e15a4
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 12 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
2023.2.18 (2023-02-18)
======================
Pipenv 2023.2.18 (2023-02-18)
=============================


Features & Improvements
-----------------------

- ``pipenv`` now reads the system ``pip.conf`` or ``pip.ini`` file in order to determine pre-defined indexes to use for package resolution and installation. `#5297 <https://github.com/pypa/pipenv/issues/5297>`_
- Behavior change for ``pipenv check`` now checks the default packages group of the lockfile.
Specifying ``--categories`` to override which categories to check against.
Pass ``--use-installed`` to get the prior behavior of checking the packages actually installed into the environment. `#5600 <https://github.com/pypa/pipenv/issues/5600>`_

Bug Fixes
---------

- Fix regression with detection of ``CI`` env variable being set to something other than a truthy value. `#5554 <https://github.com/pypa/pipenv/issues/5554>`_
- Fix ``--categories`` argument inconsistency between requirements command and install/sync by allowing comma seperated values or spaces. `#5570 <https://github.com/pypa/pipenv/issues/5570>`_
- Use Nushell overlays when running ``pipenv shell``. `#5603 <https://github.com/pypa/pipenv/issues/5603>`_

Vendored Libraries
------------------

- Vendor in the ``pip==23.0`` release. `#5586 <https://github.com/pypa/pipenv/issues/5586>`_
- Vendor in ``pip==23.0.1`` minor pt release. Updates ``pythonfinder==1.3.2``. `#5614 <https://github.com/pypa/pipenv/issues/5614>`_

Improved Documentation
----------------------

- Make some improvements to the contributing guide. `#5611 <https://github.com/pypa/pipenv/issues/5611>`_


2023.2.4 (2023-02-04)
=====================
Pipenv 2023.2.4 (2023-02-04)
Expand Down
1 change: 0 additions & 1 deletion news/5297.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5554.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5570.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5586.vendor.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/5600.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5603.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5611.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5614.vendor.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.2.5.dev0"
__version__ = "2023.2.18"
2 changes: 1 addition & 1 deletion pipenv/pipenv.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "PIPENV" "1" "Dec 19, 2022" "2022.12.19" "pipenv"
.TH "PIPENV" "1" "Feb 18, 2023" "2023.2.18" "pipenv"
.sp
Pipenv uses a set of commands to manage your Project\(aqs dependencies and custom scripts.
It replaces the use of \fBMakefile\fP, direct calls to \fBpip\fP and \fBpython \-m venv\fP or \fBvirtualenv\fP\&.
Expand Down

0 comments on commit e8e15a4

Please sign in to comment.