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

2358 commits

Author SHA1 Message Date
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
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
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
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
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
3fe7e54fce Bump for release 2023-04-26 10:18:28 +01:00
Paul Moore
cbc92fd6dd Upgrade setuptools to 67.7.2 2023-04-25 16:17:13 +01:00
Paul Moore
f1a7a6f942 Upgrade setuptools to 67.6.1 2023-04-25 16:03:34 +01:00
Paul Moore
ee40d71817 Bump for release 2023-04-22 10:13:28 +01:00
Paul Moore
b64e74de42 Add a news file 2023-04-21 19:08:14 +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
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
Tzu-ping Chung
f86ba465e3 Fix rst syntax 2023-04-14 08:03:48 +02:00
Stéphane Bidoul
40cd79d6e5 Check hashes of cached built wheels agains origin source archive 2023-04-14 08:03:48 +02:00
Stéphane Bidoul
f7787f8798
Merge pull request #11949 from sbidoul/hash2hashes-sbi
Generate download_info.info.hashes in install report for direct URL archives
2023-04-14 08:02:57 +02:00
Honnix
40e56a7506
Update 11954.doc.rst 2023-04-13 09:14:50 +02:00
Honnix
b62076fd5f
Create 11954.doc.rst 2023-04-12 23:02:11 +02:00
Stéphane Bidoul
41b0189eba Add news 2023-04-11 14:57:00 +02:00
Stéphane Bidoul
2f271838e7 Report requested_extras for direct URLs 2023-04-11 12:54:39 +02:00
Stéphane Bidoul
55f1251fa2
Merge pull request #11868 from DefaultRyan/normalize-path-cached
cache normalize_path in req_uninstall and is_local
2023-04-11 08:44:18 +02:00
Tzu-ping Chung
d0c50a0bd1
Merge pull request #10594 from pdegroote/main 2023-04-11 03:06:20 +08:00
Ryan Shepherd
8e6604c4c1 Create 11889.bugfix.rst 2023-04-10 16:45:34 +02:00
Stéphane Bidoul
5d4a974b60
Merge pull request #11938 from sbidoul/fix-direct-url-hash-trusted-sbi
Don't trust link hash in direct URL dependencies
2023-04-10 16:43:51 +02:00
Paul Moore
62e932ad28
Merge pull request #11942 from Darsstar/correct-keyring-provider-default
Correct keyring provider default
2023-04-10 12:43:20 +01:00
Stéphane Bidoul
f5f0302516 Fix --require-hashes trusting link hashes
When a direct URL with hash is provided as a dependency, --require-hash
incorrectly considered the link hash as trusted.
2023-04-10 13:21:00 +02:00
Stéphane Bidoul
42b19abb69
Merge pull request #11936 from sbidoul/fix-link-hash-parsing
Various fixes to the link hash parser
2023-04-10 11:23:24 +02:00
Dos Moonen
9605b97b48 Correct default from disabled to auto. See #11939. 2023-04-10 11:13:31 +02:00
Tzu-ping Chung
aebc0c5fc3
Merge pull request #11940 from sbidoul/imp-req-file-parser-sbi 2023-04-10 15:46:55 +08:00
q0w
110a26f0ed Merge branch 'main' into per-req-config-settings 2023-04-09 18:12:41 +03:00
Stéphane Bidoul
7cb863e2fc
Stop propagating config_settings to dependencies (#11941) 2023-04-09 09:41:04 -05:00
Stéphane Bidoul
2f1d4a0218 Warn if --hash is used on a line without requirement
in a requirements file
2023-04-09 11:03:49 +02:00
Stéphane Bidoul
6e5d467822 Various fixes to the link hash parser 2023-04-07 23:07:01 +02:00
Stéphane Bidoul
2ff2d0e375 Deprecate legacy projects ignoring config settings
In the future the presence of config settings will
auto enable pep517.
2023-04-02 18:56:47 +02:00
Paul Moore
c0ba81850b Upgrade pygments to 2.14.0 2023-04-02 14:53:28 +01:00
Paul Moore
d2852d0ad2 Upgrade tenacity to 8.2.2 2023-04-02 14:43:48 +01:00
Paul Moore
d7e0248326 Upgrade setuptools to 67.6.1 2023-04-02 14:34:24 +01:00
Paul Moore
54f6384468 Upgrade typing_extensions to 4.5.0 2023-04-02 11:44:08 +01:00
Paul Moore
ffac4e4611 Upgrade rich to 13.3.3 2023-04-02 11:43:52 +01:00
Paul Moore
141523c5ff Upgrade urllib3 to 1.26.15 2023-04-02 11:43:36 +01:00
Paul Moore
2b9effb4c7 Upgrade platformdirs to 3.2.0 2023-04-02 11:43:17 +01:00