diff options
Diffstat (limited to 'www/py-httpbin')
-rw-r--r-- | www/py-httpbin/Makefile | 4 | ||||
-rw-r--r-- | www/py-httpbin/distinfo | 11 | ||||
-rw-r--r-- | www/py-httpbin/patches/patch-README.rst | 18 |
3 files changed, 7 insertions, 26 deletions
diff --git a/www/py-httpbin/Makefile b/www/py-httpbin/Makefile index f8743b3de21..25528af1976 100644 --- a/www/py-httpbin/Makefile +++ b/www/py-httpbin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2017/05/31 08:36:33 adam Exp $ +# $NetBSD: Makefile,v 1.3 2017/08/27 12:44:03 adam Exp $ -DISTNAME= httpbin-0.5.0 +DISTNAME= httpbin-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpbin/} diff --git a/www/py-httpbin/distinfo b/www/py-httpbin/distinfo index dafe7d7b02f..4d46eb3fa8d 100644 --- a/www/py-httpbin/distinfo +++ b/www/py-httpbin/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/05/31 08:36:33 adam Exp $ +$NetBSD: distinfo,v 1.3 2017/08/27 12:44:03 adam Exp $ -SHA1 (httpbin-0.5.0.tar.gz) = e434179b0e3fda9d89f5b18d97a6ce06fd2339f2 -RMD160 (httpbin-0.5.0.tar.gz) = 270d1c43b67f74968f09e09fa1fee97a9ae3ebc6 -SHA512 (httpbin-0.5.0.tar.gz) = 1e13db87058b056b2ab228bbb67a835d1ac999efb8fbbcdc07f07f6e55e82ec5fe731f177210e107759f4d87d64f7e5e2219a1fb89bf17d2cda331c6b91490b8 -Size (httpbin-0.5.0.tar.gz) = 88698 bytes -SHA1 (patch-README.rst) = 2fbfd9d70d8fd7c97d51412043548bd9d4527ae2 +SHA1 (httpbin-0.6.0.tar.gz) = c2e42f16d28ad4b23b86c3b684fa64316faef533 +RMD160 (httpbin-0.6.0.tar.gz) = 80bd25c9645891cf210e015586d5f3c19a4662e8 +SHA512 (httpbin-0.6.0.tar.gz) = ed7243b43daa2d7a08250854c4f33cf6ba6647da744cfcec680a123033000e4e0c0fd1d267d0461fb99798f6ac0cf6707725e86811bdb32369b5c623d25fb184 +Size (httpbin-0.6.0.tar.gz) = 86171 bytes diff --git a/www/py-httpbin/patches/patch-README.rst b/www/py-httpbin/patches/patch-README.rst deleted file mode 100644 index b43c0798da3..00000000000 --- a/www/py-httpbin/patches/patch-README.rst +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-README.rst,v 1.2 2017/05/31 08:36:33 adam Exp $ - -Avoid UTF-8 characters to let setup.py run in ASCII locale. -https://github.com/Runscope/httpbin/issues/269 - ---- README.rst.orig 2016-08-15 11:29:46.000000000 +0000 -+++ README.rst -@@ -41,8 +41,8 @@ Endpoint - `/basic-auth/:user/:passwd`_ Challenges HTTPBasic Auth. - `/hidden-basic-auth/:user/:passwd`_ 404'd BasicAuth. - `/digest-auth/:qop/:user/:passwd`_ Challenges HTTP Digest Auth. --`/stream/:n`_ Streams *n* – 100 lines. --`/delay/:n`_ Delays responding for *n* – 10 seconds. -+`/stream/:n`_ Streams *n* -- 100 lines. -+`/delay/:n`_ Delays responding for *n* -- 10 seconds. - `/drip`_ Drips up to 10MB data over a duration after an optional initial delay, then (optionally) returns with the given status code. - `/range/:n`_ Streams *n* bytes, and allows specifying a *Range* header to select a subset of the data. Accepts a *chunk\_size* and request *duration* parameter. - `/html`_ Renders an HTML Page. |