summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)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
* Revert "Upgrade setuptools to 67.6.1"Paul Moore2023-04-172-331/+270
* Bump for developmentPaul Moore2023-04-151-1/+1
* Bump for release23.1Paul Moore2023-04-151-1/+1
* Merge pull request #11919 from sbidoul/deprecate-legacy-ignore-config-setting...Stéphane Bidoul2023-04-152-1/+10
|\
| * Deprecate legacy projects ignoring config settingsStéphane Bidoul2023-04-021-0/+9
| * 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
* | 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
|\ \
| * | 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
|\ \
| * | 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
| * | 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
* | | | Merge pull request #11938 from sbidoul/fix-direct-url-hash-trusted-sbiStéphane Bidoul2023-04-101-1/+6
|\ \ \ \
| * | | | Fix --require-hashes trusting link hashesStéphane Bidoul2023-04-101-1/+6
* | | | | Merge pull request #11942 from Darsstar/correct-keyring-provider-defaultPaul Moore2023-04-101-1/+1
|\ \ \ \ \
| * | | | | 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 rowCollin Anderson2023-04-041-3/+4
* | | | | | Merge pull request #11936 from sbidoul/fix-link-hash-parsingStéphane Bidoul2023-04-101-14/+21
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Improve readabilityStéphane Bidoul2023-04-081-3/+2
| * | | | | 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