summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Various fixes to the link hash parserStéphane Bidoul2023-04-071-2/+2
| |/ / / /
* | | | | Merge pull request #11940 from sbidoul/imp-req-file-parser-sbiTzu-ping Chung2023-04-101-0/+10
|\ \ \ \ \
| * | | | | Warn if --hash is used on a line without requirementStéphane Bidoul2023-04-091-0/+10
| |/ / / /
* | | | | Merge branch 'main' into per-req-config-settingsq0w2023-04-0975-1099/+1517
|\ \ \ \ \
| * | | | | Stop propagating `config_settings` to dependencies (#11941)Stéphane Bidoul2023-04-092-3/+0
| |/ / / /
| * | | | Merge pull request #11916 from pfmoore/vendoring-updatesPaul Moore2023-04-0362-725/+1447
| |\ \ \ \
| | * | | | Upgrade pygments to 2.14.0Paul Moore2023-04-0210-77/+127
| | * | | | Upgrade tenacity to 8.2.2Paul Moore2023-04-0211-120/+277
| | * | | | Upgrade setuptools to 67.6.1Paul Moore2023-04-022-270/+331
| | * | | | Upgrade typing_extensions to 4.5.0Paul Moore2023-04-022-9/+112
| | * | | | Upgrade rich to 13.3.3Paul Moore2023-04-0225-197/+303
| | * | | | Upgrade urllib3 to 1.26.15Paul Moore2023-04-026-8/+16
| | * | | | Upgrade platformdirs to 3.2.0Paul Moore2023-04-029-39/+276
| | * | | | Upgrade msgpack to 1.0.5Paul Moore2023-04-024-5/+5
| * | | | | Add documentation on how to fix a local patch during revendoring (#11918)Paul Moore2023-04-021-0/+24
| |/ / / /
| * | | | Remove setup.py install legacyStéphane Bidoul2023-03-315-270/+16
| * | | | Don't fallback to setup.py install when build failedStéphane Bidoul2023-03-312-27/+2
| * | | | Merge pull request #11872 from sbidoul/rm-no-binary-disables-wheel-cache-sbiStéphane Bidoul2023-03-315-75/+29
| |\ \ \ \
| | * | | | Centralize warning about always enabled featuresStéphane Bidoul2023-03-294-8/+16
| | * | | | Remove now unused FormatControl in WheelCacheStéphane Bidoul2023-03-291-31/+10
| | * | | | Remove no-binary disabling the cache of locally built wheelsStéphane Bidoul2023-03-293-41/+8
* | | | | | Remove merge_config_settingsq0w2023-04-092-40/+3
* | | | | | fix typingq0w2023-03-311-1/+1
* | | | | | Add more test casesq0w2023-03-312-11/+9
* | | | | | Merge branch 'main' into per-req-config-settingsq0w2023-03-3020-76/+29
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Reduce resolver rounds by an order of magnitude (#11908)Pradyun Gedam2023-03-291-2/+2
| |/ / / /
| * | | | Simplify direct_url.json generation (#11875)Stéphane Bidoul2023-03-271-15/+1
| * | | | Norm path before compare (#11719)lorddavidiii2023-03-271-3/+5
| * | | | Bump all linters other than mypy (#11901)Pradyun Gedam2023-03-2713-14/+0
| | |_|/ | |/| |
| * | | Merge pull request #11861 from sbidoul/deprecate-build-global-option-sbiStéphane Bidoul2023-03-271-1/+6
| |\ \ \
| | * | | Deprecate --build-option and --global-optionStéphane Bidoul2023-03-271-1/+6
| | | |/ | | |/|
| * | | Merge pull request #11871 from sbidoul/always-use-pep517-when-wheel-absent-sbiStéphane Bidoul2023-03-275-41/+15
| |\ \ \
| | * | | Combine setuptools and wheel detection in one stepStéphane Bidoul2023-03-271-7/+7
| | * | | Always use pep 517 when the 'wheel' package is absentStéphane Bidoul2023-03-275-42/+16
| | |/ /
* | | | fix typingq0w2023-03-272-1/+5
* | | | Merge branch 'main' into per-req-config-settingsq0w2023-03-279-52/+93
|\ \ \ \ | |/ / /
| * | | Merge pull request #11876 from sbidoul/refactor-per-req-global-hash-options-sbiStéphane Bidoul2023-03-275-36/+41
| |\ \ \
| | * | | Fix type of config_settings argumentsStéphane Bidoul2023-03-273-12/+15
| | * | | Use more kwargs for install_req_from_lineStéphane Bidoul2023-03-271-1/+1
| | * | | Remove unused argumentStéphane Bidoul2023-03-271-3/+0
| | * | | Refactor handling of per requirement optionsStéphane Bidoul2023-03-272-21/+26
| | |/ /
| * | | Upgrade resolvelib to 1.0.1 (#11879)Pradyun Gedam2023-03-273-16/+41
| |/ /
| * | Present found conflicts when discarding some criterion (#10937)Juan Luis Cano Rodríguez2023-03-261-0/+12
* | | fix merge_config_settingsq0w2023-03-261-5/+14
* | | Prefer reqs config_settings over cli config_settingsq0w2023-03-201-5/+6
* | | apply cli settings for reqsq0w2023-03-201-0/+2
* | | fix merge_config_settingsq0w2023-03-201-6/+8
* | | fix importq0w2023-03-201-1/+1
* | | merge cli and reqs config_settingsq0w2023-03-202-4/+29
* | | dont propagate flagq0w2023-03-201-9/+0