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: Wed Aug 21 13:02:03 UTC 2019
Modified Files:
pkgsrc/devel/py-fakefs: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/devel/py-fakefs/Makefile:1.4
--- pkgsrc/devel/py-fakefs/Makefile:1.3 Tue Apr 30 07:54:21 2019
+++ pkgsrc/devel/py-fakefs/Makefile Wed Aug 21 13:02:03 2019
@@ -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/}
Index: pkgsrc/devel/py-fakefs/distinfo
diff -u pkgsrc/devel/py-fakefs/distinfo:1.3 pkgsrc/devel/py-fakefs/distinfo:1.4
--- pkgsrc/devel/py-fakefs/distinfo:1.3 Tue Apr 30 07:54:21 2019
+++ pkgsrc/devel/py-fakefs/distinfo Wed Aug 21 13:02:03 2019
@@ -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