1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

14037 commits

Author SHA1 Message Date
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
Awit (Ah-Wit) Ghirmai
28f77d7618
Include nox install instructions in Getting Started dev doc (#12001) 2023-04-26 12:52:14 -06:00
Paul Moore
d9ec9e3eb8
Merge pull request #12000 from pfmoore/release/23.1.2
Release/23.1.2
2023-04-26 10:22:17 +01:00
Paul Moore
cd918f27f9 Bump for development 2023-04-26 10:18:28 +01:00
Paul Moore
3fe7e54fce Bump for release 2023-04-26 10:18:28 +01:00
Paul Moore
bc7621aaf8
Merge pull request #11997 from pfmoore/vendoring-setuptools
Vendor setuptools 67.7.2
2023-04-25 22:49:03 +01:00
Paul Moore
cbc92fd6dd Upgrade setuptools to 67.7.2 2023-04-25 16:17:13 +01:00
Paul Moore
4428130fbe Suppress pkg_resources deprecation warning 2023-04-25 16:15:07 +01:00
Paul Moore
f1a7a6f942 Upgrade setuptools to 67.6.1 2023-04-25 16:03:34 +01:00
Tzu-ping Chung
8295c9941b Deprecate .egg in the imporlib-metadata backend
This provides us a path to remove all pkg_resources usages on Python
3.11 or later, and thus avoid the problem that pkg_resources uses
Python API deprecated in 3.12.
2023-04-24 12:44:05 -06:00
Paul Moore
51afe45cda
Merge pull request #11992 from pfmoore/release/23.1.1
Release 23.1.1
2023-04-22 10:16:27 +01:00
Paul Moore
5cbf00c49e Bump for development 2023-04-22 10:13:28 +01:00
Paul Moore
ee40d71817 Bump for release 2023-04-22 10:13:28 +01:00
Paul Moore
d5a779d96c
Merge pull request #11987 from pfmoore/revert_56e5fa3
Revert addition of "base" config location
2023-04-22 10:07:16 +01:00
Paul Moore
b64e74de42 Add a news file 2023-04-21 19:08:14 +01:00
Paul Moore
7ba5a625bc Revert "Merge pull request #11487 from pelson/feature/base-prefix-config"
This reverts commit 56e5fa3c0f, reversing
changes made to 2c09e9c760.
2023-04-21 17:05:49 +01:00
Paul Moore
87678eefec
Merge pull request #11976 from pfmoore/revert_setuptools
Revert "Upgrade setuptools to 67.6.1"
2023-04-18 12:19:15 +01:00
Paul Moore
c8b49cac1e Revert "Upgrade setuptools to 67.6.1"
This reverts commit d7e0248326.
2023-04-17 17:46:47 +01:00
Stéphane Bidoul
3b8791f841
Update docs about hash checking and wheel cache (#11967) 2023-04-17 11:36:42 -05:00