pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test Updated py-test to 3.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/203026531dcf
branches:  trunk
changeset: 351870:203026531dcf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 31 09:03:45 2016 +0000

description:
Updated py-test to 3.0.1.

3.0.1
=====

* Fix regression when ``importorskip`` is used at module level (`#1822`_).
  Thanks `@jaraco`_ and `@The-Compiler`_ for the report and `@nicoddemus`_ for the PR.

* Fix parametrization scope when session fixtures are used in conjunction
  with normal parameters in the same call (`#1832`_).
  Thanks `@The-Compiler`_ for the report, `@Kingdread`_ and `@nicoddemus`_ for the PR.

* Fix internal error when parametrizing tests or fixtures using an empty ``ids`` argument (`#1849`_).
  Thanks `@OPpuolitaival`_ for the report and `@nicoddemus`_ for the PR.

* Fix loader error when running ``pytest`` embedded in a zipfile.
  Thanks `@mbachry`_ for the PR.


.. _@Kingdread: https://github.com/Kingdread
.. _@mbachry: https://github.com/mbachry
.. _@OPpuolitaival: https://github.com/OPpuolitaival

.. _#1822: https://github.com/pytest-dev/pytest/issues/1822
.. _#1832: https://github.com/pytest-dev/pytest/issues/1832
.. _#1849: https://github.com/pytest-dev/pytest/issues/1849

diffstat:

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

diffs (29 lines):

diff -r 48ab10470cd9 -r 203026531dcf devel/py-test/Makefile
--- a/devel/py-test/Makefile    Wed Aug 31 06:47:19 2016 +0000
+++ b/devel/py-test/Makefile    Wed Aug 31 09:03:45 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2016/08/28 15:48:31 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2016/08/31 09:03:45 wiz Exp $
 
-DISTNAME=      pytest-3.0.0
+DISTNAME=      pytest-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
 
diff -r 48ab10470cd9 -r 203026531dcf devel/py-test/distinfo
--- a/devel/py-test/distinfo    Wed Aug 31 06:47:19 2016 +0000
+++ b/devel/py-test/distinfo    Wed Aug 31 09:03:45 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2016/08/22 13:26:28 wiz Exp $
+$NetBSD: distinfo,v 1.20 2016/08/31 09:03:45 wiz Exp $
 
-SHA1 (pytest-3.0.0.tar.gz) = 09f3942a596c8fabaadc5fffa9be25a3604a79d1
-RMD160 (pytest-3.0.0.tar.gz) = c965487593e0e6ef358ebbf7686fa0e60ccac80e
-SHA512 (pytest-3.0.0.tar.gz) = 34f49f2b5212a0c990db1dac6424ff6962febf1c3f19df579d460dedf998098e1c4f4ae5d4400ebd3b3e3e3cc76da03a2094834471be4d1e114bdae524431a6b
-Size (pytest-3.0.0.tar.gz) = 728820 bytes
+SHA1 (pytest-3.0.1.tar.gz) = cc1f97705114b4f9dc9b9e2bc41c64d0f38430de
+RMD160 (pytest-3.0.1.tar.gz) = 6669b0092c1719a7e2a7413428f5ba8ce90bf47f
+SHA512 (pytest-3.0.1.tar.gz) = 4e47674b149afee30a34dc4e0c23aa91fee135032036ae89a1e6c542d2938c19c2612672f4f46f3e99038f2572f6803753408399819d4e8dde0fe50da6f4a8af
+Size (pytest-3.0.1.tar.gz) = 731768 bytes



Home | Main Index | Thread Index | Old Index