Skip to content

Commit

Permalink
⬆️ net-misc/httpie: bump to 3.2.3
Browse files Browse the repository at this point in the history
Note that there is no <dev-python/requests-3.32.3 for Python 3
in the portage tree at the moment, so requests' version can't
be effectively pinned like it was pinned in the PyPI package.
It leads to errors when processing HTTPS links.
Upcoming release of Requests should fix it.
Issue for tracking:
  - psf/requests#6730

Release:
  - https://github.com/httpie/cli/releases/tag/3.2.3

Changes in comparison to 3.2.2:
  - add Python 3.13 support
  - add the repository url to the HOMEPAGE
  • Loading branch information
Jamim committed Jul 12, 2024
1 parent 2cafb27 commit 6f42d9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions net-misc/httpie/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DIST httpie-3.2.2.gh.tar.gz 1279161 BLAKE2B aa5df73acbbe635fbfd3db458a2289042091a27d7b1791e9739874c1882e436814f74eec2b695f8acd76f9b9dd210f43dd9f8b7c0feea0cf4782b30f0e53b91a SHA512 5e95eba5a5ca8017dfd76ace525c57d2931d8918d51e84e8744eb9393cda5ae8e6cd6a1455c4aa82e50fa35edc35468a8b3582169c8f94858e61b09548cfa13d
EBUILD httpie-3.2.2.ebuild 1221 BLAKE2B 65610bfe01fc03342986b579a5d8e2037b1aac34431ebed447b28bf481235aa7303dd90cf864482f30ecb94d147c89e4b3c0e5fd546090288cc06a2d4c17e869 SHA512 41c9bb0ef2e4f695e0dbbfa514b9688df8d75c0bb5765a77ac8f9b1548b0ee2a7c09a77042726a097fca368816365e9f4d2b3f711f872052448085b3cc6f9d7e
DIST httpie-3.2.3.gh.tar.gz 1279649 BLAKE2B 3404078512d9b61304560cf2226ed8837ab362f4627e73200d3379878f0ce52ca7c32160232f78544403cbe85d8ca6f5ad8f97d36fd04b1362d95d3e871581ab SHA512 0b44c15d42f73533a94f29e01c1465439cc937994deb8699135bcd56f77392ec0198c57d159f10295e3e0704dcdac486d6df4ce9f8478b914db300c92aaaf01d
EBUILD httpie-3.2.3.ebuild 1251 BLAKE2B 6f4aa6f49a54d8c60ee8b6130a802659f22193a5a02ff4202935453a037802e2eff6f06496e82363397f201af83ef2b8375d8796322a1b3473f10bdd08e6047d SHA512 d51e848e463765c93966d31e7e931e49993e7a16b11f186e3f648c274f951ca2ef8f1901a2fc968728afde72d91550593361bd37713b79a32930e446a1b9d95c
MISC metadata.xml 1026 BLAKE2B 9448e5a1a744bd10f7148f75cbcca557c060bc80d832a2ab9dbcfc1e4ffa4bf8d35edb2b54b7c0be5a08d9e24e33191dea42813ee2c5e4a83c186a9fa0f91067 SHA512 6c1b7247c671aa843e1ba308f8d16b876c2c5aea10ff911de185153ceb76f8ee5f138c62b101a999619dac5beb168df4076d1ccc8c95a86173121045b4b9ab9c
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

EAPI=8

PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="ssl(+)"
DISTUTILS_USE_PEP517=setuptools

inherit bash-completion-r1 distutils-r1

DESCRIPTION="Modern command line HTTP client"
HOMEPAGE="https://httpie.io/ https://pypi.org/project/httpie/"
HOMEPAGE="https://httpie.io https://github.com/httpie/cli https://pypi.org/project/httpie/"
SRC_URI="https://github.com/httpie/cli/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/cli-${PV}"

Expand Down

0 comments on commit 6f42d9e

Please sign in to comment.