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 13 11:12:41 UTC 2020

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

Log Message:
py-httpcore: updated to 0.12.0

0.12.0

Changed
- HTTP header casing is now preserved, rather than always sent in lowercase.

Added
- Add Python 3.9 to officially supported versions.

Fixed
- Gracefully handle a stdlib asyncio bug when a connection is closed while it is in a paused-for-reading state.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-httpcore/Makefile \
    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.2 pkgsrc/www/py-httpcore/Makefile:1.3
--- pkgsrc/www/py-httpcore/Makefile:1.2 Thu Oct  1 06:48:37 2020
+++ pkgsrc/www/py-httpcore/Makefile     Tue Oct 13 11:12:41 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/10/01 06:48:37 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/13 11:12:41 adam Exp $
 
-DISTNAME=      httpcore-0.11.1
+DISTNAME=      httpcore-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpcore/}
Index: pkgsrc/www/py-httpcore/distinfo
diff -u pkgsrc/www/py-httpcore/distinfo:1.2 pkgsrc/www/py-httpcore/distinfo:1.3
--- pkgsrc/www/py-httpcore/distinfo:1.2 Thu Oct  1 06:48:37 2020
+++ pkgsrc/www/py-httpcore/distinfo     Tue Oct 13 11:12:41 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/10/01 06:48:37 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/10/13 11:12:41 adam Exp $
 
-SHA1 (httpcore-0.11.1.tar.gz) = e6d5894091ab5f8a17cac0bed2812ccddd5b36f6
-RMD160 (httpcore-0.11.1.tar.gz) = 9fe7d5d95400a7d5cd976203a11550271dc88182
-SHA512 (httpcore-0.11.1.tar.gz) = 41f245a9e72f8eb1a5b12ff2299ed52bbecde66359f0a77135e4433414a6132dc2d07e932187ce5c10c106661920a57e95c81f9ba12e21078e83dcbb4edc2311
-Size (httpcore-0.11.1.tar.gz) = 39987 bytes
+SHA1 (httpcore-0.12.0.tar.gz) = f8d2dea7c8b8ee15e62d5611b7910f86d5fbd3be
+RMD160 (httpcore-0.12.0.tar.gz) = 2243bd83a143ce17ed77ea02cd7df0f8ee93d0f5
+SHA512 (httpcore-0.12.0.tar.gz) = 8d986e26d1c04d84a87d8fcf367c85ad5b89f15b78393d0970567821fafb04ebca042047b87f7a36dc20c7175c506b7ab0699869802391b3b3d88164972c7d51
+Size (httpcore-0.12.0.tar.gz) = 40748 bytes



Home | Main Index | Thread Index | Old Index