pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-importlib-resources
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 20 11:14:23 UTC 2024
Modified Files:
pkgsrc/devel/py-importlib-resources: Makefile distinfo
Log Message:
py-importlib-resources: updated to 6.4.3
v6.4.3
Bugfixes
- When inferring the caller in ``files()`` correctly detect one's own module even when the resources package source is not present.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-importlib-resources/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-importlib-resources/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-importlib-resources/Makefile
diff -u pkgsrc/devel/py-importlib-resources/Makefile:1.26 pkgsrc/devel/py-importlib-resources/Makefile:1.27
--- pkgsrc/devel/py-importlib-resources/Makefile:1.26 Thu Aug 15 07:25:04 2024
+++ pkgsrc/devel/py-importlib-resources/Makefile Tue Aug 20 11:14:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/08/15 07:25:04 adam Exp $
+# $NetBSD: Makefile,v 1.27 2024/08/20 11:14:23 adam Exp $
-DISTNAME= importlib_resources-6.4.2
+DISTNAME= importlib_resources-6.4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/importlib_resources/}
@@ -21,8 +21,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-zipp>=3.17
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 310
DEPENDS+= ${PYPKGPREFIX}-zipp>=3.1.0:../../archivers/py-zipp
Index: pkgsrc/devel/py-importlib-resources/distinfo
diff -u pkgsrc/devel/py-importlib-resources/distinfo:1.21 pkgsrc/devel/py-importlib-resources/distinfo:1.22
--- pkgsrc/devel/py-importlib-resources/distinfo:1.21 Thu Aug 15 07:25:04 2024
+++ pkgsrc/devel/py-importlib-resources/distinfo Tue Aug 20 11:14:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/08/15 07:25:04 adam Exp $
+$NetBSD: distinfo,v 1.22 2024/08/20 11:14:23 adam Exp $
-BLAKE2s (importlib_resources-6.4.2.tar.gz) = a8f0027c1e74bd51382dbadedc79d95bbf3e235b5f09f33570ed35ef64c1887e
-SHA512 (importlib_resources-6.4.2.tar.gz) = e3bb0e1ccf35fe36f805a97ff71cd82d9e55547baf1c6083bec07c2528cb1f11497926f76917cfba3924c04d6fd5753ccfbb912fdf08174c5b63f5f1a198acf5
-Size (importlib_resources-6.4.2.tar.gz) = 41629 bytes
+BLAKE2s (importlib_resources-6.4.3.tar.gz) = 4d8eb25c02a9fc5c0bf6695a0e47e6bd05f0be93544bd7a89a8f643e155e3305
+SHA512 (importlib_resources-6.4.3.tar.gz) = 23b6e8d37d2317cfe9d465f8083b6fa8826c34ec114844993556657b943ecca3b3d6e5f4ca958787d980ebd451e174b8e134f35445bdef085ca29b71c76e248e
+Size (importlib_resources-6.4.3.tar.gz) = 42026 bytes
Home |
Main Index |
Thread Index |
Old Index