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.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64d902ea02ea
branches:  trunk
changeset: 338259:64d902ea02ea
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 21 13:02:03 2019 +0000

description:
py-fakefs: updated to 3.6

Version 3.6:

Changes
* removed unneeded parameter use_dynamic_patch

New Features
* support for src_dir_fd and dst_dir_fd arguments in os.rename,
  os.replace and os.link
* added possibility to use modules instead of module names for the
  additional_skip_names argument
* added argument allow_root_user to Patcher and UnitTest to allow
  forcing non-root access
* added basic support for os.pipe
* added support for symlinks in add_real_directory
* added new public method add_real_symlink

Infrastructure
* added check for correctly installed Python 3 version in Travis.CI

Fixes
* fixed incorrect argument names for some os functions
* fake DirEntry now implements os.PathLike in Python >= 3.6
* fixed incorrect argument name for os.makedirs
* avoid pytest warning under Python 2.7
* add __next__ to FakeFileWrapper

diffstat:

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

diffs (27 lines):

diff -r 78223be88670 -r 64d902ea02ea devel/py-fakefs/Makefile
--- a/devel/py-fakefs/Makefile  Wed Aug 21 13:00:06 2019 +0000
+++ b/devel/py-fakefs/Makefile  Wed Aug 21 13:02:03 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/04/30 07:54:21 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/08/21 13:02:03 adam Exp $
 
-DISTNAME=      pyfakefs-3.5.8
+DISTNAME=      pyfakefs-3.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyfakefs/}
diff -r 78223be88670 -r 64d902ea02ea devel/py-fakefs/distinfo
--- a/devel/py-fakefs/distinfo  Wed Aug 21 13:00:06 2019 +0000
+++ b/devel/py-fakefs/distinfo  Wed Aug 21 13:02:03 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/04/30 07:54:21 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/08/21 13:02:03 adam Exp $
 
-SHA1 (pyfakefs-3.5.8.tar.gz) = 02307824822e452ab2ed63bb79b29644f3a39165
-RMD160 (pyfakefs-3.5.8.tar.gz) = c235db695f03821879a9cafd06d25835c7ce69c3
-SHA512 (pyfakefs-3.5.8.tar.gz) = 305cb35a04479229c6301d88e7ffc9fe8ac21d3fda03a9cc99ae5525b5bd1a6a1c89d2dcc129f499adf0de77045b6fb4938e799e623977952ca07f3a6b09ca53
-Size (pyfakefs-3.5.8.tar.gz) = 154941 bytes
+SHA1 (pyfakefs-3.6.tar.gz) = 6be99b734f640757430e6d485b6036aa195ad24c
+RMD160 (pyfakefs-3.6.tar.gz) = 2c333356b3e1a39619430d5287e1db36f53cd530
+SHA512 (pyfakefs-3.6.tar.gz) = 21cf3813d5e96ccd1a5dda5b4f6958971988b4c0833a4246d1920cbc9d92ae506b0fcfd05d2733751142a4a8890b794bc3a6de0111d65ecdedb732fab05eaf6e
+Size (pyfakefs-3.6.tar.gz) = 157172 bytes



Home | Main Index | Thread Index | Old Index