From 3e00507875d11608b0e19bc3e60e9cc2a019ce9f Mon Sep 17 00:00:00 2001 From: Waldemar Konik Date: Wed, 9 Sep 2020 14:11:56 +0200 Subject: [PATCH] python-curl: update to version 7.43.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PycURL changeLog: Version 7.43.0.6 - 2020-09-02 ----------------------------------------------------------------- This release improves SSL backend detection on various systems, adds support for libcurl’s multiple SSL backend functionality and adds support for several libcurl options. Signed-off-by: Waldemar Konik Compile tested: x86_64 --- lang/python/python-curl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-curl/Makefile b/lang/python/python-curl/Makefile index e285967fe..09874e31c 100644 --- a/lang/python/python-curl/Makefile +++ b/lang/python/python-curl/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pycurl -PKG_VERSION:=7.43.0.5 -PKG_RELEASE:=2 +PKG_VERSION:=7.43.0.6 +PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=ec7dd291545842295b7b56c12c90ffad2976cc7070c98d7b1517b7b6cd5994b3 +PKG_HASH:=8301518689daefa53726b59ded6b48f33751c383cf987b0ccfbbc4ed40281325 PKG_MAINTAINER:=Waldemar Konik PKG_LICENSE:=LGPL-2.1