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:           Tue Oct  1 20:03:03 UTC 2024

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

Log Message:
py-httpcore: updated to 1.0.6

Version 1.0.6 (October 1st, 2024)

- Relax `trio` dependency pinning.
- Handle `trio` raising `NotImplementedError` on unsupported platforms.
- Handle mapping `ssl.SSLError` to `httpcore.ConnectError`.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/py-httpcore/Makefile
cvs rdiff -u -r1.33 -r1.34 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.34 pkgsrc/www/py-httpcore/Makefile:1.35
--- pkgsrc/www/py-httpcore/Makefile:1.34        Wed Apr  3 11:38:27 2024
+++ pkgsrc/www/py-httpcore/Makefile     Tue Oct  1 20:03:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2024/04/03 11:38:27 adam Exp $
+# $NetBSD: Makefile,v 1.35 2024/10/01 20:03:03 adam Exp $
 
-DISTNAME=      httpcore-1.0.5
+DISTNAME=      httpcore-1.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpcore/}
@@ -22,7 +22,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-trio>=0.22
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-httpcore/distinfo
diff -u pkgsrc/www/py-httpcore/distinfo:1.33 pkgsrc/www/py-httpcore/distinfo:1.34
--- pkgsrc/www/py-httpcore/distinfo:1.33        Wed Apr  3 11:38:27 2024
+++ pkgsrc/www/py-httpcore/distinfo     Tue Oct  1 20:03:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2024/04/03 11:38:27 adam Exp $
+$NetBSD: distinfo,v 1.34 2024/10/01 20:03:03 adam Exp $
 
-BLAKE2s (httpcore-1.0.5.tar.gz) = 938bc5b26a155ec58f86fea867b03313980d6395fd8cd75b00e040e7b0b83d0e
-SHA512 (httpcore-1.0.5.tar.gz) = ce5be8ce4a9413db9a550d17a455112fc0f55f8fb2107d755a2cf1082dca59eb0935fea38d6766093cf9b84e64513aa1f5290c64501dec80689fef02565f796b
-Size (httpcore-1.0.5.tar.gz) = 83234 bytes
+BLAKE2s (httpcore-1.0.6.tar.gz) = cd4991565b9e38c72dfa0d508046cca958be7b7b98098edfc7cf374e8de44170
+SHA512 (httpcore-1.0.6.tar.gz) = 639aa14e56adaa3446713fe03ecadc5b604f042039ae9de0656499cd378d4fb7b8d18102f4a1ea9c2fd6dccb6d36fb4f273a88bcecb350f8f6fc07916927f2d1
+Size (httpcore-1.0.6.tar.gz) = 85180 bytes



Home | Main Index | Thread Index | Old Index