Michael K.

Results 40 issues of Michael K.

If the JSON API isn't available (eg. for devpi, Artifactory, AWS CodeArtifact), get the hash of a wheel/archive from the URL if available instead of hash. This resolves jazzband/pip-tools#1135 #####...

enhancement
hashes

When using `https://pypi.org/simple/` instead of `https://pypi.org/simple` as index URL, pip-compile falls back to hashing files. This is caused by passing the index URL to pip's `PackageIndex` and then calling `package_index.pypi_url`:...

bug
hashes

See https://aws.amazon.com/about-aws/whats-new/2022/09/aws-cloudformation-new-language-extensions-transform/ I've take the example from https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-languageextension-transform.html to see if that works. At least the combination of `AWS::LanguageExtensions` with the `AWS::Serverless` transform and globals needs a bit of work....

When running `pip3 install polyglot==16.7.4` no requirements get installed. See (this uses a fresh [python 3.5 docker image](https://github.com/docker-library/python/blob/855b85c8309e925814dfa97d61310080dcd08db6/3.5/Dockerfile) with nothing else installed): ``` $ docker run --rm -it python:3.5 pip3...

Fixes best-doctor/flake8-annotations-complexity#20

Release 4.3.2 is missing in the commit history, therefore I don't know why it contains a `py.typed` file. But that's nothing a patch release should introduce. The type hints are...

pylint currently fails on the default branch, see eg. https://github.com/michael-k/aioamqp/actions/runs/3344268538