Skip to content

Commit

Permalink
py-requests: update to 2.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harens authored and reneeotten committed Jan 21, 2023
1 parent 1e04d5b commit 1515bb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 43 deletions.
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.

0 comments on commit 1515bb8

Please sign in to comment.