pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httpcore



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 14 21:57:00 UTC 2024

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

Log Message:
py-httpcore: updated to 1.0.3

1.0.3 (February 13th, 2024)

- Fix support for async cancellations.
- Fix trace extension when used with socks proxy.
- Fix SSL context for connections using the "wss" scheme


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-httpcore/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-httpcore/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-httpcore/Makefile
diff -u pkgsrc/www/py-httpcore/Makefile:1.31 pkgsrc/www/py-httpcore/Makefile:1.32
--- pkgsrc/www/py-httpcore/Makefile:1.31        Tue Nov 14 17:54:38 2023
+++ pkgsrc/www/py-httpcore/Makefile     Wed Feb 14 21:57:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2023/11/14 17:54:38 adam Exp $
+# $NetBSD: Makefile,v 1.32 2024/02/14 21:57:00 adam Exp $
 
-DISTNAME=      httpcore-1.0.2
+DISTNAME=      httpcore-1.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpcore/}
@@ -10,14 +10,15 @@ HOMEPAGE=   https://github.com/encode/http
 COMMENT=       Minimal low-level HTTP client
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
 DEPENDS+=      ${PYPKGPREFIX}-h11>=0.13:../../www/py-h11
 # asyncio
 DEPENDS+=      ${PYPKGPREFIX}-anyio>=4.0:../../devel/py-anyio
 # http2
 DEPENDS+=      ${PYPKGPREFIX}-h2>=3.0:../../www/py-h2
+TEST_DEPENDS+= ${PYPKGPREFIX}-trio>=0.22.0:../../devel/py-trio
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-httpcore/distinfo
diff -u pkgsrc/www/py-httpcore/distinfo:1.30 pkgsrc/www/py-httpcore/distinfo:1.31
--- pkgsrc/www/py-httpcore/distinfo:1.30        Tue Nov 14 17:54:38 2023
+++ pkgsrc/www/py-httpcore/distinfo     Wed Feb 14 21:57:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2023/11/14 17:54:38 adam Exp $
+$NetBSD: distinfo,v 1.31 2024/02/14 21:57:00 adam Exp $
 
-BLAKE2s (httpcore-1.0.2.tar.gz) = e15e5b344bab452a0efae101da7428e2eba2a0bdc806ffa884410798f0877e5b
-SHA512 (httpcore-1.0.2.tar.gz) = 1844f6c1c5b5810f216878fa5f8ec49c08d6a31358cc18e10b71e15a16f1450f5f68ac05e7b3ddca67420283e8050beaf8ffff93bed0cf673356e12bd6bb018e
-Size (httpcore-1.0.2.tar.gz) = 81036 bytes
+BLAKE2s (httpcore-1.0.3.tar.gz) = 6ced07881aae916df7077ebdc30cfbff7ee20b3b427b6ef7dd08254181784158
+SHA512 (httpcore-1.0.3.tar.gz) = 6aff21101d209a7ba5aa157d657cabd1c90dae1b4f4dd7458ea9f0dec25faf0f192930149a3f112e58f1cd95966903cb61c50a1665b20500dbeed4449493e700
+Size (httpcore-1.0.3.tar.gz) = 81579 bytes



Home | Main Index | Thread Index | Old Index