pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-geventhttpclient py-geventhttpclient: updated t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18b16b00aa29
branches:  trunk
changeset: 387145:18b16b00aa29
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 23 15:52:51 2022 +0000

description:
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

diffstat:

 net/py-geventhttpclient/Makefile |  5 ++---
 net/py-geventhttpclient/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b084ef903ddc -r 18b16b00aa29 net/py-geventhttpclient/Makefile
--- a/net/py-geventhttpclient/Makefile  Sun Oct 23 15:49:35 2022 +0000
+++ b/net/py-geventhttpclient/Makefile  Sun Oct 23 15:52:51 2022 +0000
@@ -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/}
 
diff -r b084ef903ddc -r 18b16b00aa29 net/py-geventhttpclient/distinfo
--- a/net/py-geventhttpclient/distinfo  Sun Oct 23 15:49:35 2022 +0000
+++ b/net/py-geventhttpclient/distinfo  Sun Oct 23 15:52:51 2022 +0000
@@ -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