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:           Mon Apr 20 13:00:18 UTC 2026

Modified Files:
        pkgsrc/devel/py-importlib-resources: Makefile distinfo

Log Message:
py-importlib-resources: updated to 7.1.0

v7.1.0

Features

- ``files()`` now provides a nicer error when __main__.__spec__ is None.

v7.0.0

Deprecations and Removals

- Remove compatibility shim for deprecated parameter *package* in
  :func:`importlib.resources.files`. Patch by Semyon Moroz.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-importlib-resources/Makefile
cvs rdiff -u -r1.25 -r1.26 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.33 pkgsrc/devel/py-importlib-resources/Makefile:1.34
--- pkgsrc/devel/py-importlib-resources/Makefile:1.33   Thu Oct  9 08:07:27 2025
+++ pkgsrc/devel/py-importlib-resources/Makefile        Mon Apr 20 13:00:18 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2025/10/09 08:07:27 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2026/04/20 13:00:18 adam Exp $
 
-DISTNAME=      importlib_resources-6.5.2
+DISTNAME=      importlib_resources-7.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/importlib_resources/}
 

Index: pkgsrc/devel/py-importlib-resources/distinfo
diff -u pkgsrc/devel/py-importlib-resources/distinfo:1.25 pkgsrc/devel/py-importlib-resources/distinfo:1.26
--- pkgsrc/devel/py-importlib-resources/distinfo:1.25   Sat Jan  4 06:37:24 2025
+++ pkgsrc/devel/py-importlib-resources/distinfo        Mon Apr 20 13:00:18 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2025/01/04 06:37:24 adam Exp $
+$NetBSD: distinfo,v 1.26 2026/04/20 13:00:18 adam Exp $
 
-BLAKE2s (importlib_resources-6.5.2.tar.gz) = 478b9a18eaaaf8898a749fbaebc0a579ece28d4e37d03a1742a8210d643ba974
-SHA512 (importlib_resources-6.5.2.tar.gz) = e9ca57f5191effdb570cde2b8adaddb27a1bfccc36575f5b15684283ff1b6363831bcb073322fecbf067456f8cf288a576b3a95a506c3701a4f2f30c03ec1c8a
-Size (importlib_resources-6.5.2.tar.gz) = 44693 bytes
+BLAKE2s (importlib_resources-7.1.0.tar.gz) = 04c6f3310a01425235b782660e1968a0b2e82217d597664923d894413bb03c52
+SHA512 (importlib_resources-7.1.0.tar.gz) = 8bc2ea45bf4d5e7e10a42abd79276c1c66229cd5a04375488e7c62d05b1743e60ce7fafb1552014f6a7dfe70969995b7a8bc12118ff051c95180ffa0e90b9190
+Size (importlib_resources-7.1.0.tar.gz) = 44985 bytes



Home | Main Index | Thread Index | Old Index