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.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86b87bc9c379
branches:  trunk
changeset: 354076:86b87bc9c379
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 19 13:17:10 2016 +0000

description:
Updated py-test to 3.0.3.

3.0.3
=====

* The ``ids`` argument to ``parametrize`` again accepts ``unicode`` strings
  in Python 2 (`#1905`_).
  Thanks `@philpep`_ for the report and `@nicoddemus`_ for the PR.

* Assertions are now being rewritten for plugins in development mode
  (``pip install -e``) (`#1934`_).
  Thanks `@nicoddemus`_ for the PR.

* Fix pkg_resources import error in Jython projects (`#1853`).
  Thanks `@raquel-ucl`_ for the PR.

* Got rid of ``AttributeError: 'Module' object has no attribute '_obj'`` exception
  in Python 3 (`#1944`_).
  Thanks `@axil`_ for the PR.

* Explain a bad scope value passed to ``@fixture`` declarations or
  a ``MetaFunc.parametrize()`` call. Thanks `@tgoodlet`_ for the PR.

* This version includes ``pluggy-0.4.0``, which correctly handles
  ``VersionConflict`` errors in plugins (`#704`_).
  Thanks `@nicoddemus`_ for the PR.

diffstat:

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

diffs (27 lines):

diff -r 6eed8ec54b0e -r 86b87bc9c379 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Wed Oct 19 13:03:00 2016 +0000
+++ b/devel/py-test/Makefile    Wed Oct 19 13:17:10 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2016/09/04 09:39:09 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2016/10/19 13:17:10 wiz Exp $
 
-DISTNAME=      pytest-3.0.2
+DISTNAME=      pytest-3.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 6eed8ec54b0e -r 86b87bc9c379 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Wed Oct 19 13:03:00 2016 +0000
+++ b/devel/py-test/distinfo    Wed Oct 19 13:17:10 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2016/09/04 09:39:09 wiz Exp $
+$NetBSD: distinfo,v 1.22 2016/10/19 13:17:10 wiz Exp $
 
-SHA1 (pytest-3.0.2.tar.gz) = 735f6da188deca14fff78836b6ea81b8a35a44d2
-RMD160 (pytest-3.0.2.tar.gz) = 2c24152fbffa0518fd4168e03d85f7dc51b3a4fa
-SHA512 (pytest-3.0.2.tar.gz) = 38485c73f9df3c76b7b920b6957ffe4fbfd32ca0c46b73a53375a40586a482d270bf71b4457b68d48815d50ad173824b269ece255692ae0d1b13f0b1885ce54f
-Size (pytest-3.0.2.tar.gz) = 727551 bytes
+SHA1 (pytest-3.0.3.tar.gz) = e7fb899ecac031a84e66f991289203d3c1f7c6cb
+RMD160 (pytest-3.0.3.tar.gz) = 001b59ef4a176130bec62fdedd83f5e137656a55
+SHA512 (pytest-3.0.3.tar.gz) = ec0b4a5f0d6673a339c5a70b402c004c23db7001005454329eeaea15d890f53b8f2740f6c6254499d0f915b9058bfdfa535d9f22847bb382a060d65204fce4af
+Size (pytest-3.0.3.tar.gz) = 731934 bytes



Home | Main Index | Thread Index | Old Index