Skip to content

Commit

Permalink
py-httpie: update to 3.2.4.
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
0-wiz-0 committed Nov 4, 2024
1 parent edcbefe commit 9b39c30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions www/py-httpie/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.20 2024/10/10 19:47:07 wiz Exp $
# $NetBSD: Makefile,v 1.21 2024/11/04 17:32:40 wiz Exp $

DISTNAME= httpie-3.2.3
DISTNAME= httpie-3.2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpie/}
Expand Down Expand Up @@ -44,8 +44,8 @@ post-install:

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

Expand Down
8 changes: 4 additions & 4 deletions www/py-httpie/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2024/07/14 06:04:57 wiz Exp $
$NetBSD: distinfo,v 1.18 2024/11/04 17:32:40 wiz Exp $

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

0 comments on commit 9b39c30

Please sign in to comment.