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:           Mon Apr 15 05:17:48 UTC 2024

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-hatchling/Makefile
cvs rdiff -u -r1.18 -r1.19 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.22 pkgsrc/devel/py-hatchling/Makefile:1.23
--- pkgsrc/devel/py-hatchling/Makefile:1.22     Fri Apr  5 08:25:51 2024
+++ pkgsrc/devel/py-hatchling/Makefile  Mon Apr 15 05:17:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/04/05 08:25:51 adam Exp $
+# $NetBSD: Makefile,v 1.23 2024/04/15 05:17:48 adam Exp $
 
-DISTNAME=      hatchling-1.22.5
+DISTNAME=      hatchling-1.23.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hatchling/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://hatch.pypa.io/
 COMMENT=       Modern, extensible Python build backend
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=23.2:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pathspec>=0.10.1:../../devel/py-pathspec
 DEPENDS+=      ${PYPKGPREFIX}-pluggy>=1.0.0:../../devel/py-pluggy
 DEPENDS+=      ${PYPKGPREFIX}-trove-classifiers-[0-9]*:../../misc/py-trove-classifiers

Index: pkgsrc/devel/py-hatchling/distinfo
diff -u pkgsrc/devel/py-hatchling/distinfo:1.18 pkgsrc/devel/py-hatchling/distinfo:1.19
--- pkgsrc/devel/py-hatchling/distinfo:1.18     Fri Apr  5 08:25:51 2024
+++ pkgsrc/devel/py-hatchling/distinfo  Mon Apr 15 05:17:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/04/05 08:25:51 adam Exp $
+$NetBSD: distinfo,v 1.19 2024/04/15 05:17:48 adam Exp $
 
-BLAKE2s (hatchling-1.22.5.tar.gz) = d237e80fc7e3fb81d99a05361fb16b3dd08b08e78b4271c1ba2b5ba26b2895f8
-SHA512 (hatchling-1.22.5.tar.gz) = 2a147bf4422af18e901a766531ed54f421883ec7f767f905fd37990f7d16da9ef1e397bf6fd41b0e763009aa44c19d5f65ade1329e0e10d1761b7819be6fd2d9
-Size (hatchling-1.22.5.tar.gz) = 62801 bytes
+BLAKE2s (hatchling-1.23.0.tar.gz) = 4cd85a723dfb01bd65dc89820fa8c01c5e3a9c2df23a4a7ce68c17525093cc53
+SHA512 (hatchling-1.23.0.tar.gz) = ad9bfc5975e3d8f8649fbb650ca4976ecc55f1aefdb5f199a42c5c1c7e326c771f1463a6f699664af7c07215557b851c87d20b0e5ef07638547edd5cdd6aeb3e
+Size (hatchling-1.23.0.tar.gz) = 63748 bytes



Home | Main Index | Thread Index | Old Index