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

13799 commits

Author SHA1 Message Date
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
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
Stéphane Bidoul
b9c1097f14
Mention setup.py develop change in 23.1 changelog (#11973) 2023-04-17 09:42:12 -05:00
Paul Moore
7df10eeefd
Merge pull request #11963 from pfmoore/release/23.1
Release 23.1
2023-04-15 11:50:16 +01: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
Paul Moore
868338f9f7 Update AUTHORS.txt 2023-04-15 10:44:38 +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
Stéphane Bidoul
dbf4e6842c
Merge pull request #11897 from sbidoul/cache-hash-checking-sbi
Support wheel cache when using --require-hashes
2023-04-15 11:38:38 +02:00
Stéphane Bidoul
efe2d27451 Further refactor is_wheel_from_cache 2023-04-14 08:12:33 +02:00
Stéphane Bidoul
4beca6b4c9 Improve test 2023-04-14 08:03:49 +02:00
Stéphane Bidoul
bd746e3136 Introduce ireq.cached_wheel_source_link 2023-04-14 08:03:49 +02:00
Stéphane Bidoul
caafe6e87d Add a couple of asserts 2023-04-14 08:03:49 +02:00
Stéphane Bidoul
a6ef6485be Rename original_link_is_in_wheel_cache to is_wheel_from_cache
This more accurately reflects that it is not necessarily
related to original_link, original_link being the direct URL
link,
and the wheel cache can also be populated from sdists
URL discovered by the finder.
2023-04-14 08:03:48 +02:00
Stéphane Bidoul
ff8c8e3888 Cosmetics 2023-04-14 08:03:48 +02:00
Tzu-ping Chung
f86ba465e3 Fix rst syntax 2023-04-14 08:03:48 +02:00
Stéphane Bidoul
a1af13cd86 Tweak a condition 2023-04-14 08:03:48 +02:00
Stéphane Bidoul
0e2a0dbe4e Improve pip wheel wrt hash checking of cached built wheels 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
8e2205d849 Add function to check hashes against known digests 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
Tzu-ping Chung
5d3f24dac1
Merge pull request #11954 from honnix/patch-1 2023-04-14 05:12:09 +08:00
Stéphane Bidoul
030d2d425b Add comment 2023-04-13 09:33:59 +02:00
Honnix
d914ffa927
Update user_guide.rst 2023-04-13 09:15:42 +02:00
Honnix
40e56a7506
Update 11954.doc.rst 2023-04-13 09:14:50 +02:00
Honnix
f9e9a016d7
Update user_guide.rst 2023-04-13 09:05:10 +02:00
Honnix
beb97187ab
Update user_guide.rst 2023-04-13 09:02:27 +02:00
Honnix
b62076fd5f
Create 11954.doc.rst 2023-04-12 23:02:11 +02:00
Honnix
5719179357
Make it clear that constraints file can be a URL 2023-04-12 22:55:18 +02:00
Stéphane Bidoul
74133f810c
Merge pull request #11947 from sbidoul/direct-url-extras-report-sbi
Report requested_extras for direct URLs
2023-04-12 14:16:55 +02:00
Stéphane Bidoul
5bfccfd62d Report requested_extras for editable requirements 2023-04-11 22:24:12 +02:00
Stéphane Bidoul
41b0189eba Add news 2023-04-11 14:57:00 +02:00
Stéphane Bidoul
4f6d47d8bc Tweak comments 2023-04-11 14:49:30 +02:00
Stéphane Bidoul
5119d4651e Improve conversion of direct_url.hash to hashes 2023-04-11 14:49:30 +02:00
Stéphane Bidoul
cdd9c95eac Add test for download_info hashes 2023-04-11 14:49:30 +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