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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/439c0d73089f
branches:  trunk
changeset: 333099:439c0d73089f
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 30 07:54:21 2019 +0000

description:
py-fakefs: updated to 3.5.8

Version 3.5.8
Another bug-fix release that mainly fixes a regression wih Python 2 that has been introduced in version 3.5.3.

Fixes
regression: patching build-in open under Python 2 broke unit tests
fixed writing to file added with add_real_file
fixed argument name of FakeIOModule.open

Infrastructure
more changes to run tests using python setup.py test under Python 2 regardless of pathlib2 presence

diffstat:

 devel/py-fakefs/Makefile |   6 ++--
 devel/py-fakefs/PLIST    |  50 ++++++++++++++++++++++++------------------------
 devel/py-fakefs/distinfo |  10 ++++----
 3 files changed, 33 insertions(+), 33 deletions(-)

diffs (105 lines):

diff -r e41b0f5b7530 -r 439c0d73089f devel/py-fakefs/Makefile
--- a/devel/py-fakefs/Makefile  Tue Apr 30 05:57:33 2019 +0000
+++ b/devel/py-fakefs/Makefile  Tue Apr 30 07:54:21 2019 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2019/02/17 08:36:33 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/30 07:54:21 adam Exp $
 
-DISTNAME=      pyfakefs-3.5.7
+DISTNAME=      pyfakefs-3.5.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyfakefs/}
 
 MAINTAINER=    bsiegert%NetBSD.org@localhost
-HOMEPAGE=      https://pyfakefs.org/
+HOMEPAGE=      https://github.com/jmcgeheeiv/pyfakefs
 COMMENT=       Fake file system that mocks the Python file system modules
 LICENSE=       apache-2.0
 
diff -r e41b0f5b7530 -r 439c0d73089f devel/py-fakefs/PLIST
--- a/devel/py-fakefs/PLIST     Tue Apr 30 05:57:33 2019 +0000
+++ b/devel/py-fakefs/PLIST     Tue Apr 30 07:54:21 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/02/17 08:36:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/04/30 07:54:21 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -37,6 +37,30 @@
 ${PYSITELIB}/pyfakefs/pytest_plugin.py
 ${PYSITELIB}/pyfakefs/pytest_plugin.pyc
 ${PYSITELIB}/pyfakefs/pytest_plugin.pyo
+${PYSITELIB}/pyfakefs/pytest_tests/__init__.py
+${PYSITELIB}/pyfakefs/pytest_tests/__init__.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/__init__.pyo
+${PYSITELIB}/pyfakefs/pytest_tests/conftest.py
+${PYSITELIB}/pyfakefs/pytest_tests/conftest.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/conftest.pyo
+${PYSITELIB}/pyfakefs/pytest_tests/example.py
+${PYSITELIB}/pyfakefs/pytest_tests/example.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/example.pyo
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_check_failed_plugin_test.py
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_check_failed_plugin_test.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_check_failed_plugin_test.pyo
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_doctest_test.py
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_doctest_test.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_doctest_test.pyo
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_fixture_test.py
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_fixture_test.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_fixture_test.pyo
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_failing_test.py
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_failing_test.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_failing_test.pyo
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_test.py
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_test.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_test.pyo
 ${PYSITELIB}/pyfakefs/tests/__init__.py
 ${PYSITELIB}/pyfakefs/tests/__init__.pyc
 ${PYSITELIB}/pyfakefs/tests/__init__.pyo
@@ -100,30 +124,6 @@
 ${PYSITELIB}/pyfakefs/tests/mox3_stubout_test.py
 ${PYSITELIB}/pyfakefs/tests/mox3_stubout_test.pyc
 ${PYSITELIB}/pyfakefs/tests/mox3_stubout_test.pyo
-${PYSITELIB}/pyfakefs/tests/pytest/__init__.py
-${PYSITELIB}/pyfakefs/tests/pytest/__init__.pyc
-${PYSITELIB}/pyfakefs/tests/pytest/__init__.pyo
-${PYSITELIB}/pyfakefs/tests/pytest/conftest.py
-${PYSITELIB}/pyfakefs/tests/pytest/conftest.pyc
-${PYSITELIB}/pyfakefs/tests/pytest/conftest.pyo
-${PYSITELIB}/pyfakefs/tests/pytest/example.py
-${PYSITELIB}/pyfakefs/tests/pytest/example.pyc
-${PYSITELIB}/pyfakefs/tests/pytest/example.pyo
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_check_failed_plugin_test.py
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_check_failed_plugin_test.pyc
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_check_failed_plugin_test.pyo
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_doctest_test.py
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_doctest_test.pyc
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_doctest_test.pyo
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_fixture_test.py
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_fixture_test.pyc
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_fixture_test.pyo
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_plugin_failing_test.py
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_plugin_failing_test.pyc
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_plugin_failing_test.pyo
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_plugin_test.py
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_plugin_test.pyc
-${PYSITELIB}/pyfakefs/tests/pytest/pytest_plugin_test.pyo
 ${PYSITELIB}/pyfakefs/tests/test_utils.py
 ${PYSITELIB}/pyfakefs/tests/test_utils.pyc
 ${PYSITELIB}/pyfakefs/tests/test_utils.pyo
diff -r e41b0f5b7530 -r 439c0d73089f devel/py-fakefs/distinfo
--- a/devel/py-fakefs/distinfo  Tue Apr 30 05:57:33 2019 +0000
+++ b/devel/py-fakefs/distinfo  Tue Apr 30 07:54:21 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/02/17 08:36:33 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/04/30 07:54:21 adam Exp $
 
-SHA1 (pyfakefs-3.5.7.tar.gz) = 502466f9d3ad2491f635371b5c346d9c50c19326
-RMD160 (pyfakefs-3.5.7.tar.gz) = 61bc616d8e2a9703d0d2bb63104f8ed1e7326d88
-SHA512 (pyfakefs-3.5.7.tar.gz) = 18a4e7dc17511bca9927a4fe9d0c788cc9b41a4225276f31a9697a279312c883127bd7161dd33e33bc65cf104c11fb92585d206fd6112dd6ec93f8544e7c4c5e
-Size (pyfakefs-3.5.7.tar.gz) = 155103 bytes
+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



Home | Main Index | Thread Index | Old Index