Subject: CVS commit: pkgsrc/devel/py-unittest2pytest
From: Adam Ciarcinski
Date: 2019-08-21 14:51:18
Message id: 20190821125118.7351CFBF4@cvs.NetBSD.org

Log Message:
py-unittest2pytest: updated to 0.4

0.4:
* Add support for assertDictContainsSubset.
* Put parenthesis around expressions if required.
* Fixed assertRaisesRegex, assertRaisesRegexp and assertWarnsRegex.
  The regex was getting replaced with an undefined variable pattern.
* Fix assertRaisesRegex and assertRaisesRegexp with **kwargs and
  atom parameters.
* Made assertRaisesRegex, assertRaisesRegexp and assertWarnsRegex use
  the match kwarg in pytest.raises instead of creating a variable
  with the context manager and doing an assert on re.search.
* Add a short developer guide.
* Remove testing on Python 3.0, 3.1, 3.2, add 3.6 and 3.7.
* Distribute package as a universal wheel.

Files:
RevisionActionfile
1.2modifypkgsrc/devel/py-unittest2pytest/ALTERNATIVES
1.2modifypkgsrc/devel/py-unittest2pytest/Makefile
1.2modifypkgsrc/devel/py-unittest2pytest/PLIST
1.2modifypkgsrc/devel/py-unittest2pytest/distinfo