Subject: CVS commit: pkgsrc/devel/py-test
From: Adam Ciarcinski
Date: 2021-04-05 10:16:16
Message id: 20210405081617.0E138FA95@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.101modifypkgsrc/devel/py-test/Makefile
1.88modifypkgsrc/devel/py-test/distinfo