summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade setuptools to 67.7.2Paul Moore2023-04-252-1/+4
|
* Suppress pkg_resources deprecation warningPaul Moore2023-04-251-0/+9
|
* Upgrade setuptools to 67.6.1Paul Moore2023-04-252-270/+331
|
* Revert "Merge pull request #11487 from pelson/feature/base-prefix-config"Paul Moore2023-04-211-15/+3
| | | | | This reverts commit 56e5fa3c0fd0544e7b5b9b89d9d7854b82d51242, reversing changes made to 2c09e9c760e67fd801b3e756357de3b3c82cd08d.
* Revert "Upgrade setuptools to 67.6.1"Paul Moore2023-04-172-331/+270
| | | | This reverts commit d7e02483264703d6210e8c28937dcf1d9f547796.
* Bump for developmentPaul Moore2023-04-151-1/+1
|
* Bump for release23.1Paul Moore2023-04-151-1/+1
|
* Merge pull request #11919 from ↵Stéphane Bidoul2023-04-152-1/+10
|\ | | | | | | | | sbidoul/deprecate-legacy-ignore-config-settings-sbi Deprecate legacy projects ignoring config settings
| * Deprecate legacy projects ignoring config settingsStéphane Bidoul2023-04-021-0/+9
| | | | | | | | | | In the future the presence of config settings will auto enable pep517.
| * Update commentStéphane Bidoul2023-04-021-1/+1
| |
* | Further refactor is_wheel_from_cacheStéphane Bidoul2023-04-143-7/+9
| |
* | Introduce ireq.cached_wheel_source_linkStéphane Bidoul2023-04-144-4/+6
| |
* | Add a couple of assertsStéphane Bidoul2023-04-141-0/+2
| |
* | Rename original_link_is_in_wheel_cache to is_wheel_from_cacheStéphane Bidoul2023-04-144-8/+11
| | | | | | | | | | | | | | | | 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.
* | CosmeticsStéphane Bidoul2023-04-141-1/+1
| |
* | Tweak a conditionStéphane Bidoul2023-04-141-6/+3
| |
* | Improve pip wheel wrt hash checking of cached built wheelsStéphane Bidoul2023-04-141-6/+21
| |
* | Check hashes of cached built wheels agains origin source archiveStéphane Bidoul2023-04-142-2/+34
| |
* | Add function to check hashes against known digestsStéphane Bidoul2023-04-141-0/+7
| |
* | Merge pull request #11949 from sbidoul/hash2hashes-sbiStéphane Bidoul2023-04-145-15/+27
|\ \ | | | | | | Generate download_info.info.hashes in install report for direct URL archives
| * | Add commentStéphane Bidoul2023-04-131-0/+1
| | |
| * | Tweak commentsStéphane Bidoul2023-04-114-4/+7
| | |
| * | Improve conversion of direct_url.hash to hashesStéphane Bidoul2023-04-111-11/+19
| | |
* | | Report requested_extras for editable requirementsStéphane Bidoul2023-04-111-1/+3
| | |
* | | Report requested_extras for direct URLsStéphane Bidoul2023-04-111-0/+1
|/ /
* | Merge pull request #11868 from DefaultRyan/normalize-path-cachedStéphane Bidoul2023-04-111-5/+15
|\ \ | | | | | | cache normalize_path in req_uninstall and is_local
| * | Retry removing the argument from lru_cacheRyan Shepherd2023-04-101-1/+1
| | |
| * | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2023-04-101-1/+3
| | | | | | | | | | | | for more information, see https://pre-commit.ci
| * | Fix overly long line lengthRyan Shepherd2023-04-101-2/+2
| | |
| * | Document _normalize_path_cachedRyan Shepherd2023-04-101-0/+3
| | |
| * | Remove is_local importRyan Shepherd2023-04-101-1/+1
| | |
| * | Remove reference to utils.misc.normalize_path_cachedRyan Shepherd2023-04-101-1/+1
| | |
| * | Move normalize_path caching to an instance on UninstallPathSetRyan Shepherd2023-04-102-20/+11
| | |
| * | Add explicit lru_cache maxsize for Python 3.7Ryan Shepherd2023-04-101-1/+1
| | |
| * | typoRyan Shepherd2023-04-101-1/+1
| | |
| * | cache normalize_path in req_uninstall and is_localRyan Shepherd2023-04-102-6/+20
| | |
* | | Merge pull request #10594 from pdegroote/mainTzu-ping Chung2023-04-111-2/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'main' into mainPradyun Gedam2023-03-27495-37795/+68604
| |\ \
| * | | Improve error message when egg-link does not match installed locationPieter Degroote2021-10-221-4/+5
| | | | | | | | | | | | | | | | | | | | Include the locations of the mismatched locations in the message, to provide more context.
* | | | Merge pull request #11938 from sbidoul/fix-direct-url-hash-trusted-sbiStéphane Bidoul2023-04-101-1/+6
|\ \ \ \ | | | | | | | | | | Don't trust link hash in direct URL dependencies
| * | | | Fix --require-hashes trusting link hashesStéphane Bidoul2023-04-101-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | When a direct URL with hash is provided as a dependency, --require-hash incorrectly considered the link hash as trusted.
* | | | | Merge pull request #11942 from Darsstar/correct-keyring-provider-defaultPaul Moore2023-04-101-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Correct keyring provider default
| * | | | | Correct default from `disabled` to `auto`. See #11939.Dos Moonen2023-04-101-1/+1
| | | | | |
* | | | | | Merge pull request #11922 from collinanderson/patch-1Stéphane Bidoul2023-04-101-3/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Avoid parsing dist.version twice in a row
| * | | | | Avoid parsing dist.version twice in a rowCollin Anderson2023-04-041-3/+4
| | | | | | | | | | | | | | | | | | dist.version is a property that parses the version string each time, so it's slightly faster to only parse it once.
* | | | | | Merge pull request #11936 from sbidoul/fix-link-hash-parsingStéphane Bidoul2023-04-101-14/+21
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Various fixes to the link hash parser
| * | | | | Improve readabilityStéphane Bidoul2023-04-081-3/+2
| | | | | | | | | | | | | | | | | | Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
| * | | | | Simplify assertionStéphane Bidoul2023-04-081-1/+1
| | | | | |
| * | | | | Keep empty hash, as beforeStéphane Bidoul2023-04-071-1/+1
| | | | | |
| * | | | | pep 658 hashes are not URL fragment hashesStéphane Bidoul2023-04-071-13/+21
| | | | | |