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:   adam
Date:           Wed Sep  2 10:15:50 UTC 2026

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

Log Message:
py-platformdirs: updated to 4.11.7

4.11.7 (2026-09-01)

4.11.6 (2026-09-01)

Give :func:`~platformdirs.user_bin_dir` and :func:`~platformdirs.user_bin_path` the use_site_for_root argument. They took none, so neither could reach the Unix redirect of root to 
:func:`~platformdirs.site_bin_dir`. :pr:`537`


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/misc/py-platformdirs/Makefile
cvs rdiff -u -r1.48 -r1.49 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.49 pkgsrc/misc/py-platformdirs/Makefile:1.50
--- pkgsrc/misc/py-platformdirs/Makefile:1.49   Sun Aug 30 15:35:02 2026
+++ pkgsrc/misc/py-platformdirs/Makefile        Wed Sep  2 10:15:50 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2026/08/30 15:35:02 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2026/09/02 10:15:50 adam Exp $
 
-DISTNAME=      platformdirs-4.11.5
+DISTNAME=      platformdirs-4.11.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/platformdirs/}

Index: pkgsrc/misc/py-platformdirs/distinfo
diff -u pkgsrc/misc/py-platformdirs/distinfo:1.48 pkgsrc/misc/py-platformdirs/distinfo:1.49
--- pkgsrc/misc/py-platformdirs/distinfo:1.48   Sun Aug 30 15:35:02 2026
+++ pkgsrc/misc/py-platformdirs/distinfo        Wed Sep  2 10:15:50 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2026/08/30 15:35:02 wiz Exp $
+$NetBSD: distinfo,v 1.49 2026/09/02 10:15:50 adam Exp $
 
-BLAKE2s (platformdirs-4.11.5.tar.gz) = 6cc93948c3336d79be106f4764e172b6f284324996255e36029a93a7437ccc75
-SHA512 (platformdirs-4.11.5.tar.gz) = 6238abd47f5d3ec6f5b87db98bc3a051e521594c280decf3f4f0403e2c43e07fa3b3802d40637b7414d322b8e0ed64853377b0b547a580654a3cbc198bd4f61e
-Size (platformdirs-4.11.5.tar.gz) = 34823 bytes
+BLAKE2s (platformdirs-4.11.7.tar.gz) = 3931b8c0898e50fd26929b800877872d0babf192d71c4d0c889d25af83f385ec
+SHA512 (platformdirs-4.11.7.tar.gz) = 717cfe7407e3afcbd9a115d4a7758d8e70c96f7b26479c8d3144bc41aebe87852197b534a86c11c0c3ed01687955aacd049c656062fb3ca4e802476872a65197
+Size (platformdirs-4.11.7.tar.gz) = 35127 bytes



Home | Main Index | Thread Index | Old Index