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

13930 commits

Author SHA1 Message Date
Pradyun Gedam
324dd44495
Merge pull request #11417 from Freed-Wu/fix-zsh 2023-07-15 01:57:38 +01:00
Tzu-ping Chung
e53cf3d32d
Merge pull request #12137 from groodt/groodt-fix-deprecation-warning 2023-07-15 00:50:57 +08:00
Pradyun Gedam
38a8fb1f60
Merge pull request #12140 from uranusjr/ensure-preparation-for-dist
Ensure requirements are prepared before get_dist()
2023-07-12 13:20:36 +01:00
Tzu-ping Chung
0cabefbce8 Ensure requirements are prepared before get_dist()
The legacy resolver seems to prepare requirements differently that can
leave them half-done in certain code paths. I'm not quite sure how it's
doing things, but at least we can do this to make sure they do things
right.
2023-07-12 03:41:00 +08:00
Greg Roodt
2c4947d51a Add news entry 2023-07-11 12:14:53 +10:00
Greg Roodt
41506d7bbf Add news entry 2023-07-11 12:11:47 +10:00
Greg Roodt
9b47bc0fea Make black formatter happy 2023-07-10 22:04:46 +10:00
Greg Roodt
25f4e6eabf Fix deprecation warnings in Python 3.12 for usage of shutil.rmtree 2023-07-10 21:59:42 +10:00
Paul Moore
ea727e4d6a
Merge pull request #12136 from jbylund/joe/bump_urllib3
Update vendored urllib3 from 1.26.15 to 1.26.16
2023-07-10 10:21:01 +01:00
Joe Bylund
c5c85075a4 Update vendored urllib3 from 1.26.15 to 1.26.16 2023-07-09 18:58:12 -04:00
Paul Moore
c2b8082776
Merge pull request #12135 from pfmoore/vendoring-updates
Vendoring updates for 23.2
2023-07-09 23:07:23 +01:00
Paul Moore
4e2295d109 Upgrade setuptools to 68.0.0 2023-07-09 22:20:05 +01:00
Paul Moore
92494e94e9 Upgrade typing_extensions to 4.7.1 2023-07-09 22:20:05 +01:00
Paul Moore
b6d519f775 Upgrade pygments to 2.15.1 2023-07-09 22:20:04 +01:00
Paul Moore
6c33bbf8fb Upgrade rich to 13.4.2 2023-07-09 22:20:03 +01:00
Paul Moore
50af834c1e Upgrade certifi to 2023.5.7 2023-07-09 22:20:03 +01:00
Paul Moore
6ee8884ac4 Upgrade pyparsing to 3.1.0 2023-07-09 22:20:02 +01:00
Paul Moore
856c7ec27e Upgrade platformdirs to 3.8.1 2023-07-09 22:20:02 +01:00
Pradyun Gedam
177cf88c5c
Merge pull request #12032 from SpecLad/freeze-setuptools 2023-07-07 20:44:10 +01:00
Роман Донченко
7a69c00720 Make the changelog entry more verbose
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
2023-07-07 01:48:03 +03:00
Роман Донченко
393ccfbc31 test_freeze_with_setuptools: use mocks
This makes it possible to test both branches on any Python version.
2023-07-07 01:46:03 +03:00
Роман Донченко
5dc65eabb7 Don't exclude setuptools, distribute & wheel from freeze output on Python 3.12+
Due to the advent of build isolation, it is no longer necessary to install
setuptools and wheel in an environment just to install other packages.
Moreover, on Python 3.12 both ensurepip [1] and virtualenv [2] are to stop
installing setuptools & wheel by default. This means that when those packages
are present in a Python 3.12+ environment, it is reasonable to assume that
they are runtime dependencies of the user's project, and therefore should be
included in freeze output.

distribute is just obsolete.

[1] https://github.com/python/cpython/issues/95299
[2] https://github.com/pypa/virtualenv/pull/2558
2023-07-07 01:46:03 +03:00
Tzu-ping Chung
4734c4c735
Merge pull request #12091 from hauntsaninja/strict-optional-glibc 2023-07-05 17:44:51 +08:00
Shantanu
997f92a450
Merge branch 'main' into strict-optional-glibc 2023-07-05 01:23:21 -07:00
Pradyun Gedam
b88addeaf5
Merge pull request #11945 from sbidoul/legacy-version-and-specifier-deprecation-sbi
Surface LegacyVersion and LegacySpecifier deprecation warnings
2023-07-03 13:51:18 +01:00
Paul Moore
4cc183e445
Merge pull request #12120 from pfmoore/fix_11847
Record download of completed partial requirements
2023-07-03 13:15:13 +01:00
Stéphane Bidoul
4145168d68
Merge pull request #12119 from sbidoul/hg-explicit-rev-sbi
Pass revisions options explicitly to mercurial commands
2023-07-03 13:05:30 +02:00
Paul Moore
8e80a3ad9a Fix typo 2023-07-03 10:45:01 +01:00
Paul Moore
647ba8d07e Limit the double download fix to wheels 2023-07-03 10:35:01 +01:00
Paul Moore
cb25bf3731 Add a news file 2023-07-01 14:51:10 +01:00
Paul Moore
b99e082b00 Record download of completed partial requirements 2023-07-01 14:42:10 +01:00
Stéphane Bidoul
45468f06d4 Pass revisions options explicitly to mercurial commands 2023-07-01 13:41:34 +02:00
Paul Moore
4ac0d3d4a1
Merge pull request #12115 from pfmoore/ramdisk_test
Stop using a RAM disk for the Windows tests
2023-06-30 20:39:36 +01:00
Paul Moore
5d0c2773b8 Stop using a RAM disk for the Windows tests 2023-06-30 16:17:16 +01:00
Tzu-ping Chung
21440081bf
Merge pull request #12089 from JasonMo1/main 2023-06-30 13:40:27 +08:00
Tzu-ping Chung
256af8f691
Catch OSError instead of IOError 2023-06-29 17:28:16 +08:00
Tzu-ping Chung
41f138e43a
Minimize changeset 2023-06-29 16:51:34 +08:00
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
778b42ff81
Merge pull request #12078 from pfmoore/core_metadata
Fix parsing of JSON index dist-info-metadata values
2023-06-27 21:50:53 +01:00
Stéphane Bidoul
782cff7e01 Warn when legacy versions and specifiers are resolved
Also warn in pip check.

...
2023-06-27 16:43:32 +02:00
Paul Moore
a934f38ff7 Merge branch 'main' into core_metadata 2023-06-27 15:42:42 +01:00
Stéphane Bidoul
98814e5050
Merge pull request #12109 from sbidoul/macos-xpass-sbi
Revert "xfail test_pip_wheel_ext_module_with_tmpdir_inside"
2023-06-27 16:41:45 +02:00
Stéphane Bidoul
fab8cf7479 Remove Unused "type: ignore" comments 2023-06-27 15:49:40 +02:00
Paul Moore
c7daa07f6a Reword the check for no hashes 2023-06-27 14:47:39 +01:00
Paul Moore
a0976d8832 Fix lint issues 2023-06-27 14:47:09 +01:00
Stéphane Bidoul
108c055f72 Revert "xfail test_pip_wheel_ext_module_with_tmpdir_inside"
This reverts commit fab519dfd9.
2023-06-27 15:10:38 +02: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
Pradyun Gedam
9fa6424452
Remove the no-response workflow (#12102) 2023-06-25 12:06:02 +01:00