From 1ff4a225add5cd8e2acfa72291cec4f7dda75b42 Mon Sep 17 00:00:00 2001 From: Waldemar Konik Date: Wed, 5 Feb 2020 08:37:39 +0100 Subject: [PATCH] python-curl: update to version 7.43.0.5 PycURL changeLog: Version 7.43.0.5 - 2020-01-29 ----------------------------------------------------------------- - Fixed build with recent Pythons on RHEL/CentOS. Signed-off-by: Waldemar Konik Compile tested: mipsel_24kc --- lang/python/python-curl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-curl/Makefile b/lang/python/python-curl/Makefile index 64c404fec..9ca4845fa 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.4 +PKG_VERSION:=7.43.0.5 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=bdc308ff2a16ede41921cb0d88f51bd6cb5208c6478be9db579789e2e4db2528 +PKG_HASH:=ec7dd291545842295b7b56c12c90ffad2976cc7070c98d7b1517b7b6cd5994b3 PKG_MAINTAINER:=Waldemar Konik PKG_LICENSE:=LGPL-2.1