mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
Release v2023.12.0
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
2023.12.0 (2024-02-01)
|
||||
======================
|
||||
Pipenv 2023.12.0 (2024-02-01)
|
||||
=============================
|
||||
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
- Removal of pydantic from pythonfinder and pipenv; reduced complexity of pythonfinder pathlib usage (avoid posix conversions). `#6065 <https://github.com/pypa/pipenv/issues/6065>`_
|
||||
- Adjusted logic which assumed any file, path or VCS install should be considered editable. Instead relies on the user specified editable flag to mark requirement as editable install. `#6069 <https://github.com/pypa/pipenv/issues/6069>`_
|
||||
- Remove logic that treats ``CI`` variable to use ``do_run_nt`` shell logic, as the original reasons for that patch were no longer valid. `#6072 <https://github.com/pypa/pipenv/issues/6072>`_
|
||||
2023.11.17 (2024-01-21)
|
||||
=======================
|
||||
Pipenv 2023.11.17 (2024-01-21)
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Removal of pydantic from pythonfinder and pipenv; reduced complexity of pythonfinder pathlib usage (avoid posix conversions).
|
||||
@@ -1 +0,0 @@
|
||||
Adjusted logic which assumed any file, path or VCS install should be considered editable. Instead relies on the user specified editable flag to mark requirement as editable install.
|
||||
@@ -1 +0,0 @@
|
||||
Remove logic that treats ``CI`` variable to use ``do_run_nt`` shell logic, as the original reasons for that patch were no longer valid.
|
||||
+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" "Jan 21, 2024" "2023.11.17" "pipenv"
|
||||
.TH "PIPENV" "1" "Feb 01, 2024" "2023.12.0" "pipenv"
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
.INDENT 0.0
|
||||
|
||||
Reference in New Issue
Block a user