diff options
author | adam <adam@pkgsrc.org> | 2020-01-03 12:37:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-01-03 12:37:53 +0000 |
commit | e45d0d89753baf56ec4af5aa93f794ca823c624c (patch) | |
tree | 9f7d818bc63fde7e0fe9dca48eb91141e5fedee2 /devel/py-fakefs | |
parent | 5f1b6f3ece85253a457e7968535c177c35795759 (diff) | |
download | pkgsrc-e45d0d89753baf56ec4af5aa93f794ca823c624c.tar.gz |
py-fakefs: updated to 3.7.1
Version 3.7.1:
This version adds support for Python 3.7.6 and 3.8.1.
Fixes
* Adapted fake `pathlib` to changes in Python 3.7.6/3.8.1
Version 3.7:
Fixes
This version adds support for Python 3.8.
_Note:_ This is the last pyfakefs version that will support Python 2.7
and Python 3.4 (possible bug fix releases notwithstanding).
* added support for Python 3.8
* added preliminary support for Windows-specific `os.stat_result` attributes
`tst_file_attributes` and `st_reparse_tag`
* added support for fake `os.sendfile` (Posix only, Python 3 only)
Fixes
* support `devnull` in Windows under Python 3.8
* fixed side effect of calling `DirEntry.stat()` under Windows (changed
st_nlink)
* fixed problem of fake modules still referenced after a test in modules
loaded during the test
* correctly handle missing read permission for parent directory
* raise for `os.scandir` with non-existing directory
Infrastructure
* fixed CI tests scripts to always propagate errors
Diffstat (limited to 'devel/py-fakefs')
-rw-r--r-- | devel/py-fakefs/Makefile | 4 | ||||
-rw-r--r-- | devel/py-fakefs/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-fakefs/Makefile b/devel/py-fakefs/Makefile index 8120bda849a..1a329cf7153 100644 --- a/devel/py-fakefs/Makefile +++ b/devel/py-fakefs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2019/10/19 14:43:35 adam Exp $ +# $NetBSD: Makefile,v 1.6 2020/01/03 12:37:53 adam Exp $ -DISTNAME= pyfakefs-3.6.1 +DISTNAME= pyfakefs-3.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyfakefs/} diff --git a/devel/py-fakefs/distinfo b/devel/py-fakefs/distinfo index 290fb007ced..3988370f408 100644 --- a/devel/py-fakefs/distinfo +++ b/devel/py-fakefs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2019/10/19 14:43:35 adam Exp $ +$NetBSD: distinfo,v 1.6 2020/01/03 12:37:53 adam Exp $ -SHA1 (pyfakefs-3.6.1.tar.gz) = a8ae3cb6dffb419e59b7f31c600a838849bc4115 -RMD160 (pyfakefs-3.6.1.tar.gz) = ac7b403ac244d2fa1f9a482ad4f66b31356ea4af -SHA512 (pyfakefs-3.6.1.tar.gz) = 046a702f84f9322c2f23b19f19d1a6749e79477f2eb7474a4f3533f1203d1c6e07b599a402e51c25275ec39c9c610039a660c1c37ace8e12deff84a5e8c96af8 -Size (pyfakefs-3.6.1.tar.gz) = 158178 bytes +SHA1 (pyfakefs-3.7.1.tar.gz) = 4a7ea1a606dd79c34c90cb2870d7f82c29f86b32 +RMD160 (pyfakefs-3.7.1.tar.gz) = 00d5b8f8d20181fb4d791c09461b929ee820e862 +SHA512 (pyfakefs-3.7.1.tar.gz) = 7ac9062b32e07286c88fa754f0b453fecae890779d67959e2383c59bf90ec0f0d6074b0cce9fd00b48bb14ebd5f04b6276289ef89ff54218db1a12bf4f5442d5 +Size (pyfakefs-3.7.1.tar.gz) = 161265 bytes |