Skip to content
Snippets Groups Projects
Commit 2c13e8b7 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/py3-requests: fix idna dep

idna was updated in 113bbd3c

update and hope for the best
parent 9b0fa193
No related merge requests found
......@@ -9,7 +9,7 @@ index 065eb22..3b7b229 100755
requires = [
'chardet>=3.0.2,<5',
- 'idna>=2.5,<3',
+ 'idna>=2.5,<3.2',
+ 'idna>=2.5,<3.3',
'urllib3>=1.21.1,<1.27',
]
......@@ -3,7 +3,7 @@
pkgname=py3-requests
_pkgname=requests
pkgver=2.25.1
pkgrel=3
pkgrel=4
pkgdesc="HTTP request library for Python3"
url="http://www.python-requests.org/"
arch="noarch"
......@@ -29,5 +29,7 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="ca6b0a257b448a999cade0ae173c29cddc9cfffb319d16fc3d051d3e1cd77161536e3cab279b3cba59c60d29d7864a9281c1fa1f689ce48d3bce2ca9f1cd8d45 requests-2.25.1.tar.gz
6066a270c03cdc765915a4d4664c9be62954dc5d7fc00b0fb9d0db113c3ce0fe024bf874847a9eb60a63d2bbfc0c7b11606474c9893b0ad90f25eb2bd354be0a 0002-allow-idna-3.patch"
sha512sums="
ca6b0a257b448a999cade0ae173c29cddc9cfffb319d16fc3d051d3e1cd77161536e3cab279b3cba59c60d29d7864a9281c1fa1f689ce48d3bce2ca9f1cd8d45 requests-2.25.1.tar.gz
28ea1bdfd897833d2563474979c0b6f2965d61c5cc29768e60592f4d36c7df6d7fa8408a424f99db332f898fb487c4b7b110884a04f6180d4b73646299d9c019 0002-allow-idna-3.patch
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment