mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Release v2023.11.17
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
2023.11.17 (2024-01-21)
|
||||
=======================
|
||||
Pipenv 2023.11.17 (2024-01-21)
|
||||
==============================
|
||||
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
- Add markers to Pipfile when parsing requirements.txt `#6008 <https://github.com/pypa/pipenv/issues/6008>`_
|
||||
- Fix KeyError when using a source without a name in Pipfile `#6021 <https://github.com/pypa/pipenv/issues/6021>`_
|
||||
- Fix a bug with locking projects that contains packages with non canonical names from private indexes `#6056 <https://github.com/pypa/pipenv/issues/6056>`_
|
||||
|
||||
Vendored Libraries
|
||||
------------------
|
||||
|
||||
- Update vendored tomlkit to ``0.12.3`` `#6024 <https://github.com/pypa/pipenv/issues/6024>`_
|
||||
- Bump version of pipdeptree to 0.13.2 `#6055 <https://github.com/pypa/pipenv/issues/6055>`_
|
||||
2023.11.15 (2023-11-15)
|
||||
=======================
|
||||
Pipenv 2023.11.15 (2023-11-15)
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Add markers to Pipfile when parsing requirements.txt
|
||||
@@ -1 +0,0 @@
|
||||
Fix KeyError when using a source without a name in Pipfile
|
||||
@@ -1 +0,0 @@
|
||||
Update vendored tomlkit to ``0.12.3``
|
||||
@@ -1 +0,0 @@
|
||||
Bump version of pipdeptree to 0.13.2
|
||||
@@ -1 +0,0 @@
|
||||
Fix a bug with locking projects that contains packages with non canonical names from private indexes
|
||||
+1
-1
@@ -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" "Nov 15, 2023" "2023.11.15" "pipenv"
|
||||
.TH "PIPENV" "1" "Jan 21, 2024" "2023.11.17" "pipenv"
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
.INDENT 0.0
|
||||
|
||||
Reference in New Issue
Block a user