pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-fakefs



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 14 13:50:55 UTC 2026

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

Log Message:
py-fakefs: updated to 6.2.0

6.2.0
Changes the MRO for file wrappers.

Changes
* fake file wrappers now derive from `io.TextIOBase` or `io.BufferedIOBase`,
  so that `isinstance`-checks for these classes succeed

Fixes
* route some pseudo-devices to the system instead of patching them; this ensures
  that `os.urandom` and related functions work correctly with PyPy
* fake file `seek` method did not return the location in the file
* make sure case sensitivity is correctly set for fake posix paths
  in `hash()`, `Path.match` and `Path.full_match`


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-fakefs/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-fakefs/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-fakefs/Makefile
diff -u pkgsrc/devel/py-fakefs/Makefile:1.36 pkgsrc/devel/py-fakefs/Makefile:1.37
--- pkgsrc/devel/py-fakefs/Makefile:1.36        Thu Mar 26 10:59:38 2026
+++ pkgsrc/devel/py-fakefs/Makefile     Tue Apr 14 13:50:55 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2026/03/26 10:59:38 adam Exp $
+# $NetBSD: Makefile,v 1.37 2026/04/14 13:50:55 adam Exp $
 
-DISTNAME=      pyfakefs-6.1.6
+DISTNAME=      pyfakefs-6.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyfakefs/}

Index: pkgsrc/devel/py-fakefs/distinfo
diff -u pkgsrc/devel/py-fakefs/distinfo:1.35 pkgsrc/devel/py-fakefs/distinfo:1.36
--- pkgsrc/devel/py-fakefs/distinfo:1.35        Thu Mar 26 10:59:38 2026
+++ pkgsrc/devel/py-fakefs/distinfo     Tue Apr 14 13:50:55 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2026/03/26 10:59:38 adam Exp $
+$NetBSD: distinfo,v 1.36 2026/04/14 13:50:55 adam Exp $
 
-BLAKE2s (pyfakefs-6.1.6.tar.gz) = 6fabfa449e4ca63e45509d9398dcd8817c87a2c046b76b1cf866378659ed40fd
-SHA512 (pyfakefs-6.1.6.tar.gz) = 699da0bd34796ffe1d9da1f128a59f03b1008651abfa8ee657ab0b118484e1b29da2559aae9d253be1eacbcf608a110a86513128f2f0a68552c76720019e457b
-Size (pyfakefs-6.1.6.tar.gz) = 227057 bytes
+BLAKE2s (pyfakefs-6.2.0.tar.gz) = c7f260ee600a281dbcbf983708d7b5d94dbfa8e8cb38ef0ee5d3a8a095a768d6
+SHA512 (pyfakefs-6.2.0.tar.gz) = 85f0ff44f3062a0bdff241102744ab0c37cc9946ea3df4a93c004841d88195a21d1521a49d46c9653d38e596486ffd0d319bcefb1fbbfcc17899f48f4fd4e0ad
+Size (pyfakefs-6.2.0.tar.gz) = 228273 bytes



Home | Main Index | Thread Index | Old Index