pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep  5 18:58:32 UTC 2023

Modified Files:
        pkgsrc/devel/py-test: Makefile distinfo

Log Message:
py-test: updated to 7.4.1

pytest 7.4.1 (2023-09-02)
=========================

Bug Fixes
---------
- Fixed bug where fake intermediate modules generated by ``--import-mode=importlib`` would not include the
  child modules as attributes of the parent modules.
- Fixed error assertion handling in :func:`pytest.approx` when ``None`` is an expected or received value when comparing dictionaries.
- Fixed issue when using ``--import-mode=importlib`` together with ``--doctest-modules`` that caused modules
  to be imported more than once, causing problems with modules that have import side effects.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/py-test/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-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.116 pkgsrc/devel/py-test/Makefile:1.117
--- pkgsrc/devel/py-test/Makefile:1.116 Mon Jun 26 16:03:50 2023
+++ pkgsrc/devel/py-test/Makefile       Tue Sep  5 18:58:32 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.116 2023/06/26 16:03:50 adam Exp $
+# $NetBSD: Makefile,v 1.117 2023/09/05 18:58:32 adam Exp $
 
-DISTNAME=      pytest-7.4.0
+DISTNAME=      pytest-7.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
@@ -34,7 +34,6 @@ USE_PKG_RESOURCES=    yes
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-exceptiongroup>=1.0.0:../../devel/py-exceptiongroup
 DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.102 pkgsrc/devel/py-test/distinfo:1.103
--- pkgsrc/devel/py-test/distinfo:1.102 Mon Jun 26 16:03:50 2023
+++ pkgsrc/devel/py-test/distinfo       Tue Sep  5 18:58:32 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.102 2023/06/26 16:03:50 adam Exp $
+$NetBSD: distinfo,v 1.103 2023/09/05 18:58:32 adam Exp $
 
-BLAKE2s (pytest-7.4.0.tar.gz) = 7ab1ad63fd75e5b6a620ed32fc67ac49645b67c3a68af71224e3ffef672b5a96
-SHA512 (pytest-7.4.0.tar.gz) = 48caca22c77e03cb3bca04d2f11695c48868433e6966b6f652f414b3b4405cb9dfba1ebdfd66060ba6add45609ec27b2eddd81d3739ef8e84a51b9da3c6f6099
-Size (pytest-7.4.0.tar.gz) = 1349733 bytes
+BLAKE2s (pytest-7.4.1.tar.gz) = 2235c4b59b2179589c70f9ef0f2c4f76d1fa8c5ac4d699d9b1b1cdfc4e6d0a95
+SHA512 (pytest-7.4.1.tar.gz) = b87e4d41026004b24aa05a39cdce33864e6ca9286894b4f94ab09ee88335bd8d82a8813328f84a0ad9d3db5e3a646d022bc4c7a94eeb281ac13c87d34d23e1da
+Size (pytest-7.4.1.tar.gz) = 1352174 bytes



Home | Main Index | Thread Index | Old Index