diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-17 09:59:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-17 09:59:39 +0000 |
commit | 7bd0c1c647d3a0d02dea42361b8d0bccbcbaf931 (patch) | |
tree | 14a3c38af9bc05a539436a2a0adf805e71dcbc56 /www/py-betamax | |
parent | 1c683d5db74a4625aa66347adfbcb0d239fc99dc (diff) | |
download | pkgsrc-7bd0c1c647d3a0d02dea42361b8d0bccbcbaf931.tar.gz |
Update py-betamax to 0.6.0.
0.6.0 - 2016-04-12
------------------
- Add ``betamax_recorder`` pytest fixture
- Change default behaviour to allow duplicate interactions to be recorded in
single cassette
- Add ``allow_playback_repeats`` to allow an interaction to be used more than
once from a single cassette
- Always return a new ``Response`` object from an Interaction to allow for a
streaming response to be usable multiple times
- Remove CI support for Pythons 2.6 and 3.2
Diffstat (limited to 'www/py-betamax')
-rw-r--r-- | www/py-betamax/Makefile | 5 | ||||
-rw-r--r-- | www/py-betamax/PLIST | 20 | ||||
-rw-r--r-- | www/py-betamax/distinfo | 10 |
3 files changed, 18 insertions, 17 deletions
diff --git a/www/py-betamax/Makefile b/www/py-betamax/Makefile index 08fd7bc3dbc..8cb2caf2595 100644 --- a/www/py-betamax/Makefile +++ b/www/py-betamax/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/12/04 21:46:47 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/17 09:59:39 wiz Exp $ -DISTNAME= betamax-0.5.1 +DISTNAME= betamax-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PYPI:=b/betamax/} @@ -11,6 +11,7 @@ COMMENT= VCR imitation for python-requests LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests +BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none diff --git a/www/py-betamax/PLIST b/www/py-betamax/PLIST index ae604bae743..ec586685d4c 100644 --- a/www/py-betamax/PLIST +++ b/www/py-betamax/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/12/04 21:46:47 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/04/17 09:59:39 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -17,18 +17,9 @@ ${PYSITELIB}/betamax/cassette/__init__.pyo ${PYSITELIB}/betamax/cassette/cassette.py ${PYSITELIB}/betamax/cassette/cassette.pyc ${PYSITELIB}/betamax/cassette/cassette.pyo -${PYSITELIB}/betamax/cassette/headers.py -${PYSITELIB}/betamax/cassette/headers.pyc -${PYSITELIB}/betamax/cassette/headers.pyo ${PYSITELIB}/betamax/cassette/interaction.py ${PYSITELIB}/betamax/cassette/interaction.pyc ${PYSITELIB}/betamax/cassette/interaction.pyo -${PYSITELIB}/betamax/cassette/mock_response.py -${PYSITELIB}/betamax/cassette/mock_response.pyc -${PYSITELIB}/betamax/cassette/mock_response.pyo -${PYSITELIB}/betamax/cassette/util.py -${PYSITELIB}/betamax/cassette/util.pyc -${PYSITELIB}/betamax/cassette/util.pyo ${PYSITELIB}/betamax/configure.py ${PYSITELIB}/betamax/configure.pyc ${PYSITELIB}/betamax/configure.pyo @@ -47,6 +38,9 @@ ${PYSITELIB}/betamax/fixtures/pytest.pyo ${PYSITELIB}/betamax/fixtures/unittest.py ${PYSITELIB}/betamax/fixtures/unittest.pyc ${PYSITELIB}/betamax/fixtures/unittest.pyo +${PYSITELIB}/betamax/headers.py +${PYSITELIB}/betamax/headers.pyc +${PYSITELIB}/betamax/headers.pyo ${PYSITELIB}/betamax/matchers/__init__.py ${PYSITELIB}/betamax/matchers/__init__.pyc ${PYSITELIB}/betamax/matchers/__init__.pyo @@ -77,6 +71,9 @@ ${PYSITELIB}/betamax/matchers/query.pyo ${PYSITELIB}/betamax/matchers/uri.py ${PYSITELIB}/betamax/matchers/uri.pyc ${PYSITELIB}/betamax/matchers/uri.pyo +${PYSITELIB}/betamax/mock_response.py +${PYSITELIB}/betamax/mock_response.pyc +${PYSITELIB}/betamax/mock_response.pyo ${PYSITELIB}/betamax/options.py ${PYSITELIB}/betamax/options.pyc ${PYSITELIB}/betamax/options.pyo @@ -95,3 +92,6 @@ ${PYSITELIB}/betamax/serializers/json_serializer.pyo ${PYSITELIB}/betamax/serializers/proxy.py ${PYSITELIB}/betamax/serializers/proxy.pyc ${PYSITELIB}/betamax/serializers/proxy.pyo +${PYSITELIB}/betamax/util.py +${PYSITELIB}/betamax/util.pyc +${PYSITELIB}/betamax/util.pyo diff --git a/www/py-betamax/distinfo b/www/py-betamax/distinfo index cd06fbd00cd..7b7a06a4450 100644 --- a/www/py-betamax/distinfo +++ b/www/py-betamax/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2015/12/04 21:46:47 wiz Exp $ +$NetBSD: distinfo,v 1.2 2016/04/17 09:59:39 wiz Exp $ -SHA1 (betamax-0.5.1.tar.gz) = f1fab32412e5cc5b7c1a01bdeefe221a0788bd6e -RMD160 (betamax-0.5.1.tar.gz) = db4839ac9fb76cdb71cc631f2c6ed7ae496624e9 -SHA512 (betamax-0.5.1.tar.gz) = 1737c42594dcb00b58d42ea0b8258b582f30ce6673bc34761e2592148e3ec9aada3fa0a9392dea623d818423829908240c6b25b215666bffd6c9418fb9e3835a -Size (betamax-0.5.1.tar.gz) = 25586 bytes +SHA1 (betamax-0.6.0.tar.gz) = 0e6e970cecb361e05fb6b15c3f341bd20345a13e +RMD160 (betamax-0.6.0.tar.gz) = f79fd6e5f379900573a12ee098b702372491ac5e +SHA512 (betamax-0.6.0.tar.gz) = e3c7be7e2df5a3d33a867e9dee6657b03d03cb45920fd530d5446465ba09202fda12037da7fa4852280ae70b2908ab9fc39b06dfd5d20ab660b70641656aa12e +Size (betamax-0.6.0.tar.gz) = 72311 bytes |