Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-requests: update to 2.28.2 #17335

Merged
merged 1 commit into from
Jan 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions python/py-requests/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PortSystem 1.0
PortGroup python 1.0

name py-requests
version 2.28.1
revision 1
version 2.28.2
revision 0
categories-append devel
license Apache-2
supported_archs noarch
Expand All @@ -28,9 +28,9 @@ long_description Most existing Python modules for dealing HTTP \

homepage https://requests.readthedocs.io/

checksums rmd160 ed0fccd3aa2f726c7f96137cef3c227e2789f8a4 \
sha256 7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983 \
size 109805
checksums rmd160 045ace79b8b214ceaf944574e99873a272cbb9e6 \
sha256 98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf \
size 108206

if {${name} ne ${subport}} {

Expand Down Expand Up @@ -58,9 +58,6 @@ if {${name} ne ${subport}} {
python.pep517 no
depends_build-append \
port:py${python.version}-setuptools
} else {
# backport commit c57f1f0c from master branch to allow charset-normalizer<4.0
patchfiles-append patch-c57f1f0c.diff
}

if {${python.version} <= 35} {
Expand Down
35 changes: 0 additions & 35 deletions python/py-requests/files/patch-c57f1f0c.diff

This file was deleted.