pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-cheroot v5.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85304df0e482
branches:  trunk
changeset: 366215:85304df0e482
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 06 19:28:14 2017 +0000

description:
v5.8.1
- CI improvements:
  * Add basic working Circle CI v2 config
- Fix URI encoding bug introduced in 39
  * Improve cheroot.test.helper.Controller to properly match unicode

v5.8.0
- CI improvements:
  * Switch to native PyPy support in Travis CI
  * Take into account PEP 257 compliant modules
  * Build wheel in Appveyor and store it as an artifact
- Improve urllib support in ``_compat`` module
- 38 via 39: Improve URI parsing:
  * Make it compliant with RFC 7230, RFC 7231 and RFC 2616
  * Fix setting of ``environ['QUERY_STRING']`` in WSGI
  * Introduce ``proxy_mode`` and ``strict_mode`` argument in ``server.HTTPRequest``
  * Fix decoding of unicode URIs in WSGI 1.0 gateway

diffstat:

 www/py-cheroot/Makefile |   4 ++--
 www/py-cheroot/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 79691fcf6484 -r 85304df0e482 www/py-cheroot/Makefile
--- a/www/py-cheroot/Makefile   Sun Aug 06 19:25:45 2017 +0000
+++ b/www/py-cheroot/Makefile   Sun Aug 06 19:28:14 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/07/19 06:41:25 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/08/06 19:28:14 adam Exp $
 
-DISTNAME=      cheroot-5.7.0
+DISTNAME=      cheroot-5.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cheroot/}
diff -r 79691fcf6484 -r 85304df0e482 www/py-cheroot/distinfo
--- a/www/py-cheroot/distinfo   Sun Aug 06 19:25:45 2017 +0000
+++ b/www/py-cheroot/distinfo   Sun Aug 06 19:28:14 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/07/19 06:41:25 wiz Exp $
+$NetBSD: distinfo,v 1.5 2017/08/06 19:28:14 adam Exp $
 
-SHA1 (cheroot-5.7.0.tar.gz) = ae4d441b2ec6f5f0602562faae137e2e82ccd8d3
-RMD160 (cheroot-5.7.0.tar.gz) = d07e21360525c098bef05af7ded01ac5d230ea6f
-SHA512 (cheroot-5.7.0.tar.gz) = 7a39df2daecd26e18192ca2470e341c5bdcd008eaf0c30547e1a80cbbcdc35493adecf364c58ef5be63cf175381ef03b2a8bf64cbe35cd8ae0cbd9e9e65a4d68
-Size (cheroot-5.7.0.tar.gz) = 60614 bytes
+SHA1 (cheroot-5.8.1.tar.gz) = d932d98c5f5cdaa97b6c9a90527aa8872ca1d403
+RMD160 (cheroot-5.8.1.tar.gz) = 42bab75a4ece8ce21729dab95995f1abc7bf6f09
+SHA512 (cheroot-5.8.1.tar.gz) = 7b4c49a565af1a90401b22e6b27798b7b51f70f3667c0c2ab3985dca32320bc6ff5bd590483e8288558a5c7ef40d367c339118f4d495b379757d305c1df8076f
+Size (cheroot-5.8.1.tar.gz) = 62923 bytes



Home | Main Index | Thread Index | Old Index