From 85545e51bfdae3e6cc42d8eaa871ab9f19fd2d1a Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 23 Oct 2019 21:35:35 +0300 Subject: [PATCH] python-ndg-httpsclient: Rebuild for python 3.8 --- mingw-w64-python-ndg-httpsclient/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-ndg-httpsclient/PKGBUILD b/mingw-w64-python-ndg-httpsclient/PKGBUILD index bcaab4fada..65b81eb45f 100644 --- a/mingw-w64-python-ndg-httpsclient/PKGBUILD +++ b/mingw-w64-python-ndg-httpsclient/PKGBUILD @@ -5,7 +5,7 @@ _realname=ndg-httpsclient pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=0.5.1 -pkgrel=2 +pkgrel=3 pkgdesc="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL (mingw-w64)" url='https://pypi.python.org/pypi/ndg-httpsclient' license=('BSD')