pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-hatchling
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 27 08:20:34 UTC 2022
Modified Files:
pkgsrc/devel/py-hatchling: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-hatchling/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hatchling/PLIST \
pkgsrc/devel/py-hatchling/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-hatchling/Makefile
diff -u pkgsrc/devel/py-hatchling/Makefile:1.4 pkgsrc/devel/py-hatchling/Makefile:1.5
--- pkgsrc/devel/py-hatchling/Makefile:1.4 Sat Aug 27 08:20:28 2022
+++ pkgsrc/devel/py-hatchling/Makefile Tue Sep 27 08:20:34 2022
@@ -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/}
Index: pkgsrc/devel/py-hatchling/PLIST
diff -u pkgsrc/devel/py-hatchling/PLIST:1.2 pkgsrc/devel/py-hatchling/PLIST:1.3
--- pkgsrc/devel/py-hatchling/PLIST:1.2 Mon Aug 29 13:42:00 2022
+++ pkgsrc/devel/py-hatchling/PLIST Tue Sep 27 08:20:34 2022
@@ -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_
${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
Index: pkgsrc/devel/py-hatchling/distinfo
diff -u pkgsrc/devel/py-hatchling/distinfo:1.2 pkgsrc/devel/py-hatchling/distinfo:1.3
--- pkgsrc/devel/py-hatchling/distinfo:1.2 Sat Aug 27 08:20:28 2022
+++ pkgsrc/devel/py-hatchling/distinfo Tue Sep 27 08:20:34 2022
@@ -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