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

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


Branch: CURRENT, Version: 1.24.2, Package name: py311-hatchling-1.24.2, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 62.474 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2024-03-24 08:24:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-hatchling: updated to 1.22.4

1.22.4 - 2024-03-23

Fixed:

Only read source distribution metadata for fields that are explicitly defined as \ 
dynamic
   2024-03-21 07:00:16 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-hatchling: updated to 1.22.3

1.22.3 - 2024-03-19

Fixed:

Fix the custom build hook when using dynamic dependencies
   2024-03-17 18:39:53 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-hatchling: updated to 1.22.2

1.22.2

Fixed:

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

1.22.1

Fixed:

Update the default version of core metadata to 2.3

1.22.0

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