From 7d8ff3eef3b4e4a4da45258fb806314864183aac Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 24 Aug 2016 10:48:47 +0000 Subject: Updated py-betamax to 0.8.0. 0.8.0 - 2016-08-16 ------------------ - Add ``betamax_parametrized_recorder`` and ``betamax_parametrized_session`` to our list of pytest fixtures so that users will have parametrized cassette names when writing parametrized tests with our fixtures. (I wonder if I can mention parametrization a bunch more times so I can say parametrize a lot in this bullet note.) - Add ``ValidationError`` and a set of subclasses for each possible validation error. - Raise ``InvalidOption`` on unknown cassette options rather than silently ignoring extra options. - Raise a subclass of ``ValidationError`` when a particular cassette option is invalid, rather than silently ignoring the validation failure. --- www/py-betamax/Makefile | 4 ++-- www/py-betamax/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'www/py-betamax') diff --git a/www/py-betamax/Makefile b/www/py-betamax/Makefile index 2f8edeba0ef..ead632d1d39 100644 --- a/www/py-betamax/Makefile +++ b/www/py-betamax/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2016/08/19 11:40:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/08/24 10:48:47 wiz Exp $ -DISTNAME= betamax-0.7.2 +DISTNAME= betamax-0.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PYPI:=b/betamax/} diff --git a/www/py-betamax/distinfo b/www/py-betamax/distinfo index 204fc538e77..b8d11863486 100644 --- a/www/py-betamax/distinfo +++ b/www/py-betamax/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2016/08/19 11:40:20 wiz Exp $ +$NetBSD: distinfo,v 1.6 2016/08/24 10:48:47 wiz Exp $ -SHA1 (betamax-0.7.2.tar.gz) = a2fb21500a6d912bb91b8009e5157fb68f5c499d -RMD160 (betamax-0.7.2.tar.gz) = 70e214b77e93baef270ef6708ced48a690b35b91 -SHA512 (betamax-0.7.2.tar.gz) = fee15192fe1bc074b9722a977ff7239d57a7aa488908fd4dd401e028c06b6ce6622c53d9d92fcfa2ea7318d7521722ed3f6cc74a78525165dd6766f1582cd985 -Size (betamax-0.7.2.tar.gz) = 76346 bytes +SHA1 (betamax-0.8.0.tar.gz) = f01bfe5d550fa1e222b234502deb1f87c695b989 +RMD160 (betamax-0.8.0.tar.gz) = 1a7fca2e26791172c179d5b75287cfbc8cec40fb +SHA512 (betamax-0.8.0.tar.gz) = 52b330747b6add52390b50dd63c05851adc01ccd238fdb5c3401efdfc26be363a3f61145dc0e1f3cc43ff520e1457e33fa47952d2929c7c3e12c3e2612621f95 +Size (betamax-0.8.0.tar.gz) = 78398 bytes -- cgit v1.2.3