Skip to content

Commit 9b39c30

Browse files
committed
py-httpie: update to 3.2.4.
## [3.2.4](httpie/cli@3.2.3...3.2.4) (2024-11-01) - Fix default certs loading and unpin `requests`. ([#1596](httpie/cli#1596))
1 parent edcbefe commit 9b39c30

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

www/py-httpie/Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.20 2024/10/10 19:47:07 wiz Exp $
1+
# $NetBSD: Makefile,v 1.21 2024/11/04 17:32:40 wiz Exp $
22

3-
DISTNAME= httpie-3.2.3
3+
DISTNAME= httpie-3.2.4
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= www python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpie/}
@@ -44,8 +44,8 @@ post-install:
4444

4545
# for tests
4646
ALLOW_NETWORK_ACCESS=1
47-
# test status as of 3.2.3
48-
# 19 failed, 1008 passed, 5 skipped, 4 xfailed, 166 warnings
47+
# as of 3.2.4
48+
# 8 failed, 1019 passed, 5 skipped, 4 xfailed, 159 warnings
4949
do-test:
5050
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
5151

www/py-httpie/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.17 2024/07/14 06:04:57 wiz Exp $
1+
$NetBSD: distinfo,v 1.18 2024/11/04 17:32:40 wiz Exp $
22

3-
BLAKE2s (httpie-3.2.3.tar.gz) = 9bff0691ab9778ad248588d46eb8d9da85fd373fe04465cf077b8d85661fbb67
4-
SHA512 (httpie-3.2.3.tar.gz) = 930eba3323be78f0170ae714f19d8a598f1446c6423c65f11908cae6bc3780f04cfa1da532d044442d2421196f3c99a8166ad3d3772b1b8e11f84a211136bc2a
5-
Size (httpie-3.2.3.tar.gz) = 382096 bytes
3+
BLAKE2s (httpie-3.2.4.tar.gz) = 2334e7d46356ebfa3b73e217d5fec50349a3a33fb30ff00557e2e8e2765f508c
4+
SHA512 (httpie-3.2.4.tar.gz) = 678ac9024a45f912ad19f10b1d609b19c630ef5d20886a7db0aa6bd71eb62cb91a8c9d5cf0060fac2bc457d9d95c6a2b80a556f6ac3176bc66064d81f45b0397
5+
Size (httpie-3.2.4.tar.gz) = 382651 bytes

0 commit comments

Comments
 (0)