pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/py-platformdirs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 19 10:50:57 UTC 2026

Modified Files:
        pkgsrc/misc/py-platformdirs: Makefile distinfo

Log Message:
py-platformdirs: update to 4.10.1.

🐛 fix(windows): stop leaking memory on repeated folder lookups by @gaborbernat in #507
🚀 ci(release): towncrier changelog + publish on tag push by @gaborbernat in #509
📝 docs(changelog): rebuild against release history by @gaborbernat in #510


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/misc/py-platformdirs/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/misc/py-platformdirs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-platformdirs/Makefile
diff -u pkgsrc/misc/py-platformdirs/Makefile:1.42 pkgsrc/misc/py-platformdirs/Makefile:1.43
--- pkgsrc/misc/py-platformdirs/Makefile:1.42   Thu May 28 04:01:34 2026
+++ pkgsrc/misc/py-platformdirs/Makefile        Sun Jul 19 10:50:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2026/05/28 04:01:34 adam Exp $
+# $NetBSD: Makefile,v 1.43 2026/07/19 10:50:57 wiz Exp $
 
-DISTNAME=      platformdirs-4.10.0
+DISTNAME=      platformdirs-4.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/platformdirs/}
@@ -19,8 +19,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-mock>
 
 USE_LANGUAGES= # none
 
-# as of 4.9.2
-# 1 failed, 752 passed, 71 skipped
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/misc/py-platformdirs/distinfo
diff -u pkgsrc/misc/py-platformdirs/distinfo:1.41 pkgsrc/misc/py-platformdirs/distinfo:1.42
--- pkgsrc/misc/py-platformdirs/distinfo:1.41   Thu May 28 04:01:34 2026
+++ pkgsrc/misc/py-platformdirs/distinfo        Sun Jul 19 10:50:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2026/05/28 04:01:34 adam Exp $
+$NetBSD: distinfo,v 1.42 2026/07/19 10:50:57 wiz Exp $
 
-BLAKE2s (platformdirs-4.10.0.tar.gz) = 016139b5532826cfbf0d9251ea4996168ec57d308bf5adb08b497b5149d34934
-SHA512 (platformdirs-4.10.0.tar.gz) = ad3c2dd1d65522be5b5cbd7e22447681ee0a9de80fd3716b64205c229995118ace7e9bd0282e98f9d83106df5d1332bcbebea97bc6433156de22d1e1ef2756f4
-Size (platformdirs-4.10.0.tar.gz) = 31224 bytes
+BLAKE2s (platformdirs-4.10.1.tar.gz) = 09c70c610cfb0c9a21176865c62460e2e81fed6bb9e3e32c4a32aac535d47f81
+SHA512 (platformdirs-4.10.1.tar.gz) = 11590c5ede99cf866be4bc6eba7f3c0764b4e2a7d176ba0cb0b967934e0b72388a44e52ff07519637ab87290f7d5aac186be60b58eae65aeb72ca580ac97ff09
+Size (platformdirs-4.10.1.tar.gz) = 31678 bytes



Home | Main Index | Thread Index | Old Index