pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-geventhttpclient



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr  8 14:21:13 UTC 2024

Modified Files:
        pkgsrc/net/py-geventhttpclient: Makefile distinfo

Log Message:
py-geventhttpclient: updated to 2.0.12

2.0.12

port examples to Python3
add response cookies to cookiejar before verify_status


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-geventhttpclient/Makefile \
    pkgsrc/net/py-geventhttpclient/distinfo

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

Modified files:

Index: pkgsrc/net/py-geventhttpclient/Makefile
diff -u pkgsrc/net/py-geventhttpclient/Makefile:1.9 pkgsrc/net/py-geventhttpclient/Makefile:1.10
--- pkgsrc/net/py-geventhttpclient/Makefile:1.9 Tue Jan 16 11:07:33 2024
+++ pkgsrc/net/py-geventhttpclient/Makefile     Mon Apr  8 14:21:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/01/16 11:07:33 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/04/08 14:21:13 adam Exp $
 
-DISTNAME=      geventhttpclient-2.0.11
+DISTNAME=      geventhttpclient-2.0.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geventhttpclient/}
@@ -17,6 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-certifi-[0-9]*:
 DEPENDS+=      ${PYPKGPREFIX}-gevent>=0.13:../../net/py-gevent
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-dpkt-[0-9]*:../../net/py-dpkt
+TEST_DEPENDS+= ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-certifi
 
Index: pkgsrc/net/py-geventhttpclient/distinfo
diff -u pkgsrc/net/py-geventhttpclient/distinfo:1.9 pkgsrc/net/py-geventhttpclient/distinfo:1.10
--- pkgsrc/net/py-geventhttpclient/distinfo:1.9 Tue Jan 16 11:07:33 2024
+++ pkgsrc/net/py-geventhttpclient/distinfo     Mon Apr  8 14:21:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/01/16 11:07:33 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/04/08 14:21:13 adam Exp $
 
-BLAKE2s (geventhttpclient-2.0.11.tar.gz) = 665f461b5ae967dd41a3ba8a2146a702a4f7a94d27285748a1433396e7b17f27
-SHA512 (geventhttpclient-2.0.11.tar.gz) = ec11451d1442381bd9034d01f16efac2c9ff89a049a2a9f31ed7f322ea945e2578887f092ae7dbdf4d2a4d8e4053fefb1980a3d3fc3adc2fde97a4b1edca1b00
-Size (geventhttpclient-2.0.11.tar.gz) = 76822 bytes
+BLAKE2s (geventhttpclient-2.0.12.tar.gz) = 22037fbfb1e89eeab519aa7f3b5302d4160373e2dba875fd80218422ca9fd8c1
+SHA512 (geventhttpclient-2.0.12.tar.gz) = 5897e833c1ce371cbfcd22c0583848186eb5a7eed03f93e74b7f01cb388b1b5cda55eff4285d69300977bae59e3c65aa121036e72d8fd377c84a2c226f3077f2
+Size (geventhttpclient-2.0.12.tar.gz) = 77009 bytes



Home | Main Index | Thread Index | Old Index