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 Jan 15 12:40:01 UTC 2025
Modified Files:
pkgsrc/devel/py-fakefs: Makefile PLIST distinfo
Log Message:
py-fakefs: updated to 5.7.4
Version 5.7.4
Minor bugfix release.
Fixes
* fixed a problem with module and session scoped fixtures in Python 3.13
* fixed handling of `cwd` if set to a `pathlib.Path`
* fixed documentation for cleanup handlers, added convenience handler `reload_cleanup_handler`
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-fakefs/Makefile \
pkgsrc/devel/py-fakefs/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-fakefs/PLIST
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.20 pkgsrc/devel/py-fakefs/Makefile:1.21
--- pkgsrc/devel/py-fakefs/Makefile:1.20 Mon Dec 30 06:07:09 2024
+++ pkgsrc/devel/py-fakefs/Makefile Wed Jan 15 12:40:01 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/12/30 06:07:09 adam Exp $
+# $NetBSD: Makefile,v 1.21 2025/01/15 12:40:01 adam Exp $
-DISTNAME= pyfakefs-5.7.3
+DISTNAME= pyfakefs-5.7.4
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.20 pkgsrc/devel/py-fakefs/distinfo:1.21
--- pkgsrc/devel/py-fakefs/distinfo:1.20 Mon Dec 30 06:07:09 2024
+++ pkgsrc/devel/py-fakefs/distinfo Wed Jan 15 12:40:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/12/30 06:07:09 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/01/15 12:40:01 adam Exp $
-BLAKE2s (pyfakefs-5.7.3.tar.gz) = a5f0f5ca56d2722b99ac68166a750e10ad665bfb26379844ac34327570c0ab3d
-SHA512 (pyfakefs-5.7.3.tar.gz) = 2d69af2842d0a2ad84fdb3b9d05cb6231926a6c4b41e784e8206570c11c3e49a77ad46eba4aad1c4f3f5e9e0d48d13747134bf8a75b8bd12f6f85f1475024c1f
-Size (pyfakefs-5.7.3.tar.gz) = 212705 bytes
+BLAKE2s (pyfakefs-5.7.4.tar.gz) = b3116edea94b69c18108b1b168ccf6e9fd0432d377b6509cd09832785d984961
+SHA512 (pyfakefs-5.7.4.tar.gz) = 2eaabd5adf72ad456bcdb5858b662174c3213fdcfa14c88c378eb43329e43d61fb75e33f2708dde29ebc2a9943cb539569848e944b058ad78973f209b59c2d3d
+Size (pyfakefs-5.7.4.tar.gz) = 213382 bytes
Index: pkgsrc/devel/py-fakefs/PLIST
diff -u pkgsrc/devel/py-fakefs/PLIST:1.9 pkgsrc/devel/py-fakefs/PLIST:1.10
--- pkgsrc/devel/py-fakefs/PLIST:1.9 Mon Oct 14 05:17:16 2024
+++ pkgsrc/devel/py-fakefs/PLIST Wed Jan 15 12:40:01 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2024/10/14 05:17:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/01/15 12:40:01 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/COPYING
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -75,6 +75,12 @@ ${PYSITELIB}/pyfakefs/pytest_tests/fake_
${PYSITELIB}/pyfakefs/pytest_tests/io.py
${PYSITELIB}/pyfakefs/pytest_tests/io.pyc
${PYSITELIB}/pyfakefs/pytest_tests/io.pyo
+${PYSITELIB}/pyfakefs/pytest_tests/lib_using_pathlib.py
+${PYSITELIB}/pyfakefs/pytest_tests/lib_using_pathlib.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/lib_using_pathlib.pyo
+${PYSITELIB}/pyfakefs/pytest_tests/local_import.py
+${PYSITELIB}/pyfakefs/pytest_tests/local_import.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/local_import.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
@@ -99,6 +105,9 @@ ${PYSITELIB}/pyfakefs/pytest_tests/pytes
${PYSITELIB}/pyfakefs/pytest_tests/pytest_reload_pandas_test.py
${PYSITELIB}/pyfakefs/pytest_tests/pytest_reload_pandas_test.pyc
${PYSITELIB}/pyfakefs/pytest_tests/pytest_reload_pandas_test.pyo
+${PYSITELIB}/pyfakefs/pytest_tests/test_reload_local_import.py
+${PYSITELIB}/pyfakefs/pytest_tests/test_reload_local_import.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/test_reload_local_import.pyo
${PYSITELIB}/pyfakefs/pytest_tests/unhashable.py
${PYSITELIB}/pyfakefs/pytest_tests/unhashable.pyc
${PYSITELIB}/pyfakefs/pytest_tests/unhashable.pyo
Home |
Main Index |
Thread Index |
Old Index