Commit Graph

14203 Commits

Author SHA1 Message Date
Tzu-ping Chung 95640b8967
Merge pull request #12127 from uranusjr/no-setuptools-in-tests 2023-07-26 09:52:20 +08:00
Sander Van Balen 39e1102800 fixed minor type errors 2023-07-25 17:33:09 +02:00
Sander Van Balen 292387f20b py37 compatibility 2023-07-25 17:25:05 +02:00
Sander Van Balen dc01a40d41 py38 compatibility 2023-07-25 17:19:21 +02:00
Sander Van Balen 4ae829cb3f news entries 2023-07-25 17:14:50 +02:00
Sander Van Balen fc86308c04 Merge branch 'main' into issue/11924-requirements-on-extras 2023-07-25 16:47:37 +02:00
Sander Van Balen cc6a2bded2 added second report test case 2023-07-25 16:38:51 +02:00
Sander Van Balen e569017351 added test case for report bugfix 2023-07-25 16:34:23 +02:00
Sander Van Balen 3fa373c078 added test for comes-from reporting 2023-07-25 15:59:20 +02:00
Sander Van Balen ff9aeae0d2 added resolver test case 2023-07-25 15:36:33 +02:00
Tzu-ping Chung 07049fe1a6
Merge pull request #12175 from illia-v/drop-securetransport 2023-07-25 19:55:46 +08:00
Illia Volochii 765732df4f
Update the news entry 2023-07-24 18:51:02 +03:00
Illia Volochii 2a23ce9474
Fix ending of the news entry 2023-07-22 20:57:04 +03:00
Illia Volochii 86704d57e2
Move the news entry to the right directory 2023-07-22 20:53:16 +03:00
Illia Volochii 5e4e44a254
Drop a fallback to using SecureTransport on macOS 2023-07-22 20:39:04 +03:00
Paul Moore 9ca96dd8a8
Merge pull request #12174 from pfmoore/release/23.2.1
Release/23.2.1
2023-07-22 10:15:50 +01:00
Paul Moore 5b7ca11888 Bump for development 2023-07-22 10:10:44 +01:00
Paul Moore 4a79e65cb6 Bump for release 2023-07-22 10:10:43 +01:00
Paul Moore 81a0711192 Update AUTHORS.txt 2023-07-22 10:10:42 +01:00
Paul Moore 1d4674c389
Merge pull request #12163 from pfmoore/fix_12156
Disable PEP 658 for the legacy resolver
2023-07-21 15:13:14 +01:00
Paul Moore 39aa7ed50e Fix a direct creation of RequirementPreparer in the tests 2023-07-18 21:00:11 +01:00
Paul Moore c12139de9b Disable PEP 658 for the legacy resolver 2023-07-18 20:50:10 +01:00
Aleš Erjavec 2928750ae6 Change warning wording
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
2023-07-17 15:15:41 +02:00
Ales Erjavec 6a9098ed48 Show a single warning on temp directory cleanup
Log individual errors at debug logging level.
2023-07-17 15:15:41 +02:00
Ales Erjavec dddf4f8293 Add a news entry 2023-07-17 15:15:41 +02:00
Ales Erjavec 4ff65abdf7 Fix 'force' remove file without write permissions
Preserve existing mode flags, handle case where we even lack
permission to change the mode.
2023-07-17 15:15:41 +02:00
Ales Erjavec 660dafb37f Ignore errors in temporary directory cleanup
pip should not exit with an error when it fails to cleanup temporary
files after it has already successfully installed packages.
2023-07-17 15:15:41 +02:00
Shantanu 593b85f4ab
Use strict optional checking in misc.py (#11382) 2023-07-17 10:40:25 +01:00
Tzu-ping Chung b252ad819b
Merge pull request #12148 from mtreinish/patch-1 2023-07-16 10:38:00 +08:00
Matthew Treinish 26814251c0
Correct typo in 23.2 Changelog Bug Fixes
The first entry in the bug fixes section for the 23.2 release's
changelog incorrectly listed the the PR/Issue for "Fix pip 
completion --zsh" as #11416. However, the PR that fixed this
issue was actually #11417. This commit fixes this oversight/off by one error so that the changelog points to the correct PR.
2023-07-15 17:50:50 -04:00
Tzu-ping Chung 5d0a464afc
Remove unneeded .0
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
2023-07-15 19:14:24 +08:00
Paul Moore 1d5b12063d
Merge pull request #12145 from pfmoore/release/23.2
Release 23.2
2023-07-15 10:46:05 +01:00
Paul Moore b6a2670599 Bump for development 2023-07-15 10:05:07 +01:00
Paul Moore a3c2c43c53 Bump for release 2023-07-15 10:05:07 +01:00
Paul Moore ae23f967ef Update AUTHORS.txt 2023-07-15 10:04:59 +01:00
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
Sander Van Balen 7e8da6176f clarification 2023-07-13 17:02:53 +02:00
Sander Van Balen faa3289a94 use regex for requirement update 2023-07-13 16:40:56 +02:00
Sander Van Balen 8aa17580ed dropped unused attribute 2023-07-13 14:57:18 +02: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
Tzu-ping Chung a40a24d867 Use -dev instead of pinning to beta.3 2023-07-10 16:58:46 +08: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