hatch-mypyc

Hatch build hook plugin for Mypyc

MIT License

Downloads
3K
Stars
36
Committers
4

Bot releases are hidden (Show)

hatch-mypyc - v0.16.0 Latest Release

Published by ofek over 1 year ago

Added:

  • Allow the latest major release of Mypy
hatch-mypyc - v0.15.0

Published by ofek almost 2 years ago

Added:

  • Bump the minimum supported version of Hatchling for a more robust macOS fix
hatch-mypyc - v0.14.1

Published by ofek almost 2 years ago

Fixed:

  • Prevent the installation of a version of packaging that is known to be broken on macOS
hatch-mypyc - v0.14.0

Published by ofek about 2 years ago

Added:

  • Add build-dir option to persist intermediate artifacts
hatch-mypyc - v0.13.0

Published by ofek about 2 years ago

Changed:

  • The include/exclude options are now applied after the standard file selection options rather than used as overrides

Added:

  • Bump the minimum supported version of Hatchling
hatch-mypyc - v0.12.0

Published by ofek about 2 years ago

Added:

  • Bump the minimum supported version of Mypy in order to remove the patch when building with pip now that it properly searches sys.path for PEP 561 compliant packages
  • Officially support Python 3.11
  • Bump the minimum supported version of Hatchling
hatch-mypyc - v0.11.1

Published by ofek over 2 years ago

Fixed:

  • Don't rely on the current working directory being the project root
  • Relax setuptools pin
hatch-mypyc - v0.11.0

Published by ofek over 2 years ago

Added:

  • Bump the minimum supported version of Hatchling
hatch-mypyc - v0.10.0

Published by ofek over 2 years ago

Added:

  • Bump the minimum supported version of dependencies

Fixed:

  • Properly work around setuptools' lack of support for PEP 639
hatch-mypyc - v0.9.1

Published by ofek over 2 years ago

Fixed:

  • Cap the version of setuptools until it supports PEP 639
hatch-mypyc - v0.9.0

Published by ofek over 2 years ago

Added:

  • Bump the minimum supported version of Hatchling
hatch-mypyc - v0.8.0

Published by ofek over 2 years ago

Added:

  • Support newer versions of Hatchling
hatch-mypyc - v0.7.0

Published by ofek over 2 years ago

Added:

  • Bump the minimum supported version of Hatchling
hatch-mypyc - v0.6.0

Published by ofek over 2 years ago

Added:

  • Bump the minimum supported version of Hatchling

Fixed:

  • Properly ignore artifacts from other runs
hatch-mypyc - v0.5.0

Published by ofek almost 3 years ago

Added:

  • Bump the minimum supported version of Hatchling, Mypy, and setuptools

Fixed:

  • Patch Mypy when building with pip to fix access to build requirements
hatch-mypyc - v0.4

Published by ofek almost 3 years ago

Added:

  • Support Python 3.7
hatch-mypyc - v0.3

Published by ofek almost 3 years ago

Added:

  • Bump the minimum supported version of Hatchling for a fix for projects with a src-layout structure
hatch-mypyc - v0.2

Published by ofek almost 3 years ago

Added:

  • Default to using the standard file selection options for easier configuration
  • Support src-layout project structures
hatch-mypyc - v0.1

Published by ofek almost 3 years ago

This is the initial public release.