pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-cheroot



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug  6 19:28:14 UTC 2017

Modified Files:
        pkgsrc/www/py-cheroot: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-cheroot/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-cheroot/distinfo

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-cheroot/Makefile
diff -u pkgsrc/www/py-cheroot/Makefile:1.5 pkgsrc/www/py-cheroot/Makefile:1.6
--- pkgsrc/www/py-cheroot/Makefile:1.5  Wed Jul 19 06:41:25 2017
+++ pkgsrc/www/py-cheroot/Makefile      Sun Aug  6 19:28:14 2017
@@ -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/}

Index: pkgsrc/www/py-cheroot/distinfo
diff -u pkgsrc/www/py-cheroot/distinfo:1.4 pkgsrc/www/py-cheroot/distinfo:1.5
--- pkgsrc/www/py-cheroot/distinfo:1.4  Wed Jul 19 06:41:25 2017
+++ pkgsrc/www/py-cheroot/distinfo      Sun Aug  6 19:28:14 2017
@@ -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