pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-fakefs py-fakefs: updated to 3.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd8207ad0928
branches:  trunk
changeset: 407325:fd8207ad0928
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 03 12:37:53 2020 +0000

description:
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:

 devel/py-fakefs/Makefile |   4 ++--
 devel/py-fakefs/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 884e92b8e8ab -r fd8207ad0928 devel/py-fakefs/Makefile
--- a/devel/py-fakefs/Makefile  Fri Jan 03 12:33:19 2020 +0000
+++ b/devel/py-fakefs/Makefile  Fri Jan 03 12:37:53 2020 +0000
@@ -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 -r 884e92b8e8ab -r fd8207ad0928 devel/py-fakefs/distinfo
--- a/devel/py-fakefs/distinfo  Fri Jan 03 12:33:19 2020 +0000
+++ b/devel/py-fakefs/distinfo  Fri Jan 03 12:37:53 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index