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:           Sat Aug  2 10:45:15 UTC 2025

Modified Files:
        pkgsrc/devel/py-fakefs: Makefile PLIST distinfo

Log Message:
py-fakefs: updated to 5.9.2

Version 5.9.2
Fixes interaction with pytest.

Fixes
* fixed an interaction problem of `fs` with other pytest fixtures

Infrastructure
* fixed some warnings in tests


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-fakefs/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-fakefs/PLIST
cvs rdiff -u -r1.23 -r1.24 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.24 pkgsrc/devel/py-fakefs/Makefile:1.25
--- pkgsrc/devel/py-fakefs/Makefile:1.24        Tue Jul  1 15:17:45 2025
+++ pkgsrc/devel/py-fakefs/Makefile     Sat Aug  2 10:45:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/07/01 15:17:45 adam Exp $
+# $NetBSD: Makefile,v 1.25 2025/08/02 10:45:15 adam Exp $
 
-DISTNAME=      pyfakefs-5.9.1
+DISTNAME=      pyfakefs-5.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyfakefs/}

Index: pkgsrc/devel/py-fakefs/PLIST
diff -u pkgsrc/devel/py-fakefs/PLIST:1.13 pkgsrc/devel/py-fakefs/PLIST:1.14
--- pkgsrc/devel/py-fakefs/PLIST:1.13   Tue Jul  1 15:17:45 2025
+++ pkgsrc/devel/py-fakefs/PLIST        Sat Aug  2 10:45:15 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2025/07/01 15:17:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2025/08/02 10:45:15 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -118,6 +118,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_fs_with_monkeypatch.py
+${PYSITELIB}/pyfakefs/pytest_tests/test_fs_with_monkeypatch.pyc
+${PYSITELIB}/pyfakefs/pytest_tests/test_fs_with_monkeypatch.pyo
 ${PYSITELIB}/pyfakefs/pytest_tests/test_patch_on_setup.py
 ${PYSITELIB}/pyfakefs/pytest_tests/test_patch_on_setup.pyc
 ${PYSITELIB}/pyfakefs/pytest_tests/test_patch_on_setup.pyo

Index: pkgsrc/devel/py-fakefs/distinfo
diff -u pkgsrc/devel/py-fakefs/distinfo:1.23 pkgsrc/devel/py-fakefs/distinfo:1.24
--- pkgsrc/devel/py-fakefs/distinfo:1.23        Tue Jul  1 15:17:45 2025
+++ pkgsrc/devel/py-fakefs/distinfo     Sat Aug  2 10:45:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2025/07/01 15:17:45 adam Exp $
+$NetBSD: distinfo,v 1.24 2025/08/02 10:45:15 adam Exp $
 
-BLAKE2s (pyfakefs-5.9.1.tar.gz) = b42418f9e31dfffd85d73c38d6d2cb1eca68d7fc530c432fafbf5466b32c783f
-SHA512 (pyfakefs-5.9.1.tar.gz) = d312b7609e0397426a240769c301e9c4535f88e1b827e2ce33e7a3853d5b0c6bd4154057dc2322d6960509260cdfab618aecc5ead390c9317d6c50a6fdb64046
-Size (pyfakefs-5.9.1.tar.gz) = 230395 bytes
+BLAKE2s (pyfakefs-5.9.2.tar.gz) = 6cb44494dcc47f6dfe1061f5f5afc0df7cf31bc4e564ddcb9fbeff176f7b34e0
+SHA512 (pyfakefs-5.9.2.tar.gz) = 13720080f8b8ce49ec071cc54f98dedc2e0c0541aaabe53a7af5fcc0f6bfceacf0492d3c178a0cd5ba7289a48dfeee6ffee896a6290209dcea98cb1d53578a41
+Size (pyfakefs-5.9.2.tar.gz) = 231068 bytes



Home | Main Index | Thread Index | Old Index