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:   wiz
Date:           Wed Aug 31 09:03:45 UTC 2016

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.19 -r1.20 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.20 pkgsrc/devel/py-test/Makefile:1.21
--- pkgsrc/devel/py-test/Makefile:1.20  Sun Aug 28 15:48:31 2016
+++ pkgsrc/devel/py-test/Makefile       Wed Aug 31 09:03:45 2016
@@ -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/}
 

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.19 pkgsrc/devel/py-test/distinfo:1.20
--- pkgsrc/devel/py-test/distinfo:1.19  Mon Aug 22 13:26:28 2016
+++ pkgsrc/devel/py-test/distinfo       Wed Aug 31 09:03:45 2016
@@ -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