diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-08-12 00:07:26 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-08-12 00:07:26 +0200 |
commit | b8182477f92cc620a1af261a05d9b5316e959c78 (patch) | |
tree | c81dafb7711fac2a9f9ea96980134df003038eb9 | |
parent | 05a198ed48ec3949a1bc5d8d2428fe4464d57307 (diff) |
python-curl: update to version 7.44.0
Changelog:
PycURL 7.44.0 - 2021-08-08
--------------------------
This release reinstates best effort Python 2 support, adds Python 3.9 and
Python 3.10 alpha support and implements support for several libcurl options.
Official Windows builds are currently not being produced.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
-rw-r--r-- | lang/python/python-curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-curl/Makefile b/lang/python/python-curl/Makefile index 09874e31c..0e64335d2 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.6 +PKG_VERSION:=7.44.0 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=8301518689daefa53726b59ded6b48f33751c383cf987b0ccfbbc4ed40281325 +PKG_HASH:=2ce9905626d8ceafcbadee666e2f45397e29c7618ddcdc63fc22d85e5046c6d6 PKG_MAINTAINER:=Waldemar Konik <informatyk74@interia.pl> PKG_LICENSE:=LGPL-2.1 |