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 Apr  5 08:16:16 UTC 2021

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

Log Message:
py-test: updated to 6.2.3

pytest 6.2.3 (2021-04-03)
=========================

Bug Fixes
---------

- pytest used to create directories under ``/tmp`` with world-readable
  permissions. This means that any user in the system was able to read
  information written by tests in temporary directories (such as those created by
  the ``tmp_path``/``tmpdir`` fixture). Now the directories are created with
  private permissions.

  pytest used silenty use a pre-existing ``/tmp/pytest-of-<username>`` directory,
  even if owned by another user. This means another user could pre-create such a
  directory and gain control of another user's temporary directory. Now such a
  condition results in an error.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.87 -r1.88 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.100 pkgsrc/devel/py-test/Makefile:1.101
--- pkgsrc/devel/py-test/Makefile:1.100 Tue Jan 26 06:13:59 2021
+++ pkgsrc/devel/py-test/Makefile       Mon Apr  5 08:16:16 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2021/01/26 06:13:59 adam Exp $
+# $NetBSD: Makefile,v 1.101 2021/04/05 08:16:16 adam Exp $
 
-DISTNAME=      pytest-6.2.2
+DISTNAME=      pytest-6.2.3
 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.87 pkgsrc/devel/py-test/distinfo:1.88
--- pkgsrc/devel/py-test/distinfo:1.87  Tue Jan 26 06:13:59 2021
+++ pkgsrc/devel/py-test/distinfo       Mon Apr  5 08:16:16 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.87 2021/01/26 06:13:59 adam Exp $
+$NetBSD: distinfo,v 1.88 2021/04/05 08:16:16 adam Exp $
 
-SHA1 (pytest-6.2.2.tar.gz) = f76ce196096c05575a0a18d02c9adcb85a122b3b
-RMD160 (pytest-6.2.2.tar.gz) = 5e788a16285b8b3d41648ceda2bcffebc179aaa8
-SHA512 (pytest-6.2.2.tar.gz) = a81def83759c550c169b3db8ed43b4df40433a88acb663e2e9422ef562149ed52041724b7f3cc5d0d6b532f2243a8d9a9614ffbcd87ed571f7fdde7f036c2297
-Size (pytest-6.2.2.tar.gz) = 1116980 bytes
+SHA1 (pytest-6.2.3.tar.gz) = 4557d012606933746f14470fe4574d50382d435a
+RMD160 (pytest-6.2.3.tar.gz) = 751b91cd0cb44bbd83ee7f83ef78472762e1701a
+SHA512 (pytest-6.2.3.tar.gz) = 51a86e99f4a2c0518c45c92b590f58fa6b13e46ebe4a7555d243d8094752ac1145e63fc5b2d5db2637c90df86c14f10ad50ef4c76a6701dc31717e4e8dc8d339
+Size (pytest-6.2.3.tar.gz) = 1117995 bytes



Home | Main Index | Thread Index | Old Index