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 Jan 31 09:19:11 UTC 2023

Modified Files:
        pkgsrc/devel/py-hatchling: Makefile distinfo

Log Message:
py-hatchling: updated to 1.12.2

1.12.2 - 2023-01-05

Fixed:

Add macos-max-compat option to the wheel target that is enabled by default to support the latest version 22.0 of the packaging library

1.12.1 - 2022-12-31

Fixed:

Fix minor regression in the PEP 517/660 function signatures that was discovered by Fedora

1.12.0 - 2022-12-30

Added:

Improve readability of exceptions
Add extra_metadata build data to the wheel target
Retroactively support License-Expression core metadata starting at version 2.1
Add more type hints
Update the set of known trove classifiers to version 2022.12.22
Update SPDX license information to version 3.19
Store Hatchling's metadata in pyproject.toml

Fixed:

Acknowledge the ARCHFLAGS environment variable on macOS for the wheel target when build hooks set the infer_tag build data to true
Fix dependency checking when encountering broken distributions
Remove unnecessary encoding declaration in the default template for the version build hook


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-hatchling/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/devel/py-hatchling/Makefile:1.7
--- pkgsrc/devel/py-hatchling/Makefile:1.6      Fri Nov 18 18:40:53 2022
+++ pkgsrc/devel/py-hatchling/Makefile  Tue Jan 31 09:19:11 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/11/18 18:40:53 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/01/31 09:19:11 adam Exp $
 
-DISTNAME=      hatchling-1.11.1
+DISTNAME=      hatchling-1.12.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hatchling/}
@@ -20,7 +20,7 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 311
+.if ${_PYTHON_VERSION} != 311
 DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.2.2:../../textproc/py-tomli
 .endif
 

Index: pkgsrc/devel/py-hatchling/distinfo
diff -u pkgsrc/devel/py-hatchling/distinfo:1.4 pkgsrc/devel/py-hatchling/distinfo:1.5
--- pkgsrc/devel/py-hatchling/distinfo:1.4      Fri Nov 18 18:40:53 2022
+++ pkgsrc/devel/py-hatchling/distinfo  Tue Jan 31 09:19:11 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/11/18 18:40:53 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/01/31 09:19:11 adam Exp $
 
-BLAKE2s (hatchling-1.11.1.tar.gz) = dd9ac6374bc483e3298b4f9fb7a738066fcf2b5337b35aa05b1057e8181872c0
-SHA512 (hatchling-1.11.1.tar.gz) = 3ff9d41517eb2ebb8a3fab2d57e7430800650209e3253171cc96f83c4dc62441b82f3a69626566c795932df857d1c31dbb32b5a447324f83136aa9163fde540e
-Size (hatchling-1.11.1.tar.gz) = 57223 bytes
+BLAKE2s (hatchling-1.12.2.tar.gz) = be0431d871b55ebfdd25ec40ddc2e0e4b9f2e30d078cd8c1103816645fb87d8e
+SHA512 (hatchling-1.12.2.tar.gz) = 4cac57d8485dde72e5e1c60d30583f631226ff938f3eb657643602e3f19eff85b35f273a4a7890fd103bb4ade7cd2c6dd698c626779e544cfed80c59ed825f2f
+Size (hatchling-1.12.2.tar.gz) = 61667 bytes



Home | Main Index | Thread Index | Old Index