The NetBSD Project

CVS log for pkgsrc/devel/py-hatchling/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-hatchling

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 17 17:39:53 2024 UTC (4 weeks, 5 days ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Sat Oct 28 19:57:01 2023 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.6: +65 -3 lines
Diff to previous 1.6 (colored)

python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.

Revision 1.6 / (download) - annotate - [select for diffs], Tue May 16 22:49:27 2023 UTC (11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

py-hatchling: update to 1.17.0.

1.17.0 - 2023-05-12

Added:

    The app build target now embeds the project version in the name
    of binaries

1.16.1 - 2023-05-11

Fixed:

    Fix determining the built executable path for the app build
    target option when using a local copy of PyApp when there is
    an explicit target triple set

1.16.0 - 2023-05-11

Added:

    Add app build target option to build using a local copy of the
    PyApp repository

1.15.0 - 2023-05-09

Added:

    Add app build target

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 17 12:50:49 2023 UTC (12 months ago) by adam
Branch: MAIN
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored)

py-hatchling: updated to 1.14.0

1.14.0

Added:

Add trove-classifiers as a dependency

Fixed:

Properly normalize metadata descriptions that contain line breaks

Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 18 18:40:53 2022 UTC (17 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

py-hatchling: updated to 1.11.1

1.11.1

Fixed:

Fix default file selection behavior of the wheel target when there is a single top-level module


1.11.0

Added:

Add env version source to retrieve the version from an environment variable
Add validate-bump option to the standard version scheme

Fixed:

Use proper CSV formatting for the RECORD metadata file of the wheel target to avoid warnings during installation by pip if, for example, file names contain commas
Fix installations with pip for build hooks that modify runtime dependencies
Decreasing verbosity now has no affect on output that should always be displayed

Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 27 08:20:34 2022 UTC (18 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

py-hatchling: updated to 1.10.0

1.10.0 - 2022-09-18

Added:

Add the following to the list of directories that cannot be traversed: __pypackages__, .hg, .hatch, .tox, .nox
Add deprecated option to allow ambiguous features

Fixed:

Improve tracking of dynamic metadata
Fix core metadata for entries in project.optional-dependencies that use direct references


1.9.0 - 2022-09-09

Changed:

File pattern matching now more closely resembles Git's behavior

Added:

Implement a minimal version of prepare_metadata_for_build_wheel and prepare_metadata_for_build_editable for non-frontend tools that only need to inspect a project's metadata
Add metadata command to view PEP 621 project metadata
Improve error messages for SPDX license errors
Retroactively support License-File for core metadata starting at version 2.1
Bump the minimum supported version of pathspec to 0.10.1

Fixed:

Allow the valid non-SPDX license values LicenseRef-Public-Domain and LicenseRef-Proprietary
Show the help text of the CLI when no subcommand is selected

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 29 13:42:00 2022 UTC (19 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.1: +9 -2 lines
Diff to previous 1.1 (colored)

py-hatchling: fix PLIST

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 1 10:54:22 2022 UTC (22 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2

py-hatchling: added version 1.3.1

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

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>