Skip to content

Commit

Permalink
Bump to v2.31.0
Browse files Browse the repository at this point in the history
This requires dropping Python 3.6 support, which was dropped by the
upstream package in v2.28.0.
  • Loading branch information
me-and committed Nov 3, 2023
1 parent 08fe9bb commit f1cdae4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
with:
cygport_file: python-requests.cygport
bootstrap_packages: >
cygport python36-wheel python37-wheel python38-wheel python39-wheel
python36-devel python37-devel python38-devel python39-devel
cygport python37-wheel python38-wheel python39-wheel python37-devel
python38-devel python39-devel
5 changes: 2 additions & 3 deletions python-requests.cygport
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PYTHON_WHEEL_VERSIONS="3.6:3.7:3.8:3.9"
PYTHON_WHEEL_VERSIONS="3.7:3.8:3.9"
inherit python-wheel

NAME="python-requests"
VERSION=2.27.1
VERSION=2.31.0
RELEASE=1
CATEGORY="Python"
SUMMARY="Python HTTP/1.1 request module"
Expand All @@ -20,7 +20,6 @@ PATCH_URI="

ARCH=noarch

python36_requests_REQUIRES="ca-certificates python36-chardet"
python37_requests_REQUIRES="ca-certificates python37-chardet"
python38_requests_REQUIRES="ca-certificates python38-chardet"
python39_requests_REQUIRES="ca-certificates python39-chardet"
Expand Down

0 comments on commit f1cdae4

Please sign in to comment.