pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-httpbin 0.6.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85624dd94ac2
branches:  trunk
changeset: 367249:85624dd94ac2
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 27 12:44:03 2017 +0000

description:
0.6.0:
Bug fixes.

diffstat:

 www/py-httpbin/Makefile                 |   4 ++--
 www/py-httpbin/distinfo                 |  11 +++++------
 www/py-httpbin/patches/patch-README.rst |  18 ------------------
 3 files changed, 7 insertions(+), 26 deletions(-)

diffs (50 lines):

diff -r 969e2d7593eb -r 85624dd94ac2 www/py-httpbin/Makefile
--- a/www/py-httpbin/Makefile   Sun Aug 27 12:38:36 2017 +0000
+++ b/www/py-httpbin/Makefile   Sun Aug 27 12:44:03 2017 +0000
@@ -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 -r 969e2d7593eb -r 85624dd94ac2 www/py-httpbin/distinfo
--- a/www/py-httpbin/distinfo   Sun Aug 27 12:38:36 2017 +0000
+++ b/www/py-httpbin/distinfo   Sun Aug 27 12:44:03 2017 +0000
@@ -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 -r 969e2d7593eb -r 85624dd94ac2 www/py-httpbin/patches/patch-README.rst
--- a/www/py-httpbin/patches/patch-README.rst   Sun Aug 27 12:38:36 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index