./devel/py-hatchling, Modern, extensible Python build backend

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.26.3, Package name: py312-hatchling-1.26.3, Maintainer: pkgsrc-users

This is the extensible, standards compliant build backend used by Hatch.


Master sites:

Filesize: 53.68 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-13 09:27:50 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-hatchling: updated to 1.26.3

1.26.3 - 2024-11-12

Fixed:

Support an old import path that is still used by some consumers like Hatch

1.26.2 - 2024-11-12

Fixed:

Back-populate string license fields (License-Expression) for core metadata \ 
versions prior to 2.4
Remove the License-Expression and License-Files core metadata from version 2.2 \ 
that was missed in the previous minor release
   2024-11-11 17:36:28 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-hatchling: updated to 1.26.1

1.26.1 - 2024-11-10

Fixed:

Add backward compatibility for the old license-files metadata field
Support an old import path that is still used by some consumers like Hatch

1.26.0 - 2024-11-10

Changed:

The license-files metadata field has been updated to the latest spec and is now \ 
just an array of glob patterns

Added:

Support version 2.4 of core metadata for the wheel and sdist targets
Add HATCH_METADATA_CLASSIFIERS_NO_VERIFY environment variable to disable trove \ 
classifier verification
Add .pixi to the list of directories that cannot be traversed
Bump the minimum supported version of packaging to 24.2

Fixed:

No longer write package metadata for license expressions and files for versions \ 
of core metadata prior to 2.4
Properly enable Zip64 support for the wheel target
Properly ignore parent .gitingore files when the project root matches one of the \ 
patterns
   2024-06-26 18:47:56 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-hatchling: update to 1.25.0.

Changes not found.
   2024-04-22 07:08:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-hatchling: updated to 1.24.2

1.24.2

Fixed:

Add .venv to the list of directories that cannot be traversed
Output from the core Application utility now writes to stderr
   2024-04-18 06:36:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-hatchling: updated to 1.24.1

1.24.1 - 2024-04-18

Fixed:

Maintain file permissions for shared-scripts option/shared_scripts build data of \ 
the wheel target
   2024-04-16 17:26:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-hatchling: updated to 1.24.0

1.24.0

Added:

Add shared_data and shared_scripts build data for the wheel target
   2024-04-15 07:17:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-hatchling: updated to 1.23.0

1.23.0 - 2024-04-14

Added:

Add shared-scripts option for the wheel target

Fixed:

Support recursive optional dependencies
Set the packaging dependency version as >=23.2 to avoid its URL validation \ 
which can conflict with context formatting
   2024-04-05 10:25:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-hatchling: updated to 1.22.5

1.22.5 - 2024-04-04

Fixed:

Fix reading metadata from source distributions when fields are dynamic but not \ 
part of core metadata like entry points