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:           Fri Jan  3 12:37:54 UTC 2020

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-fakefs/Makefile \
    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.5 pkgsrc/devel/py-fakefs/Makefile:1.6
--- pkgsrc/devel/py-fakefs/Makefile:1.5 Sat Oct 19 14:43:35 2019
+++ pkgsrc/devel/py-fakefs/Makefile     Fri Jan  3 12:37:53 2020
@@ -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/}
Index: pkgsrc/devel/py-fakefs/distinfo
diff -u pkgsrc/devel/py-fakefs/distinfo:1.5 pkgsrc/devel/py-fakefs/distinfo:1.6
--- pkgsrc/devel/py-fakefs/distinfo:1.5 Sat Oct 19 14:43:35 2019
+++ pkgsrc/devel/py-fakefs/distinfo     Fri Jan  3 12:37:53 2020
@@ -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