Skip to content

Commit 6cbe302

Browse files
committed
py-httpie: update to 3.2.2.
## 3.2.2 - Fixed compatibility with urllib3 2.0.0.
1 parent 462a1cd commit 6cbe302

3 files changed

Lines changed: 25 additions & 12 deletions

File tree

www/py-httpie/Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.15 2023/03/29 09:34:15 wiz Exp $
1+
# $NetBSD: Makefile,v 1.16 2023/05/21 17:57:54 wiz Exp $
22

3-
DISTNAME= httpie-3.2.1
3+
DISTNAME= httpie-3.2.2
44
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
55
CATEGORIES= www python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpie/}
@@ -24,6 +24,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
2424
TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpbin>=0.0.6:../../www/py-test-httpbin
2525
TEST_DEPENDS+= ${PYPKGPREFIX}-test-lazy-fixture>=0.0.6:../../devel/py-test-lazy-fixture
2626
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
27+
TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
2728

2829
USE_LANGUAGES= # none
2930

@@ -51,8 +52,8 @@ post-install:
5152
${MV} ${bin}.1 ${bin}-${PYVERSSUFFIX}.1 || ${TRUE}
5253
.endfor
5354

54-
# test status as of 3.1.0
55-
# 12 failed, 966 passed, 6 skipped, 1 xfailed, 327 warnings
55+
# test status as of 3.2.2
56+
# 20 failed, 1006 passed, 5 skipped, 3 xfailed, 395 warnings
5657
do-test:
5758
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
5859

www/py-httpie/PLIST

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.8 2022/10/25 07:59:07 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.9 2023/05/21 17:57:54 wiz Exp $
22
bin/http-${PYVERSSUFFIX}
33
bin/httpie-${PYVERSSUFFIX}
44
bin/https-${PYVERSSUFFIX}
@@ -38,9 +38,21 @@ ${PYSITELIB}/httpie/cli/dicts.pyo
3838
${PYSITELIB}/httpie/cli/exceptions.py
3939
${PYSITELIB}/httpie/cli/exceptions.pyc
4040
${PYSITELIB}/httpie/cli/exceptions.pyo
41-
${PYSITELIB}/httpie/cli/nested_json.py
42-
${PYSITELIB}/httpie/cli/nested_json.pyc
43-
${PYSITELIB}/httpie/cli/nested_json.pyo
41+
${PYSITELIB}/httpie/cli/nested_json/__init__.py
42+
${PYSITELIB}/httpie/cli/nested_json/__init__.pyc
43+
${PYSITELIB}/httpie/cli/nested_json/__init__.pyo
44+
${PYSITELIB}/httpie/cli/nested_json/errors.py
45+
${PYSITELIB}/httpie/cli/nested_json/errors.pyc
46+
${PYSITELIB}/httpie/cli/nested_json/errors.pyo
47+
${PYSITELIB}/httpie/cli/nested_json/interpret.py
48+
${PYSITELIB}/httpie/cli/nested_json/interpret.pyc
49+
${PYSITELIB}/httpie/cli/nested_json/interpret.pyo
50+
${PYSITELIB}/httpie/cli/nested_json/parse.py
51+
${PYSITELIB}/httpie/cli/nested_json/parse.pyc
52+
${PYSITELIB}/httpie/cli/nested_json/parse.pyo
53+
${PYSITELIB}/httpie/cli/nested_json/tokens.py
54+
${PYSITELIB}/httpie/cli/nested_json/tokens.pyc
55+
${PYSITELIB}/httpie/cli/nested_json/tokens.pyo
4456
${PYSITELIB}/httpie/cli/options.py
4557
${PYSITELIB}/httpie/cli/options.pyc
4658
${PYSITELIB}/httpie/cli/options.pyo

www/py-httpie/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.15 2022/10/25 07:59:07 adam Exp $
1+
$NetBSD: distinfo,v 1.16 2023/05/21 17:57:54 wiz Exp $
22

3-
BLAKE2s (httpie-3.2.1.tar.gz) = 1698239ebbd3a7a9a0c77ccb9f80e024b8a892bad12d7adf00c5e57d9f72725a
4-
SHA512 (httpie-3.2.1.tar.gz) = eb61d60dd3a8e5bff3f84a51ec02521f06a0dc918a42e24d055294daf1a26abba55406d40d154380e91605d47754207b8678b52e63b855d5480de10b35944dda
5-
Size (httpie-3.2.1.tar.gz) = 200296 bytes
3+
BLAKE2s (httpie-3.2.2.tar.gz) = ffe7556eeb79efff26fdf2630cc984eb37a5f4d0820832d12995d8e808a1a4ce
4+
SHA512 (httpie-3.2.2.tar.gz) = 9c6fac71fbb3b5d7fe31736ecf7c2894638d9a720e4b8a5ff8802905fe300d4acfce9330503ca2f4465297370a5ab43a840b6df48569aae77c677fd9282c5c6a
5+
Size (httpie-3.2.2.tar.gz) = 404187 bytes

0 commit comments

Comments
 (0)