Commit Graph

13856 Commits

Author SHA1 Message Date
Matt Davis 39cc4aaf97
fix test expectation 2023-06-26 21:35:06 -04:00
Matt Davis b1d2bf902c
fix test 2023-06-26 21:08:45 -04:00
Matt Davis e862bc9c4e
Correction to account for vcs only (no index urls) 2023-06-26 20:25:28 -04:00
Matt Davis ae3f7f4906
Merge branch 'main' into pipenv-index-lookup-restrictions 2023-06-26 17:50:06 -04:00
Tzu-ping Chung 9f72cd0269
Merge pull request #11996 from uranusjr/deprecate-egg-importlib-metadata 2023-06-26 15:01:43 +08:00
Pradyun Gedam 9fa6424452
Remove the no-response workflow (#12102) 2023-06-25 12:06:02 +01:00
Tzu-ping Chung 5190ef71cc
Merge pull request #12080 from mauritsvanrees/maurits-issue-12079-slow-importlib 2023-06-16 17:03:40 +08:00
Maurits van Rees 6aef9326d9
Update news/12079.bugfix.rst
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
2023-06-12 21:49:12 +02:00
Maurits van Rees 1a80e41504
Mention in changelog that 12079 is an issue mostly in Python 3.11. 2023-06-12 21:43:34 +02:00
Maurits van Rees 1269d0d240
Update news snippet. 2023-06-12 16:31:28 +02:00
Maurits van Rees 3eb3ddd873
Fix slowness on Python 3.11 when updating an existing large environment. 2023-06-12 16:24:50 +02:00
Tzu-ping Chung 8a1eea4aae
Merge pull request #12075 from jondo/patch-1 2023-06-12 16:17:52 +08:00
Paul Moore 2d168e6e13
Merge pull request #12068 from pfmoore/python_option_subcommand
Error if the --python option is specified after the subcommand name
2023-06-08 14:20:19 +01:00
Robert Pollak 16df8cdcbf
NEWS.rst typo
'setttings' should be 'settings'.
2023-06-07 16:04:20 +02:00
Paul Moore 72a32e9907
Merge pull request #12073 from pfmoore/ruff
Switch to ruff for linting
2023-06-06 09:52:30 +01:00
Paul Moore bdef9159bd Use ruff for import sorting as well 2023-06-05 15:06:11 +01:00
Paul Moore 73333781ad Merge branch 'ruff' of https://github.com/pfmoore/pip into ruff 2023-06-05 14:50:24 +01:00
Paul Moore 7c3418b2d0
Add explicit ID to noqa comment
Co-authored-by: q0w <43147888+q0w@users.noreply.github.com>
2023-06-05 14:50:10 +01:00
Paul Moore 0af7d6de7a Tidy up file exclusions 2023-06-05 14:36:34 +01:00
Paul Moore 9824a426d4 Fix new lint errors 2023-06-05 14:32:44 +01:00
Paul Moore 80cb6f443f Switch to ruff for linting 2023-06-05 14:26:05 +01:00
Paul Moore de8f0b5ed1 Lint 2023-06-05 12:11:41 +01:00
Paul Moore 16f145d306 Add a test for the error 2023-06-05 12:03:22 +01:00
Paul Moore 073666e299 Make this an error rather than a warning 2023-06-05 11:57:04 +01:00
Paul Moore 6aa4d48b23 Fix the test failure 2023-06-05 11:53:43 +01:00
Paul Moore 8d381eeec2 Warn if the --python option is not specified before the subcommand name 2023-06-02 11:06:11 +01:00
Stéphane Bidoul 5e8e88ec2f
Merge pull request #12064 from sbidoul/revert-9540-temporary-fix
Revert temporary fix for issue 9540
2023-05-31 21:40:50 +02:00
Stéphane Bidoul 83f42685b7 Revert temporary fix for issue 9540 2023-05-31 09:18:07 +02:00
Tzu-ping Chung 5d9dde1141
Merge pull request #12060 from sbidoul/fix-11985-sbi 2023-05-30 13:28:47 +08:00
Steven Silvester ab1b312cc5
Update vendored typing extensions to 4.6 (#12056) 2023-05-29 15:51:08 +01:00
Stéphane Bidoul 1ca4529dc0 Ignore invalid origin.json in wheel cache 2023-05-29 12:36:11 +02:00
Tzu-ping Chung b0a8317ffb
Merge pull request #12046 from hroncok/nortl 2023-05-23 09:47:40 +08:00
Tzu-ping Chung 55ae905377
Merge pull request #12048 from nateprewitt/requests-2.31.0 2023-05-23 09:00:56 +08:00
Nate Prewitt 75f54cae92
Upgrade vendored Requests 2023-05-22 17:22:44 -06:00
Miro Hrončok 7de6455e11 Remove RIGHT-TO-LEFT OVERRIDE from AUTHORS.txt
The names don't seem to be right-to-left anyway.
2023-05-22 13:27:06 +02:00
Pradyun Gedam 3aaf5c32d6
Add `.git-blame-ignore-revs` for Black reformatting commits (#12045)
Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2023-05-21 19:40:20 -04:00
Paul Moore 2966a3e395
Merge pull request #12044 from chriskuehl/fix-pep658-name-normalization
Canonicalize package names before comparison for PEP658 metadata
2023-05-21 11:29:43 +01:00
Stéphane Bidoul 335e114945
Merge pull request #11966 from sbidoul/clarify-is-direct-sbi
Add ireq.is_direct property, for readability
2023-05-21 11:36:50 +02:00
Stéphane Bidoul 5c06e60676
Merge pull request #11533 from Mr-Pepe/fix-docs-for-pip-list-outdated-with-freeze-format
Improve documentation of pip list --outdated with freeze format
2023-05-21 11:33:22 +02:00
Stéphane Bidoul 5cc311422c
Merge pull request #12040 from stonebig/patch-2
make rejection message for count 8 slightly different
2023-05-21 11:04:40 +02:00
Chris Kuehl 767bb40755 Canonicalize package names before comparison for PEP658 metadata 2023-05-20 22:12:56 -05:00
Chris Kuehl 5f0dd4c60e Add regression test for canonicalized package names for PEP658 metadata 2023-05-20 22:12:56 -05:00
Chris Kuehl 743e6a31af Add test for metadata mismatch (passes on main already) 2023-05-20 20:01:16 -05:00
Felipe Peter e8b4bae05e Remove superfluous "together" 2023-05-21 00:29:06 +08:00
Felipe Peter 00ddca8bae Merge remote-tracking branch 'upstream/main' into fix-docs-for-pip-list-outdated-with-freeze-format 2023-05-21 00:25:32 +08:00
stonebig 1d74e7abbd
Create 12040.feature.rst 2023-05-20 17:39:36 +02:00
stonebig 1552934c08
Update reporter.py 2023-05-20 17:12:03 +02:00
stonebig 07874252f5
make rejection message for count 8 slightly different 2023-05-20 13:22:38 +02:00
Pradyun Gedam f25f8fffbb
Add Read the Docs build configuration (#12020) 2023-05-08 14:24:14 +05:30
Pradyun Gedam 5b1fa83ffc
Add Python 3.12 classifier (#12019) 2023-05-08 14:17:46 +05:30