pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test py-test: updated to 6.2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/244f141bb669
branches:  trunk
changeset: 449733:244f141bb669
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 05 08:16:16 2021 +0000

description:
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.

diffstat:

 devel/py-test/Makefile |   4 ++--
 devel/py-test/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 81a14feab910 -r 244f141bb669 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Mon Apr 05 08:07:17 2021 +0000
+++ b/devel/py-test/Makefile    Mon Apr 05 08:16:16 2021 +0000
@@ -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/}
diff -r 81a14feab910 -r 244f141bb669 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Mon Apr 05 08:07:17 2021 +0000
+++ b/devel/py-test/distinfo    Mon Apr 05 08:16:16 2021 +0000
@@ -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