pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-hatchling py-hatchling: updated to 1.10.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9ef18aef1d9
branches:  trunk
changeset: 385846:d9ef18aef1d9
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 27 08:20:34 2022 +0000

description:
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

diffstat:

 devel/py-hatchling/Makefile |  4 ++--
 devel/py-hatchling/PLIST    |  4 +++-
 devel/py-hatchling/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 5d1976a61ab4 -r d9ef18aef1d9 devel/py-hatchling/Makefile
--- a/devel/py-hatchling/Makefile       Tue Sep 27 07:59:57 2022 +0000
+++ b/devel/py-hatchling/Makefile       Tue Sep 27 08:20:34 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/08/27 08:20:28 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/09/27 08:20:34 adam Exp $
 
-DISTNAME=      hatchling-1.8.1
+DISTNAME=      hatchling-1.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hatchling/}
diff -r 5d1976a61ab4 -r d9ef18aef1d9 devel/py-hatchling/PLIST
--- a/devel/py-hatchling/PLIST  Tue Sep 27 07:59:57 2022 +0000
+++ b/devel/py-hatchling/PLIST  Tue Sep 27 08:20:34 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/08/29 13:42:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/09/27 08:20:34 adam Exp $
 bin/hatchling-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -58,6 +58,8 @@
 ${PYSITELIB}/hatchling/cli/build/__init__.pyc
 ${PYSITELIB}/hatchling/cli/dep/__init__.py
 ${PYSITELIB}/hatchling/cli/dep/__init__.pyc
+${PYSITELIB}/hatchling/cli/metadata/__init__.py
+${PYSITELIB}/hatchling/cli/metadata/__init__.pyc
 ${PYSITELIB}/hatchling/cli/version/__init__.py
 ${PYSITELIB}/hatchling/cli/version/__init__.pyc
 ${PYSITELIB}/hatchling/dep/__init__.py
diff -r 5d1976a61ab4 -r d9ef18aef1d9 devel/py-hatchling/distinfo
--- a/devel/py-hatchling/distinfo       Tue Sep 27 07:59:57 2022 +0000
+++ b/devel/py-hatchling/distinfo       Tue Sep 27 08:20:34 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/08/27 08:20:28 adam Exp $
+$NetBSD: distinfo,v 1.3 2022/09/27 08:20:34 adam Exp $
 
-BLAKE2s (hatchling-1.8.1.tar.gz) = 9d8f01dc99bf5410198dea2c285dfd097b2309120c918c12f19ac4b9c337a0a7
-SHA512 (hatchling-1.8.1.tar.gz) = c6a69ef83991269a12e4efbfee6447e48b998f885faacd5551e6be9f27e7674a791b30e3212e1c17f9c3f11848ab79ce1c202e7473957285466b4d8334aac814
-Size (hatchling-1.8.1.tar.gz) = 54830 bytes
+BLAKE2s (hatchling-1.10.0.tar.gz) = d0c6da548b8deadf660d85fc042acdcce6a46e0370b2df183b364e3cae4e3f25
+SHA512 (hatchling-1.10.0.tar.gz) = 19659bea1e8e2e1fbf27e8b62c83bf59c22114aa8c4d2cc303136cc089840a7664bb9ef32e60873c55b434d7fd8675f9521ad876e6c23964c1633d8863e5d2fd
+Size (hatchling-1.10.0.tar.gz) = 56289 bytes



Home | Main Index | Thread Index | Old Index