diff --git a/lang/python/python-curl/Makefile b/lang/python/python-curl/Makefile index 630ccd941f..4f46dc5fc7 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.44.0 -PKG_RELEASE:=2 +PKG_VERSION:=7.45.2 +PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=2ce9905626d8ceafcbadee666e2f45397e29c7618ddcdc63fc22d85e5046c6d6 +PKG_HASH:=5730590be0271364a5bddd9e245c9cc0fb710c4cbacbdd95264a3122d23224ca PKG_MAINTAINER:=Waldemar Konik PKG_LICENSE:=LGPL-2.1 diff --git a/lang/python/python-curl/patches/100_macos_compat.patch b/lang/python/python-curl/patches/100_macos_compat.patch index fc233da2af..ba5e0b8dab 100644 --- a/lang/python/python-curl/patches/100_macos_compat.patch +++ b/lang/python/python-curl/patches/100_macos_compat.patch @@ -3,7 +3,7 @@ This patch should be deleted after resolving https://github.com/pycurl/pycurl/is --- --- a/setup.py +++ b/setup.py -@@ -347,9 +347,6 @@ manually. For other SSL backends please +@@ -341,9 +341,6 @@ ignore this message.''') if not self.libraries: self.libraries.append("curl")