pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-respx



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 18 18:55:12 UTC 2022

Modified Files:
        pkgsrc/www/py-respx: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-respx/Makefile \
    pkgsrc/www/py-respx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-respx/Makefile
diff -u pkgsrc/www/py-respx/Makefile:1.12 pkgsrc/www/py-respx/Makefile:1.13
--- pkgsrc/www/py-respx/Makefile:1.12   Fri Oct 21 12:29:32 2022
+++ pkgsrc/www/py-respx/Makefile        Fri Nov 18 18:55:12 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/10/21 12:29:32 adam Exp $
+# $NetBSD: Makefile,v 1.13 2022/11/18 18:55:12 adam Exp $
 
-DISTNAME=      respx-0.20.0
+DISTNAME=      respx-0.20.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/respx/}
Index: pkgsrc/www/py-respx/distinfo
diff -u pkgsrc/www/py-respx/distinfo:1.12 pkgsrc/www/py-respx/distinfo:1.13
--- pkgsrc/www/py-respx/distinfo:1.12   Fri Oct 21 12:29:32 2022
+++ pkgsrc/www/py-respx/distinfo        Fri Nov 18 18:55:12 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/10/21 12:29:32 adam Exp $
+$NetBSD: distinfo,v 1.13 2022/11/18 18:55:12 adam Exp $
 
-BLAKE2s (respx-0.20.0.tar.gz) = 6e91b82f4a05fabae0688e895c9851c8165fb6cd780ee370bd80404e97cce9cb
-SHA512 (respx-0.20.0.tar.gz) = c7af0d1d82dc420ddfa777de00d62a87c5c8a1921d198f41b380a4bf6d0e854102b077ff0c6139c277b1700550ca97f4e088610361d0bd65308db43c725df7a5
-Size (respx-0.20.0.tar.gz) = 25087 bytes
+BLAKE2s (respx-0.20.1.tar.gz) = ee26be6462b03829dc21915b739a5ce312973030efa96907b6d99e6606f2236c
+SHA512 (respx-0.20.1.tar.gz) = bade20a2925e8564fb55ab45030d79c843b360a3283b6e1eacbdb61e94b9096056eeb0e0d0719be0b96f367bae28576f9a77bbc0b0f44c552975b215f203f019
+Size (respx-0.20.1.tar.gz) = 25557 bytes



Home | Main Index | Thread Index | Old Index