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:           Mon Jun 12 09:29:53 UTC 2023

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

Log Message:
py-test: updated to 7.3.2

pytest 7.3.2 (2023-06-10)
=========================

Bug Fixes
---------
- Fix bug where very long option names could cause pytest to break with ``OSError: [Errno 36] File name too long`` on some systems.
- Support for Python 3.12 (beta at the time of writing).
- :confval:`testpaths` is now honored to load root ``conftests``.
- The `monkeypatch` `setitem`/`delitem` type annotations now allow `TypedDict` arguments.
- Fixed bug in assertion rewriting where a variable assigned with the walrus operator could not be used later in a function call.
- Fixed ``--last-failed``'s "(skipped N files)" functionality for files inside of packages (directories with `__init__.py` files).


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.100 -r1.101 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.114 pkgsrc/devel/py-test/Makefile:1.115
--- pkgsrc/devel/py-test/Makefile:1.114 Mon Apr 17 08:17:42 2023
+++ pkgsrc/devel/py-test/Makefile       Mon Jun 12 09:29:53 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.114 2023/04/17 08:17:42 adam Exp $
+# $NetBSD: Makefile,v 1.115 2023/06/12 09:29:53 adam Exp $
 
-DISTNAME=      pytest-7.3.1
+DISTNAME=      pytest-7.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.100 pkgsrc/devel/py-test/distinfo:1.101
--- pkgsrc/devel/py-test/distinfo:1.100 Mon Apr 17 08:17:42 2023
+++ pkgsrc/devel/py-test/distinfo       Mon Jun 12 09:29:53 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.100 2023/04/17 08:17:42 adam Exp $
+$NetBSD: distinfo,v 1.101 2023/06/12 09:29:53 adam Exp $
 
-BLAKE2s (pytest-7.3.1.tar.gz) = a234d4d7946bb0cd5978c9f2a9cbf21a9e3e8e1b0edf7d09f67767fbe0caa4b5
-SHA512 (pytest-7.3.1.tar.gz) = e6c8fcf1449f5e09e33c01ec2ade8812ceb13440324179288b8ca0eeaaffed1e581a65c8acf4c28efe61c19a067e7ceddccc45d8a1582c89259d53fee25ab253
-Size (pytest-7.3.1.tar.gz) = 1336938 bytes
+BLAKE2s (pytest-7.3.2.tar.gz) = d8437420d40e863891a7abda2b45105c95569c2eb985811ec72b07559a132cdc
+SHA512 (pytest-7.3.2.tar.gz) = 910de83f6ce47e7b1b25947050cf79e055ab04fd0c3dc3276546415684c20c8977883f16dfb913de3f339bc6284330f8a57d202c73f92b92545e45acb353b264
+Size (pytest-7.3.2.tar.gz) = 1338457 bytes



Home | Main Index | Thread Index | Old Index