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

4359 commits

Author SHA1 Message Date
Tzu-ping Chung
6507734aac
Fix string formatting 2023-06-29 16:51:11 +08:00
Tzu-ping Chung
26953e695f
Merge branch 'main' into main 2023-06-28 17:12:50 +08:00
Paul Moore
c7daa07f6a Reword the check for no hashes 2023-06-27 14:47:39 +01:00
Paul Moore
97cc6a4c60
Merge branch 'main' into core_metadata 2023-06-27 10:17:59 +01:00
Tzu-ping Chung
9f72cd0269
Merge pull request #11996 from uranusjr/deprecate-egg-importlib-metadata 2023-06-26 15:01:43 +08:00
JasonMo1
7572dbc095 Add IO check before save configuration1 2023-06-22 12:03:58 +08:00
JasonMo1
c4709d2b22 Add permission check before configuration11 2023-06-22 11:31:43 +08:00
JasonMo1
c57bad63da Add permission check before configuration10 2023-06-22 11:27:48 +08:00
JasonMo1
81c8a3ffbc Add permission check before configuration9 2023-06-17 12:42:47 +08:00
JasonMo1
8747268d44 Add permission check before configuration8 2023-06-17 12:30:36 +08:00
JasonMo1
05e936aecb Add permission check before configuration7 2023-06-17 12:16:25 +08:00
JasonMo1
5986dd27c5 Add permission check before configuration 2023-06-17 11:23:10 +08:00
JasonMo1
17147b8fd3 Add permission check before configuration 2023-06-17 11:23:10 +08:00
JasonMo1
2dbda58efc Add permission check before configuration 2023-06-17 11:23:10 +08:00
JasonMo1
f74650725b Add permission check before configuration 2023-06-17 11:23:10 +08: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
Paul Moore
7e3f74f16d Merge branch 'main' into core_metadata 2023-06-08 14:22:42 +01: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
Paul Moore
5168881b43 Implement PEP 714 - rename dist-info-metadata 2023-06-08 10:10:15 +01:00
Paul Moore
232cc9dd52 Parse hash data before passing to MetadataFile 2023-06-08 10:09:09 +01:00
Paul Moore
8f89997d0d Fix types to be 3.7-compatible 2023-06-07 21:11:34 +01:00
Paul Moore
6c3db098ff Fix parsing of JSON index dist-info-metadata values 2023-06-07 20:58:40 +01:00
Paul Moore
9824a426d4 Fix new lint errors 2023-06-05 14:32:44 +01:00
Paul Moore
de8f0b5ed1 Lint 2023-06-05 12:11:41 +01:00
Paul Moore
073666e299 Make this an error rather than a warning 2023-06-05 11:57:04 +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
Nate Prewitt
75f54cae92
Upgrade vendored Requests 2023-05-22 17:22:44 -06: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
Chris Kuehl
767bb40755 Canonicalize package names before comparison for PEP658 metadata 2023-05-20 22:12:56 -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
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
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
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
c8b49cac1e Revert "Upgrade setuptools to 67.6.1"
This reverts commit d7e0248326.
2023-04-17 17:46:47 +01:00
Stéphane Bidoul
0621e5ad0d Add ireq.is_direct property, for readability 2023-04-16 12:01:04 +02:00
Paul Moore
2fd3e408dd Bump for development 2023-04-15 10:44:40 +01:00
Paul Moore
6424ac4600 Bump for release 2023-04-15 10:44:40 +01:00
Stéphane Bidoul
4f3a4f7269
Merge pull request #11919 from sbidoul/deprecate-legacy-ignore-config-settings-sbi
Deprecate legacy projects ignoring config settings
2023-04-15 11:39:22 +02:00