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: Thu May 12 07:40:38 UTC 2022
Modified Files:
pkgsrc/devel/py-fakefs: Makefile PLIST distinfo
Log Message:
py-fakefs: updated to 4.5.6
Version 4.5.6
Changes
* minimum supported pytest version is now 3.0 (older versions do not work
properly with current Python versions)
Fixes
* only skip `_pytest.pathlib` in pytest versions where it is actually present
Infrastructure
* add tests with different pytest versions, starting with 3.0
Version 4.5.5
Fixes
* correctly handle file system space for files opened in write mode
* correctly handle reading/writing pipes via file
* disallow `encoding` argument on binary `open()`
* fixed compatibility issue with pytest 7.0.0
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-fakefs/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-fakefs/PLIST
cvs rdiff -u -r1.9 -r1.10 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.8 pkgsrc/devel/py-fakefs/Makefile:1.9
--- pkgsrc/devel/py-fakefs/Makefile:1.8 Tue Jan 4 20:53:03 2022
+++ pkgsrc/devel/py-fakefs/Makefile Thu May 12 07:40:38 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:53:03 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/05/12 07:40:38 adam Exp $
-DISTNAME= pyfakefs-3.7.2
+DISTNAME= pyfakefs-4.5.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyfakefs/}
@@ -13,5 +12,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-fakefs/PLIST
diff -u pkgsrc/devel/py-fakefs/PLIST:1.3 pkgsrc/devel/py-fakefs/PLIST:1.4
--- pkgsrc/devel/py-fakefs/PLIST:1.3 Tue Apr 30 07:54:21 2019
+++ pkgsrc/devel/py-fakefs/PLIST Thu May 12 07:40:38 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/04/30 07:54:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/05/12 07:40:38 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
${PYSITELIB}/pyfakefs/__init__.py
${PYSITELIB}/pyfakefs/__init__.pyc
${PYSITELIB}/pyfakefs/__init__.pyo
+${PYSITELIB}/pyfakefs/_version.py
+${PYSITELIB}/pyfakefs/_version.pyc
+${PYSITELIB}/pyfakefs/_version.pyo
${PYSITELIB}/pyfakefs/deprecator.py
${PYSITELIB}/pyfakefs/deprecator.pyc
${PYSITELIB}/pyfakefs/deprecator.pyo
@@ -34,6 +37,9 @@ ${PYSITELIB}/pyfakefs/helpers.pyo
${PYSITELIB}/pyfakefs/mox3_stubout.py
${PYSITELIB}/pyfakefs/mox3_stubout.pyc
${PYSITELIB}/pyfakefs/mox3_stubout.pyo
+${PYSITELIB}/pyfakefs/patched_packages.py
+${PYSITELIB}/pyfakefs/patched_packages.pyc
+${PYSITELIB}/pyfakefs/patched_packages.pyo
${PYSITELIB}/pyfakefs/pytest_plugin.py
${PYSITELIB}/pyfakefs/pytest_plugin.pyc
${PYSITELIB}/pyfakefs/pytest_plugin.pyo
@@ -52,12 +58,15 @@ ${PYSITELIB}/pyfakefs/pytest_tests/pytes
${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_param_test.py
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_fixture_param_test.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_fixture_param_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_failing_helper.py
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_failing_helper.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/pytest_plugin_failing_helper.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
@@ -112,18 +121,33 @@ ${PYSITELIB}/pyfakefs/tests/fake_tempfil
${PYSITELIB}/pyfakefs/tests/fixtures/__init__.py
${PYSITELIB}/pyfakefs/tests/fixtures/__init__.pyc
${PYSITELIB}/pyfakefs/tests/fixtures/__init__.pyo
+${PYSITELIB}/pyfakefs/tests/fixtures/config_module.py
+${PYSITELIB}/pyfakefs/tests/fixtures/config_module.pyc
+${PYSITELIB}/pyfakefs/tests/fixtures/config_module.pyo
+${PYSITELIB}/pyfakefs/tests/fixtures/deprecated_property.py
+${PYSITELIB}/pyfakefs/tests/fixtures/deprecated_property.pyc
+${PYSITELIB}/pyfakefs/tests/fixtures/deprecated_property.pyo
${PYSITELIB}/pyfakefs/tests/fixtures/module_with_attributes.py
${PYSITELIB}/pyfakefs/tests/fixtures/module_with_attributes.pyc
${PYSITELIB}/pyfakefs/tests/fixtures/module_with_attributes.pyo
${PYSITELIB}/pyfakefs/tests/import_as_example.py
${PYSITELIB}/pyfakefs/tests/import_as_example.pyc
${PYSITELIB}/pyfakefs/tests/import_as_example.pyo
+${PYSITELIB}/pyfakefs/tests/logsio.py
+${PYSITELIB}/pyfakefs/tests/logsio.pyc
+${PYSITELIB}/pyfakefs/tests/logsio.pyo
${PYSITELIB}/pyfakefs/tests/mox3_stubout_example.py
${PYSITELIB}/pyfakefs/tests/mox3_stubout_example.pyc
${PYSITELIB}/pyfakefs/tests/mox3_stubout_example.pyo
${PYSITELIB}/pyfakefs/tests/mox3_stubout_test.py
${PYSITELIB}/pyfakefs/tests/mox3_stubout_test.pyc
${PYSITELIB}/pyfakefs/tests/mox3_stubout_test.pyo
+${PYSITELIB}/pyfakefs/tests/patched_packages_test.py
+${PYSITELIB}/pyfakefs/tests/patched_packages_test.pyc
+${PYSITELIB}/pyfakefs/tests/patched_packages_test.pyo
+${PYSITELIB}/pyfakefs/tests/performance_test.py
+${PYSITELIB}/pyfakefs/tests/performance_test.pyc
+${PYSITELIB}/pyfakefs/tests/performance_test.pyo
${PYSITELIB}/pyfakefs/tests/test_utils.py
${PYSITELIB}/pyfakefs/tests/test_utils.pyc
${PYSITELIB}/pyfakefs/tests/test_utils.pyo
Index: pkgsrc/devel/py-fakefs/distinfo
diff -u pkgsrc/devel/py-fakefs/distinfo:1.9 pkgsrc/devel/py-fakefs/distinfo:1.10
--- pkgsrc/devel/py-fakefs/distinfo:1.9 Tue Oct 26 10:18:26 2021
+++ pkgsrc/devel/py-fakefs/distinfo Thu May 12 07:40:38 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:18:26 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/05/12 07:40:38 adam Exp $
-BLAKE2s (pyfakefs-3.7.2.tar.gz) = cc1447b590f6cb2cf1acab599760e0122f91b99e7e4d146cd6bc16abd061a04e
-SHA512 (pyfakefs-3.7.2.tar.gz) = 5978005f79b2204bde1e526ab53e265fd20ee915f634c3d6920c8b940abacca48c5861b4e639b664f813ea5cc458cba9d490b2fd0ede33e98ef00cf527005975
-Size (pyfakefs-3.7.2.tar.gz) = 162031 bytes
+BLAKE2s (pyfakefs-4.5.6.tar.gz) = ff31230d7b9a151b106c95aa58b2710b224f70df9862f870a4002503b94141ef
+SHA512 (pyfakefs-4.5.6.tar.gz) = f02e86067ac4cfe0fcf2aa6e768944766a39c3e2b146aa4bd024bd3d9a99cc4600487258b50cc8aa695054f1fac500d85fda6ba66e0edfc606ef5868a32bd346
+Size (pyfakefs-4.5.6.tar.gz) = 213070 bytes
Home |
Main Index |
Thread Index |
Old Index