pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-httpie
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 21 17:57:54 UTC 2023
Modified Files:
pkgsrc/www/py-httpie: Makefile PLIST distinfo
Log Message:
py-httpie: update to 3.2.2.
## 3.2.2
- Fixed compatibility with urllib3 2.0.0.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-httpie/Makefile \
pkgsrc/www/py-httpie/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-httpie/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-httpie/Makefile
diff -u pkgsrc/www/py-httpie/Makefile:1.15 pkgsrc/www/py-httpie/Makefile:1.16
--- pkgsrc/www/py-httpie/Makefile:1.15 Wed Mar 29 09:34:15 2023
+++ pkgsrc/www/py-httpie/Makefile Sun May 21 17:57:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/03/29 09:34:15 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2023/05/21 17:57:54 wiz Exp $
-DISTNAME= httpie-3.2.1
+DISTNAME= httpie-3.2.2
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpie/}
@@ -24,6 +24,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]
TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpbin>=0.0.6:../../www/py-test-httpbin
TEST_DEPENDS+= ${PYPKGPREFIX}-test-lazy-fixture>=0.0.6:../../devel/py-test-lazy-fixture
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
USE_LANGUAGES= # none
@@ -51,8 +52,8 @@ post-install:
${MV} ${bin}.1 ${bin}-${PYVERSSUFFIX}.1 || ${TRUE}
.endfor
-# test status as of 3.1.0
-# 12 failed, 966 passed, 6 skipped, 1 xfailed, 327 warnings
+# test status as of 3.2.2
+# 20 failed, 1006 passed, 5 skipped, 3 xfailed, 395 warnings
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
Index: pkgsrc/www/py-httpie/distinfo
diff -u pkgsrc/www/py-httpie/distinfo:1.15 pkgsrc/www/py-httpie/distinfo:1.16
--- pkgsrc/www/py-httpie/distinfo:1.15 Tue Oct 25 07:59:07 2022
+++ pkgsrc/www/py-httpie/distinfo Sun May 21 17:57:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/10/25 07:59:07 adam Exp $
+$NetBSD: distinfo,v 1.16 2023/05/21 17:57:54 wiz Exp $
-BLAKE2s (httpie-3.2.1.tar.gz) = 1698239ebbd3a7a9a0c77ccb9f80e024b8a892bad12d7adf00c5e57d9f72725a
-SHA512 (httpie-3.2.1.tar.gz) = eb61d60dd3a8e5bff3f84a51ec02521f06a0dc918a42e24d055294daf1a26abba55406d40d154380e91605d47754207b8678b52e63b855d5480de10b35944dda
-Size (httpie-3.2.1.tar.gz) = 200296 bytes
+BLAKE2s (httpie-3.2.2.tar.gz) = ffe7556eeb79efff26fdf2630cc984eb37a5f4d0820832d12995d8e808a1a4ce
+SHA512 (httpie-3.2.2.tar.gz) = 9c6fac71fbb3b5d7fe31736ecf7c2894638d9a720e4b8a5ff8802905fe300d4acfce9330503ca2f4465297370a5ab43a840b6df48569aae77c677fd9282c5c6a
+Size (httpie-3.2.2.tar.gz) = 404187 bytes
Index: pkgsrc/www/py-httpie/PLIST
diff -u pkgsrc/www/py-httpie/PLIST:1.8 pkgsrc/www/py-httpie/PLIST:1.9
--- pkgsrc/www/py-httpie/PLIST:1.8 Tue Oct 25 07:59:07 2022
+++ pkgsrc/www/py-httpie/PLIST Sun May 21 17:57:54 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2022/10/25 07:59:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2023/05/21 17:57:54 wiz Exp $
bin/http-${PYVERSSUFFIX}
bin/httpie-${PYVERSSUFFIX}
bin/https-${PYVERSSUFFIX}
@@ -38,9 +38,21 @@ ${PYSITELIB}/httpie/cli/dicts.pyo
${PYSITELIB}/httpie/cli/exceptions.py
${PYSITELIB}/httpie/cli/exceptions.pyc
${PYSITELIB}/httpie/cli/exceptions.pyo
-${PYSITELIB}/httpie/cli/nested_json.py
-${PYSITELIB}/httpie/cli/nested_json.pyc
-${PYSITELIB}/httpie/cli/nested_json.pyo
+${PYSITELIB}/httpie/cli/nested_json/__init__.py
+${PYSITELIB}/httpie/cli/nested_json/__init__.pyc
+${PYSITELIB}/httpie/cli/nested_json/__init__.pyo
+${PYSITELIB}/httpie/cli/nested_json/errors.py
+${PYSITELIB}/httpie/cli/nested_json/errors.pyc
+${PYSITELIB}/httpie/cli/nested_json/errors.pyo
+${PYSITELIB}/httpie/cli/nested_json/interpret.py
+${PYSITELIB}/httpie/cli/nested_json/interpret.pyc
+${PYSITELIB}/httpie/cli/nested_json/interpret.pyo
+${PYSITELIB}/httpie/cli/nested_json/parse.py
+${PYSITELIB}/httpie/cli/nested_json/parse.pyc
+${PYSITELIB}/httpie/cli/nested_json/parse.pyo
+${PYSITELIB}/httpie/cli/nested_json/tokens.py
+${PYSITELIB}/httpie/cli/nested_json/tokens.pyc
+${PYSITELIB}/httpie/cli/nested_json/tokens.pyo
${PYSITELIB}/httpie/cli/options.py
${PYSITELIB}/httpie/cli/options.pyc
${PYSITELIB}/httpie/cli/options.pyo
Home |
Main Index |
Thread Index |
Old Index