py-betamax: updated to 0.9.0
0.9.0 - 2024-02-06 - Add support for urllib3 2.0 - Fix documentation - Add support for binary serializer storage; useful with custom serializers (such as pickle based), however all builtin betamax serializers remain text based. - Fix bug with ``new_episodes`` always trying to record. - Improved documentation. - This release drops support for Python 3.3; if you are still using Python 3.3 update your Python or don't update to betamax 0.8.2. - This release is the first release that declares support for Python 3.7, however previous versions most likely worked with 3.7 as well.
This commit is contained in:
parent
a7d0aeb3e3
commit
646c5d883a
3 changed files with 18 additions and 18 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.11 2022/07/08 14:14:09 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2024/02/21 12:27:04 adam Exp $
|
||||
|
||||
DISTNAME= betamax-0.8.1
|
||||
DISTNAME= betamax-0.9.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=b/betamax/}
|
||||
|
||||
|
@ -11,12 +10,13 @@ HOMEPAGE= https://github.com/sigmavirus24/betamax
|
|||
COMMENT= VCR imitation for python-requests
|
||||
LICENSE= apache-2.0
|
||||
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
|
||||
DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/wheel.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
@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
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
@comment $NetBSD: PLIST,v 1.3 2024/02/21 12:27:04 adam Exp $
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/betamax/__init__.py
|
||||
${PYSITELIB}/betamax/__init__.pyc
|
||||
${PYSITELIB}/betamax/__init__.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2021/10/26 11:30:28 nia Exp $
|
||||
$NetBSD: distinfo,v 1.10 2024/02/21 12:27:04 adam Exp $
|
||||
|
||||
BLAKE2s (betamax-0.8.1.tar.gz) = 887a6d2a1953a9798f98a225fb413ea0d21921e0dd3e2f3df74c623070065b42
|
||||
SHA512 (betamax-0.8.1.tar.gz) = 89bfb56cf4004a70ec8c1f2342cfa0e02f850b8ed80b67f8b2b02c1a2093e8ac1cf1b9980354551e9d3a21fadde0d77d717f1559487024941973cd80bd451734
|
||||
Size (betamax-0.8.1.tar.gz) = 77526 bytes
|
||||
BLAKE2s (betamax-0.9.0.tar.gz) = ccd46b9f6a116613888802d395dfe05e8017f62241d83cd6c6f4d10d81bf391b
|
||||
SHA512 (betamax-0.9.0.tar.gz) = a6b8f4d719dbfdc26b39f4cb16e33db1da85e01bceb871640d2778e7d830ef2d3bcd655aba6382136cb5cd66d8db1fa6ab04c942e5e185702337cd3dc8c1fa15
|
||||
Size (betamax-0.9.0.tar.gz) = 79957 bytes
|
||||
|
|
Loading…
Reference in a new issue