python-requests: update to 2.23.0.
This commit is contained in:
parent
f5c3fe2f18
commit
971315cf20
1 changed files with 5 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-requests'
|
||||
pkgname=python-requests
|
||||
version=2.22.0
|
||||
revision=2
|
||||
version=2.23.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="requests-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="requests"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="ca-certificates python-chardet python-urllib3 python-idna"
|
||||
short_desc="Python2 HTTP library for human beings"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://python-requests.org/"
|
||||
homepage="https://python-requests.org/"
|
||||
changelog="https://raw.githubusercontent.com/psf/requests/master/HISTORY.md"
|
||||
distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
|
||||
checksum=11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4
|
||||
checksum=b3f43d496c6daba4493e7c431722aeb7dbc6288f52a6e04e7b6023b0247817e6
|
||||
|
||||
pre_build() {
|
||||
vsed -i '/certifi/d' setup.py
|
||||
|
@ -21,7 +21,6 @@ pre_build() {
|
|||
|
||||
python3-requests_package() {
|
||||
archs=noarch
|
||||
pycompile_module="requests"
|
||||
depends="ca-certificates python3-chardet python3-urllib3 python3-idna"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue