pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-httpie Updated to httpie 0.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a58736eebf62
branches:  trunk
changeset: 646451:a58736eebf62
user:      imil <imil%pkgsrc.org@localhost>
date:      Sun Feb 08 21:08:21 2015 +0000

description:
Updated to httpie 0.9.1

0.9.1 (2015-02-07)
  * Added support for Requests transport adapter plugins to enable plugin-provided features such as unix socket communication and HTTP/2.

0.9.0 (2015-01-31)
  * Added --cert and --cert-key parameters to specify a client side certificate and private key for SSL
  * Improved unicode support.
  * Improved terminal color depth detection via curses.
  * To make it easier to deal with Windows paths in request items, \ now only escapes special characters (the ones that are used as key-value separators by HTTPie).
  * Switched from unittest to pytest.
  * Added Python wheel support.
  * Various test suite improvements.
  * Added CONTRIBUTING.
  * Fixed User-Agent overwriting when used within a session.
  * Fixed handling of empty passwords in URL credentials.
  * Fixed multiple file uploads with the same form field name.
  * Fixed --output=/dev/null on Linux.
  * Miscellaneous bugfixes.

diffstat:

 www/py-httpie/Makefile |  13 +++++++++----
 www/py-httpie/PLIST    |  35 ++++++++++++++++++++++++++++-------
 www/py-httpie/distinfo |   8 ++++----
 3 files changed, 41 insertions(+), 15 deletions(-)

diffs (118 lines):

diff -r 2e49487f107d -r a58736eebf62 www/py-httpie/Makefile
--- a/www/py-httpie/Makefile    Sun Feb 08 21:06:09 2015 +0000
+++ b/www/py-httpie/Makefile    Sun Feb 08 21:08:21 2015 +0000
@@ -1,19 +1,24 @@
-# $NetBSD: Makefile,v 1.1 2014/07/16 08:56:34 imil Exp $
+# $NetBSD: Makefile,v 1.2 2015/02/08 21:08:21 imil Exp $
 
-DISTNAME=      httpie-0.8.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+GHCOMMIT=      753a8d04e4499505140a67442ae3e21f608b377f
+DISTNAME=      ${GHCOMMIT}
+EGG_NAME=      httpie-0.9.1
+PKGNAME=       ${PYPKGPREFIX}-${EGG_NAME}
 CATEGORIES=    www
-MASTER_SITES=  https://pypi.python.org/packages/source/h/httpie/
+MASTER_SITES=  https://github.com/jakubroztocil/httpie/archive/
 
 MAINTAINER=    imil%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/jakubroztocil/httpie
 COMMENT=       Human-friendly command line HTTP client
 LICENSE=       original-bsd
 
+WRKSRC=                ${WRKDIR}/httpie-${GHCOMMIT}
+
 USE_LANGUAGES= # none
 
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.2.0:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-curses>=${PY_DISTVERSION}:../../devel/py-curses
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
diff -r 2e49487f107d -r a58736eebf62 www/py-httpie/PLIST
--- a/www/py-httpie/PLIST       Sun Feb 08 21:06:09 2015 +0000
+++ b/www/py-httpie/PLIST       Sun Feb 08 21:08:21 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/07/16 08:56:34 imil Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/02/08 21:08:21 imil Exp $
 bin/http
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -20,6 +20,8 @@
 ${PYSITELIB}/httpie/compat.pyo
 ${PYSITELIB}/httpie/config.pyc
 ${PYSITELIB}/httpie/config.pyo
+${PYSITELIB}/httpie/context.pyc
+${PYSITELIB}/httpie/context.pyo
 ${PYSITELIB}/httpie/core.pyc
 ${PYSITELIB}/httpie/core.pyo
 ${PYSITELIB}/httpie/downloads.pyc
@@ -28,23 +30,43 @@
 ${PYSITELIB}/httpie/input.pyo
 ${PYSITELIB}/httpie/models.pyc
 ${PYSITELIB}/httpie/models.pyo
-${PYSITELIB}/httpie/output.pyc
-${PYSITELIB}/httpie/output.pyo
 ${PYSITELIB}/httpie/sessions.pyc
 ${PYSITELIB}/httpie/sessions.pyo
-${PYSITELIB}/httpie/solarized.pyc
-${PYSITELIB}/httpie/solarized.pyo
 ${PYSITELIB}/httpie/utils.pyc
 ${PYSITELIB}/httpie/utils.pyo
 ${PYSITELIB}/httpie/cli.py
 ${PYSITELIB}/httpie/client.py
 ${PYSITELIB}/httpie/compat.py
 ${PYSITELIB}/httpie/config.py
+${PYSITELIB}/httpie/context.py
 ${PYSITELIB}/httpie/core.py
 ${PYSITELIB}/httpie/downloads.py
 ${PYSITELIB}/httpie/input.py
 ${PYSITELIB}/httpie/models.py
-${PYSITELIB}/httpie/output.py
+${PYSITELIB}/httpie/output/__init__.py
+${PYSITELIB}/httpie/output/__init__.pyc
+${PYSITELIB}/httpie/output/__init__.pyo
+${PYSITELIB}/httpie/output/processing.pyc
+${PYSITELIB}/httpie/output/processing.pyo
+${PYSITELIB}/httpie/output/streams.pyc
+${PYSITELIB}/httpie/output/streams.pyo
+${PYSITELIB}/httpie/output/formatters/__init__.py
+${PYSITELIB}/httpie/output/formatters/__init__.pyc
+${PYSITELIB}/httpie/output/formatters/__init__.pyo
+${PYSITELIB}/httpie/output/formatters/colors.pyc
+${PYSITELIB}/httpie/output/formatters/colors.pyo
+${PYSITELIB}/httpie/output/formatters/headers.pyc
+${PYSITELIB}/httpie/output/formatters/headers.pyo
+${PYSITELIB}/httpie/output/formatters/json.pyc
+${PYSITELIB}/httpie/output/formatters/json.pyo
+${PYSITELIB}/httpie/output/formatters/xml.pyc
+${PYSITELIB}/httpie/output/formatters/xml.pyo
+${PYSITELIB}/httpie/output/formatters/colors.py
+${PYSITELIB}/httpie/output/formatters/headers.py
+${PYSITELIB}/httpie/output/formatters/json.py
+${PYSITELIB}/httpie/output/formatters/xml.py
+${PYSITELIB}/httpie/output/processing.py
+${PYSITELIB}/httpie/output/streams.py
 ${PYSITELIB}/httpie/plugins/__init__.py
 ${PYSITELIB}/httpie/plugins/__init__.pyc
 ${PYSITELIB}/httpie/plugins/__init__.pyo
@@ -58,5 +80,4 @@
 ${PYSITELIB}/httpie/plugins/builtin.py
 ${PYSITELIB}/httpie/plugins/manager.py
 ${PYSITELIB}/httpie/sessions.py
-${PYSITELIB}/httpie/solarized.py
 ${PYSITELIB}/httpie/utils.py
diff -r 2e49487f107d -r a58736eebf62 www/py-httpie/distinfo
--- a/www/py-httpie/distinfo    Sun Feb 08 21:06:09 2015 +0000
+++ b/www/py-httpie/distinfo    Sun Feb 08 21:08:21 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/07/16 08:56:34 imil Exp $
+$NetBSD: distinfo,v 1.2 2015/02/08 21:08:21 imil Exp $
 
-SHA1 (httpie-0.8.0.tar.gz) = 46e2cb5c7f8ec6a92c62fd3851789ed8f3726da1
-RMD160 (httpie-0.8.0.tar.gz) = c598d0666dd604725abaf03d5402936a98eea572
-Size (httpie-0.8.0.tar.gz) = 68946 bytes
+SHA1 (753a8d04e4499505140a67442ae3e21f608b377f.tar.gz) = c8b5d9db503eca2eb4e08707f00732a453652ef3
+RMD160 (753a8d04e4499505140a67442ae3e21f608b377f.tar.gz) = 47e827383f5058210cc78f1efdd66be392922532
+Size (753a8d04e4499505140a67442ae3e21f608b377f.tar.gz) = 528755 bytes



Home | Main Index | Thread Index | Old Index