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 May 20 07:41:57 UTC 2024

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

Log Message:
py-test: updated to 8.2.1

pytest 8.2.1 (2024-05-19)
=========================

Improvements
------------

- Support for Python 3.13 (beta1 at the time of writing).

Bug Fixes
---------

- Fix `PermissionError` crashes arising from directories which are not selected on the command-line.

- Keyboard interrupts and system exits are now properly handled during the test collection.

- Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.

- Fix a regression in pytest 8.2.0 where the permissions of automatically-created ``.pytest_cache`` directories became ``rwx------`` instead of the expected ``rwxr-xr-x``.

Trivial/Internal Changes
------------------------

- pytest releases are now attested using the recent `Artifact Attestation <https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/>` support from GitHub, allowing users 
to verify the provenance of pytest's sdist and wheel artifacts.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.112 -r1.113 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.127 pkgsrc/devel/py-test/Makefile:1.128
--- pkgsrc/devel/py-test/Makefile:1.127 Tue Apr 30 04:01:25 2024
+++ pkgsrc/devel/py-test/Makefile       Mon May 20 07:41:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.127 2024/04/30 04:01:25 adam Exp $
+# $NetBSD: Makefile,v 1.128 2024/05/20 07:41:57 adam Exp $
 
-DISTNAME=      pytest-8.2.0
+DISTNAME=      pytest-8.2.1
 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.112 pkgsrc/devel/py-test/distinfo:1.113
--- pkgsrc/devel/py-test/distinfo:1.112 Tue Apr 30 04:01:25 2024
+++ pkgsrc/devel/py-test/distinfo       Mon May 20 07:41:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.112 2024/04/30 04:01:25 adam Exp $
+$NetBSD: distinfo,v 1.113 2024/05/20 07:41:57 adam Exp $
 
-BLAKE2s (pytest-8.2.0.tar.gz) = 8ef7ea5d5d2d2bde692f4603c94e2d5bc36571e19b6bc8f949adafec34e32337
-SHA512 (pytest-8.2.0.tar.gz) = 1a74a2269010804101fc4b8efc370c5d8d484eb145eb4e181feeb1a17046457b97071d2de925c3e8bbd4c6090cd00ca532d69286cb9e10ea023e59a99cd51088
-Size (pytest-8.2.0.tar.gz) = 1422883 bytes
+BLAKE2s (pytest-8.2.1.tar.gz) = 280a0c7c7548c42a343eeca78a259bfed60db2331ae909472d968f4101be208a
+SHA512 (pytest-8.2.1.tar.gz) = c837b2031c2b198345ce090cc5fcbebd2640a521131a60b882250b70825dc85e5072403a80e9a73f62e429156b57dce405d8400255457c55b14d4a2f700c5331
+Size (pytest-8.2.1.tar.gz) = 1424649 bytes



Home | Main Index | Thread Index | Old Index