diff options
author | adam <adam@pkgsrc.org> | 2022-01-11 07:10:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-01-11 07:10:39 +0000 |
commit | 074ca7c3ef2c3a95a2995c65f467fc65be60f516 (patch) | |
tree | d3fcd985b38f7d6a81b118199ad80fd47c5913c4 | |
parent | 8b73fbadf68aad8f5e2a93f06615f56081821728 (diff) | |
download | pkgsrc-074ca7c3ef2c3a95a2995c65f467fc65be60f516.tar.gz |
py-respx: updated to 0.19.1
0.19.1
Fixed
- Allow first path segments containing colons
- Fix license classifier
- Fix typos
-rw-r--r-- | www/py-respx/Makefile | 7 | ||||
-rw-r--r-- | www/py-respx/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/py-respx/Makefile b/www/py-respx/Makefile index 44bed2f288c..6614870a198 100644 --- a/www/py-respx/Makefile +++ b/www/py-respx/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:34 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/01/11 07:10:39 adam Exp $ -DISTNAME= respx-0.19.0 +DISTNAME= respx-0.19.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=r/respx/} @@ -15,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-httpx>=0.21.0:../../www/py-httpx USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-httpx +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-respx/distinfo b/www/py-respx/distinfo index 02822be29b8..de8780e05db 100644 --- a/www/py-respx/distinfo +++ b/www/py-respx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/11/15 17:43:20 adam Exp $ +$NetBSD: distinfo,v 1.10 2022/01/11 07:10:39 adam Exp $ -BLAKE2s (respx-0.19.0.tar.gz) = e446aa731e8679256baa5a059d9e3bad03e392d39953a25cc805fb04940e3971 -SHA512 (respx-0.19.0.tar.gz) = e5669d8816baf47a980c1900ff2c2acf57a69abb2417af8e56f0d2b6323b9f720fa36b14c9e8b48a77eaac354c0bd13d26e191ddd127fea35da48f78bcb1a66f -Size (respx-0.19.0.tar.gz) = 24264 bytes +BLAKE2s (respx-0.19.1.tar.gz) = d5a6b1c881f11514d38eaa0ec57484ec5c26e8788ba6fba88894c9d530fbedae +SHA512 (respx-0.19.1.tar.gz) = a0ddfae27f906a12fd1c25e1e74578db1eda2fc1cfde98d834315b88ce4e6b978115cbd34b374c2a588b2b926b84c57a9cbd26e99c0424060b7c4b9c6c9ed890 +Size (respx-0.19.1.tar.gz) = 24372 bytes |