diff options
author | adam <adam@pkgsrc.org> | 2021-05-08 06:56:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-05-08 06:56:35 +0000 |
commit | 65358d16818d0698ff33ee0d3d6db2f5e412c9d2 (patch) | |
tree | 26df0475c9ec2f1eff7b74371181cf1c8de79031 /www | |
parent | b330a76d88b5d6f597e2d5ee8c8dbb64809a5930 (diff) | |
download | pkgsrc-65358d16818d0698ff33ee0d3d6db2f5e412c9d2.tar.gz |
py-rfc3986: updated to 1.5.0
1.5.0 - 2021-05-07
------------------
- Fix bug where a valid IRI is mishandled by ``urlparse`` and
``ParseResultBytes``.
- Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,
:meth:`~rfc3986.builder.URIBuilder.extend_query_with`,
:meth:`~rfc3986.builder.URIBuilder.geturl` to
:class:`~rfc3986.builder.URIBuilder`.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-rfc3986/Makefile | 6 | ||||
-rw-r--r-- | www/py-rfc3986/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/py-rfc3986/Makefile b/www/py-rfc3986/Makefile index 05905db3db0..2678c3a71f6 100644 --- a/www/py-rfc3986/Makefile +++ b/www/py-rfc3986/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/05/17 20:18:36 adam Exp $ +# $NetBSD: Makefile,v 1.4 2021/05/08 06:56:35 adam Exp $ -DISTNAME= rfc3986-1.4.0 +DISTNAME= rfc3986-1.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rfc3986/} @@ -17,7 +17,7 @@ PYTHON_VERSIONED_DEPENDENCIES= test:test USE_LANGUAGES= # none do-test: - cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" diff --git a/www/py-rfc3986/distinfo b/www/py-rfc3986/distinfo index d54b7d65109..5672cc89864 100644 --- a/www/py-rfc3986/distinfo +++ b/www/py-rfc3986/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/04/11 07:11:35 adam Exp $ +$NetBSD: distinfo,v 1.3 2021/05/08 06:56:35 adam Exp $ -SHA1 (rfc3986-1.4.0.tar.gz) = 73c7ca3eb801da630abfb458de69fc38087c874e -RMD160 (rfc3986-1.4.0.tar.gz) = 439c303cbd0edd800b00e235627058c9cb11bd5b -SHA512 (rfc3986-1.4.0.tar.gz) = dbcddc09331b794eafed8c2d7b81b7b632ba5cae2741e33ad12e781bc923427a05febd2f2715d037f35769b18c8d790546dfd4bbebe6e71d35777745e446888b -Size (rfc3986-1.4.0.tar.gz) = 44912 bytes +SHA1 (rfc3986-1.5.0.tar.gz) = 2dad14d12f57c1b8bb43c1f4df23c73134b1e9bb +RMD160 (rfc3986-1.5.0.tar.gz) = cb36589acab1b4169fe51891c0465714cb5145f8 +SHA512 (rfc3986-1.5.0.tar.gz) = b291b88b6890f8c9fcfc353e05d1b8c0435be62f22768568ecf714af083b3c51d7a9b301fc9196d37ad4e6eeb8c6a237ba40914098e755b4ccdf36b7df7906c2 +Size (rfc3986-1.5.0.tar.gz) = 49378 bytes |