pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-flaky
Module Name: pkgsrc
Committed By: adam
Date: Mon Jan 21 09:34:53 UTC 2019
Modified Files:
pkgsrc/devel/py-flaky: DESCR Makefile distinfo
Log Message:
py-flaky: updated to 3.5.3
Version 3.5.3
bump version to 3.5.3
Version 3.5.2
Fix fall back to old pytest marker API for older pytest version
Version 3.5.1
Misc improvements and cleanup.
* Support Python 3.6 and 3.7
* Fixes 102 by printing formatted tracebacks in the flaky report
* Fixes 119 by ensuring a test is only reported as successful once
* Various fixes to docs
* Various modifications for pycodestyle/pylint compliance
* Updates pytest plugin to prefer the updated workeroutput terminology.
* Fixes 129 by adding a pytest marker.
Version 3.5.0
Merge pull request 141 from box/v3.5
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-flaky/DESCR \
pkgsrc/devel/py-flaky/Makefile pkgsrc/devel/py-flaky/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-flaky/DESCR
diff -u pkgsrc/devel/py-flaky/DESCR:1.1 pkgsrc/devel/py-flaky/DESCR:1.2
--- pkgsrc/devel/py-flaky/DESCR:1.1 Thu Jul 20 16:44:13 2017
+++ pkgsrc/devel/py-flaky/DESCR Mon Jan 21 09:34:53 2019
@@ -1,5 +1,5 @@
Flaky is a plugin for nose or py.test that automatically reruns flaky tests.
Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on
-components that aren’t 100% reliable. With flaky, instead of removing those
+components that aren't 100% reliable. With flaky, instead of removing those
tests or marking them to @skip, they can be automatically retried.
Index: pkgsrc/devel/py-flaky/Makefile
diff -u pkgsrc/devel/py-flaky/Makefile:1.1 pkgsrc/devel/py-flaky/Makefile:1.2
--- pkgsrc/devel/py-flaky/Makefile:1.1 Thu Jul 20 16:44:13 2017
+++ pkgsrc/devel/py-flaky/Makefile Mon Jan 21 09:34:53 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/07/20 16:44:13 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/21 09:34:53 adam Exp $
-DISTNAME= flaky-3.4.0
+DISTNAME= flaky-3.5.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flaky/}
@@ -10,9 +10,9 @@ HOMEPAGE= https://github.com/box/flaky
COMMENT= Plugin for nose or py.test that automatically reruns flaky tests
LICENSE= apache-2.0
-#BUILD_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
+TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
-USE_LANGUAGES= # none
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-flaky/distinfo
diff -u pkgsrc/devel/py-flaky/distinfo:1.1 pkgsrc/devel/py-flaky/distinfo:1.2
--- pkgsrc/devel/py-flaky/distinfo:1.1 Thu Jul 20 16:44:13 2017
+++ pkgsrc/devel/py-flaky/distinfo Mon Jan 21 09:34:53 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/07/20 16:44:13 adam Exp $
+$NetBSD: distinfo,v 1.2 2019/01/21 09:34:53 adam Exp $
-SHA1 (flaky-3.4.0.tar.gz) = 4cb273a13ebe827c7902b0ce316a6df34f954ba7
-RMD160 (flaky-3.4.0.tar.gz) = 585be2734c20e9a69797c83acd6d480b5278f35e
-SHA512 (flaky-3.4.0.tar.gz) = 14fda6312e4eb8260a8190204622a7dd274d0c946dda07ec8aa65e8c341f7f4a701c704c807f50eacf77589231b37c3bb06eec18d60a718f24e9b0182f7e8cb5
-Size (flaky-3.4.0.tar.gz) = 29197 bytes
+SHA1 (flaky-3.5.3.tar.gz) = e6215cebb86c78f3dcdfea822ece4c5f44973edd
+RMD160 (flaky-3.5.3.tar.gz) = 94736b4773b85082fa1f6cce30aee020b1f21283
+SHA512 (flaky-3.5.3.tar.gz) = 9ecb80ab1ec2e0db96b7a7a5856a147434c22d29a603e76d3db3f8d94ddea06ecab799943179910bc1d9d8d5dc1c7bcc94156628352479d67e2dcaaf5cbabf27
+Size (flaky-3.5.3.tar.gz) = 29320 bytes
Home |
Main Index |
Thread Index |
Old Index