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:           Sun Oct 23 15:52:51 UTC 2022

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

Log Message:
py-geventhttpclient: updated to 2.0.8

2.0.8
Prefer using create_default_ssl_context (second try, now backwards compatible)

2.0.7
Revert "Prefer using create_default_ssl_context"

2.0.3
fix: import distutils after setuptools (compat with setuptools/65.3.0) by @sandrotosi in #168
Vendor llhttp as submodule and update it to v6.0.10

2.0.2
Urlencode spaces in query string, like requests does

2.0.1
Always URLencode data parameter if it is dict type

2.0.0
Replace http_parser with llhttp


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-geventhttpclient/Makefile
cvs rdiff -u -r1.5 -r1.6 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.4 pkgsrc/net/py-geventhttpclient/Makefile:1.5
--- pkgsrc/net/py-geventhttpclient/Makefile:1.4 Tue Jan  4 20:54:27 2022
+++ pkgsrc/net/py-geventhttpclient/Makefile     Sun Oct 23 15:52:51 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:27 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/10/23 15:52:51 adam Exp $
 
-DISTNAME=      geventhttpclient-1.5.3
+DISTNAME=      geventhttpclient-2.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geventhttpclient/}
 

Index: pkgsrc/net/py-geventhttpclient/distinfo
diff -u pkgsrc/net/py-geventhttpclient/distinfo:1.5 pkgsrc/net/py-geventhttpclient/distinfo:1.6
--- pkgsrc/net/py-geventhttpclient/distinfo:1.5 Tue Oct 26 11:06:36 2021
+++ pkgsrc/net/py-geventhttpclient/distinfo     Sun Oct 23 15:52:51 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:06:36 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/10/23 15:52:51 adam Exp $
 
-BLAKE2s (geventhttpclient-1.5.3.tar.gz) = 707fd4ad266cf9232d16e392a151560773e1682c0a7ae2bec50a1b0b9510f526
-SHA512 (geventhttpclient-1.5.3.tar.gz) = 9a0ed907f73f7f5ff8675502ef6fc82bff7b543d0a2d22e1eca5aba3592675a87fe09c48981f496b7f63a660e7eab5f68801ae74da8c33ac9d9bf55a0425eed1
-Size (geventhttpclient-1.5.3.tar.gz) = 58447 bytes
+BLAKE2s (geventhttpclient-2.0.8.tar.gz) = 9c58c62b3754e3f0d3e230812fe2d29d7040cd13b0df0ed52df0a5c7ec277a6a
+SHA512 (geventhttpclient-2.0.8.tar.gz) = 0de485c4efff810da561e4bef67a19d763ccbff4d3b952aa57e576ba4d50a97fe5f818f0c927548643d1f68fb6a3db405669c58c2298a3ea809179f5a97cb810
+Size (geventhttpclient-2.0.8.tar.gz) = 76142 bytes



Home | Main Index | Thread Index | Old Index