Matt Davis
ff5cbbb348
Release v2023.11.14
2023-11-14 18:32:14 -05:00
Matt Davis
55258f71c7
Assume that vcs and direct URL installs need to be reinstalled ( #5936 )
...
* Assume the vcs and direct URL installs need to be reinstalled
2023-11-14 18:01:15 -05:00
Matt Davis
9eb07b4439
add news fragment on behalf of contributor
2023-11-14 17:41:57 -05:00
Arnaud Dezandee
bb0ca90fec
Ignore existing venv dir when PIPENV_VENV_IN_PROJECT is false ( #6009 )
2023-11-14 17:40:56 -05:00
Matt Davis
cd961a41b8
Fix issue-6011 direct file url path ( #6012 )
...
* Refactor this path logic to file url bug and re-use relative pathing logic.
* Handle case where the drive letter is different and so relative path may not be possible
* Add news fragment
2023-11-14 17:40:32 -05:00
Matt Davis
bc668e6475
Merge pull request #5994 from mungojam/fix-keyring-warnings
...
* pass through pipfile index urls when creating https session so that keyring works
* Add news entry
2023-11-12 10:30:28 -05:00
Mark Adamson
023b6bccf7
Add news entry
2023-11-12 15:04:09 +00:00
Matt Davis
b75f49698c
Fix readthedocs build
2023-11-11 15:20:56 -05:00
Matt Davis
f0a8075b3b
Restore this code that should prevent the string has no attribute update bug.
2023-11-08 13:43:03 +01:00
Mark Adamson
9fb2cfa157
black formatting
2023-10-31 22:06:57 +00:00
Mark Adamson
2b1ebd03ba
Fix trailing whitespace
2023-10-31 21:58:14 +00:00
github-actions[bot]
59a0c897f7
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-24 22:27:05 +00:00
Matt Davis
07787da9aa
Release v2023.10.24
2023-10-24 18:24:04 -04:00
Mark Adamson
7a0b4821df
pass through pipfile index urls when creating https session so that keyring works
2023-10-24 23:03:29 +01:00
Matt Davis
49a86af632
fix ruff lint
2023-10-24 17:49:37 -04:00
Matt Davis
1b3b61eb21
Python 3.12 support (passing) ( #5987 )
...
* pipenv support for python 3.12
2023-10-24 17:26:12 -04:00
Matt Davis
548fe82597
add news fragment
2023-10-23 10:10:11 +02:00
Matt Davis
5793e62407
Ran across this edge case of the new release with PyJWT
2023-10-23 10:10:11 +02:00
Matt Davis
c70337f146
add news fragment
2023-10-22 11:29:27 -04:00
Matt Davis
ebc3883dac
Vendor pip 23.3.1
2023-10-22 11:26:16 -04:00
Matt Davis
565bc44ed0
Add news fragment
2023-10-21 21:35:59 +02:00
Matt Davis
ab392a6404
Add missing files
2023-10-21 21:35:59 +02:00
Matt Davis
649a05842d
Update all vendoring to latest (except pipdeptree).
2023-10-21 21:35:59 +02:00
Matt Davis
454b3b8f23
Update all vendoring to latest (except pipdeptree).
2023-10-21 21:35:59 +02:00
Matt Davis
c01c899855
Update all vendoring to latest
2023-10-21 21:35:59 +02:00
Matt Davis
5d9f3272c6
Upgrade pythonfinder==2.0.6
2023-10-21 21:35:59 +02:00
Matt Davis
1939102e60
Merge pull request #5990 from daveschaefer/sort-category-alphabetical2
...
Simplify sorting code
2023-10-20 20:26:28 -04:00
Dave Schaefer
1a8c9de922
Simplify sorting code
...
For https://github.com/pypa/pipenv/issues/5964
As suggested in https://github.com/pypa/pipenv/pull/5965
We don't need to cast to `dict` first, we can just sort.
2023-10-20 17:35:16 -06:00
Matt Davis
c39a7a6177
pre-bump to dev version
2023-10-20 08:55:23 -04:00
Matt Davis
c16135a8ed
Remove double headers
2023-10-20 08:51:40 -04:00
Matt Davis
fd4147bd7e
Release v2023.10.20
2023-10-20 08:51:27 -04:00
Matt Davis
4e628dba5b
Remove double headers
2023-10-20 08:51:16 -04:00
Matt Davis
8fd6dfc9cc
Merge pull request #5965 from daveschaefer/sort-category-alphabetical
...
feat: Option to sort packages alphabetically inside each Pipfile category
2023-10-20 07:41:10 -04:00
Matt Davis
1ed9cfc1b0
Merge pull request #5982 from pypa/dependabot/pip/docs/urllib3-1.26.18
...
Bump urllib3 from 1.26.17 to 1.26.18 in /docs
2023-10-20 07:39:32 -04:00
Matt Davis
8e73a7f546
Merge pull request #5971 from notEvil/i5969
...
Change `--py` to use `print` instead of `console.print`
2023-10-20 07:10:00 -04:00
Matt Davis
2abff550dd
Merge pull request #5981 from pypa/dependabot/pip/examples/urllib3-2.0.7
...
Bump urllib3 from 2.0.6 to 2.0.7 in /examples
2023-10-20 06:57:49 -04:00
Matt Davis
04f01063be
Merge pull request #5879 from deronnax/mdupuy/drop-python-3.7
...
Drop support for python3.7
2023-10-20 06:56:08 -04:00
notEvil
4b8ec50d2b
Added news fragment
2023-10-20 12:06:01 +02:00
Mathieu Dupuy
0f5ad4919f
add news fragments
2023-10-20 10:23:49 +02:00
Mathieu Dupuy
4e3a77d9d5
Revert "even more cleaning"
...
This reverts commit 578d3db710 .
2023-10-20 10:23:49 +02:00
Mathieu Dupuy
578d3db710
even more cleaning
2023-10-20 09:48:23 +02:00
Mathieu Dupuy
ad6cf4fb3d
remove some more 3.7 leftovers
2023-10-20 09:47:55 +02:00
dependabot[bot]
f687cb242e
Bump urllib3 from 2.0.6 to 2.0.7 in /examples
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-20 01:14:23 +00:00
Matt Davis
f49d53d40c
Merge pull request #5980 from pypa/dependabot/pip/urllib3-1.26.18
...
Bump urllib3 from 1.26.17 to 1.26.18
2023-10-19 21:13:30 -04:00
dependabot[bot]
34b281124d
Bump urllib3 from 1.26.17 to 1.26.18
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-19 12:51:27 +00:00
Matt Davis
9e09efac53
Add news fragment
2023-10-19 14:50:27 +02:00
Matt Davis
9d9baee3c3
Skip test because truststore is now included.
2023-10-19 14:50:27 +02:00
Matt Davis
80c6f2128f
Handle edge case where install req name is None
2023-10-19 14:50:27 +02:00
Matt Davis
b47a1c539c
correction
2023-10-19 14:50:27 +02:00
Matt Davis
24433a80cc
correction
2023-10-19 14:50:27 +02:00