Fri Nov 18 18:55:12 2022 UTC ()
py-respx: updated to 0.20.1

0.20.1

Fixed

- Support HTTPX 0.23.1, thanks @g-as for input

Added

- Officially support Python 3.11
- Run pre-commit hooks in CI workflow

Changed

- Bump autoflake, thanks @antonagestam

Removed

- Drop support for Python 3.6


(adam)
diff -r1.12 -r1.13 pkgsrc/www/py-respx/Makefile
diff -r1.12 -r1.13 pkgsrc/www/py-respx/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/www/py-respx/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-respx/Makefile 2022/10/21 12:29:32 1.12
+++ pkgsrc/www/py-respx/Makefile 2022/11/18 18:55:12 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2022/10/21 12:29:32 adam Exp $ 1# $NetBSD: Makefile,v 1.13 2022/11/18 18:55:12 adam Exp $
2 2
3DISTNAME= respx-0.20.0 3DISTNAME= respx-0.20.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/respx/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/respx/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/lundberg/respx 9HOMEPAGE= https://github.com/lundberg/respx
10COMMENT= Utility for mocking out the Python HTTPX library 10COMMENT= Utility for mocking out the Python HTTPX library
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-httpx>=0.21.0:../../www/py-httpx 13DEPENDS+= ${PYPKGPREFIX}-httpx>=0.21.0:../../www/py-httpx
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

cvs diff -r1.12 -r1.13 pkgsrc/www/py-respx/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-respx/distinfo 2022/10/21 12:29:32 1.12
+++ pkgsrc/www/py-respx/distinfo 2022/11/18 18:55:12 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2022/10/21 12:29:32 adam Exp $ 1$NetBSD: distinfo,v 1.13 2022/11/18 18:55:12 adam Exp $
2 2
3BLAKE2s (respx-0.20.0.tar.gz) = 6e91b82f4a05fabae0688e895c9851c8165fb6cd780ee370bd80404e97cce9cb 3BLAKE2s (respx-0.20.1.tar.gz) = ee26be6462b03829dc21915b739a5ce312973030efa96907b6d99e6606f2236c
4SHA512 (respx-0.20.0.tar.gz) = c7af0d1d82dc420ddfa777de00d62a87c5c8a1921d198f41b380a4bf6d0e854102b077ff0c6139c277b1700550ca97f4e088610361d0bd65308db43c725df7a5 4SHA512 (respx-0.20.1.tar.gz) = bade20a2925e8564fb55ab45030d79c843b360a3283b6e1eacbdb61e94b9096056eeb0e0d0719be0b96f367bae28576f9a77bbc0b0f44c552975b215f203f019
5Size (respx-0.20.0.tar.gz) = 25087 bytes 5Size (respx-0.20.1.tar.gz) = 25557 bytes