You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+16-22Lines changed: 16 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,5 @@
1
1
2023.8.28 (2023-08-28)
2
2
======================
3
-
Pipenv 2023.8.28 (2023-08-28)
4
-
=============================
5
-
6
3
7
4
Bug Fixes
8
5
---------
@@ -14,9 +11,6 @@ Bug Fixes
14
11
15
12
2023.8.26 (2023-08-26)
16
13
======================
17
-
Pipenv 2023.8.26 (2023-08-26)
18
-
=============================
19
-
20
14
21
15
Bug Fixes
22
16
---------
@@ -29,9 +23,6 @@ Bug Fixes
29
23
30
24
2023.8.25 (2023-08-25)
31
25
======================
32
-
Pipenv 2023.8.25 (2023-08-25)
33
-
=============================
34
-
35
26
36
27
Bug Fixes
37
28
---------
@@ -434,8 +425,8 @@ Vendored Libraries
434
425
435
426
- Vendor in ``pip==22.3.1`` which is currently the latest version of ``pip``. `#5520 <https://github.com/pypa/pipenv/issues/5520>`_
436
427
- * Bump version of requirementslib to 2.2.1
437
-
* Bump version of vistir to 0.7.5
438
-
* Bump version of colorama to 0.4.6 `#5522 <https://github.com/pypa/pipenv/issues/5522>`_
428
+
* Bump version of vistir to 0.7.5
429
+
* Bump version of colorama to 0.4.6 `#5522 <https://github.com/pypa/pipenv/issues/5522>`_
439
430
- Bump plette version to 0.4.4 `#5539 <https://github.com/pypa/pipenv/issues/5539>`_
440
431
441
432
@@ -482,9 +473,9 @@ Vendored Libraries
482
473
------------------
483
474
484
475
- * Drop unused code from cerberus
485
-
* Drop unused module wheel `#5467 <https://github.com/pypa/pipenv/issues/5467>`_
476
+
* Drop unused module wheel `#5467 <https://github.com/pypa/pipenv/issues/5467>`_
486
477
- * Replace yaspin spinner with rich spinner.
487
-
* Bump vistir version to 0.7.4 `#5468 <https://github.com/pypa/pipenv/issues/5468>`_
478
+
* Bump vistir version to 0.7.4 `#5468 <https://github.com/pypa/pipenv/issues/5468>`_
488
479
- Bump version of requirementslib to 2.2.0
489
480
Drop yaspin which is no longer used.
490
481
Bump vistir to version 0.7.4
@@ -886,11 +877,10 @@ Vendored Libraries
886
877
------------------
887
878
888
879
- * Rename patched ``notpip`` to ``pip`` in order to be clear that its a patched version of pip.
889
-
* Remove the part of _post_pip_import.patch that overrode the standalone pip to be the user installed pip,
890
-
now we fully rely on our vendored and patched ``pip``, even for all types of installs.
880
+
* 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.
891
881
* Vendor in the next newest version of ``pip==22.2``
892
882
* Modify patch for ``pipdeptree`` to not use ``pip-shims`` `#5188 <https://github.com/pypa/pipenv/issues/5188>`_
893
-
- * Remove vendored ``urllib3`` in favor of using it from vendored version in ``pip._vendor`` `#5215 <https://github.com/pypa/pipenv/issues/5215>`_
883
+
* Remove vendored ``urllib3`` in favor of using it from vendored version in ``pip._vendor`` `#5215 <https://github.com/pypa/pipenv/issues/5215>`_
894
884
895
885
Removals and Deprecations
896
886
-------------------------
@@ -1605,11 +1595,11 @@ Vendored Libraries
1605
1595
- Update vendored dependencies and invocations
1606
1596
1607
1597
- Update vendored and patched dependencies
1608
-
- Update patches on ``piptools``, ``pip``, ``pip-shims``, ``tomlkit`
1598
+
- Update patches on ``piptools``, ``pip``, ``pip-shims``, ``tomlkit``
1609
1599
- Fix invocations of dependencies
1610
-
- Fix custom ``InstallCommand` instantiation
1611
-
- Update ``PackageFinder` usage
1612
-
- Fix ``Bool` stringify attempts from ``tomlkit`
1600
+
- Fix custom ``InstallCommand`` instantiation
1601
+
- Update ``PackageFinder`` usage
1602
+
- Fix ``Bool`` stringify attempts from ``tomlkit``
0 commit comments