Hatch Versions Save

Modern, extensible Python project management

hatchling-v1.22.4

2 months ago

Fixed:

  • Only read source distribution metadata for fields that are explicitly defined as dynamic

hatchling-v1.22.3

2 months ago

Fixed:

  • Fix the custom build hook when using dynamic dependencies

hatchling-v1.22.2

2 months ago

Fixed:

  • Fix regression when loading metadata from source distributions
  • Fix metadata hooks when building wheels from source distributions

hatchling-v1.22.1

2 months ago

Fixed:

  • Update the default version of core metadata to 2.3

hatchling-v1.22.0

2 months ago

Deprecated:

  • The app build target has been renamed to binary to reduce ambiguity with the name of an upcoming feature. The former name will still be usable for several minor releases.

Added:

  • Metadata for the wheel target now defaults to the PKG-INFO metadata within source distributions
  • Add dependencies method to the build hook interface so that hooks can themselves dynamically define dependencies
  • Update the default version of core metadata to 2.2
  • Update SPDX license information to version 3.23
  • Improve error message for when the default heuristics for wheel file inclusion fail

Fixed:

  • Properly support core metadata version 2.2
  • Remove editables as a direct dependency
  • Fix default wheel tag when the supported Python version declaration is strict
  • Load VCS ignore patterns first so that whitelisted patterns can be excluded by project configuration
  • Don't consider VCS ignore files that are outside of the VCS boundary
  • The sdist build target now gracefully ignores UNIX socket files
  • Begin ignoring certain files ubiquitously, like .DS_Store on macOS

hatch-v1.9.4

2 months ago

Fixed:

  • Limit the maximum version of Hatchling in anticipation of backward incompatible changes

hatch-v1.9.3

4 months ago

Fixed:

  • Fix loading of local plugins to account for newly released versions of a dependency

hatchling-v1.21.1

4 months ago

Fixed:

  • Fix loading of local plugins to account for newly released versions of a dependency

hatch-v1.9.2

4 months ago

Fixed:

  • Fix the default token variable name for publishing to PyPI

hatch-v1.9.1

5 months ago

Fixed:

  • Ensure that the dependency_hash method of the environment interface is called after sync_dependencies for cases where the hash is only known at that point, such as for dependency lockers
  • Only acknowledge the HATCH_PYTHON_VARIANT_* environment variables for Python resolution for supported platforms and architectures
  • Fix Python resolution when there are metadata hooks with unsatisfied dependencies