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 Oct 19 13:17:10 UTC 2016
Modified Files:
pkgsrc/devel/py-test: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.21 -r1.22 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.22 pkgsrc/devel/py-test/Makefile:1.23
--- pkgsrc/devel/py-test/Makefile:1.22 Sun Sep 4 09:39:09 2016
+++ pkgsrc/devel/py-test/Makefile Wed Oct 19 13:17:10 2016
@@ -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/}
Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.21 pkgsrc/devel/py-test/distinfo:1.22
--- pkgsrc/devel/py-test/distinfo:1.21 Sun Sep 4 09:39:09 2016
+++ pkgsrc/devel/py-test/distinfo Wed Oct 19 13:17:10 2016
@@ -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