Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
2c13e8b7
Commit
2c13e8b7
authored
3 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/py3-requests: fix idna dep
idna was updated in
113bbd3c
update and hope for the best
parent
9b0fa193
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/py3-requests/0002-allow-idna-3.patch
+1
-1
1 addition, 1 deletion
main/py3-requests/0002-allow-idna-3.patch
main/py3-requests/APKBUILD
+5
-3
5 additions, 3 deletions
main/py3-requests/APKBUILD
with
6 additions
and
4 deletions
main/py3-requests/0002-allow-idna-3.patch
+
1
−
1
View file @
2c13e8b7
...
...
@@ -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',
]
This diff is collapsed.
Click to expand it.
main/py3-requests/APKBUILD
+
5
−
3
View file @
2c13e8b7
...
...
@@ -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
"
This diff is collapsed.
Click to expand it.
Michał Polański
@mpolanski
mentioned in merge request
!22583 (merged)
·
3 years ago
mentioned in merge request
!22583 (merged)
mentioned in merge request !22583
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment