Skip to content

Commit

Permalink
py-geventhttpclient: updated to 2.0.8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
adam committed Oct 23, 2022
1 parent e9bc7c9 commit 823c9fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions net/py-geventhttpclient/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
8 changes: 4 additions & 4 deletions net/py-geventhttpclient/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 823c9fc

Please sign in to comment.