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:           Fri Jan 19 09:55:38 UTC 2018

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

Log Message:
py-cheroot: updated to 6.0.0

v6.0.0
Drop support for Python 2.6, 3.1, 3.2, and 3.3.
Also drop built-in SSL support for Python 2.7 earlier than 2.7.9.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-cheroot/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/www/py-cheroot/Makefile:1.10
--- pkgsrc/www/py-cheroot/Makefile:1.9  Wed Nov 29 14:07:50 2017
+++ pkgsrc/www/py-cheroot/Makefile      Fri Jan 19 09:55:38 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/11/29 14:07:50 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/19 09:55:38 adam Exp $
 
-DISTNAME=      cheroot-5.9.2
+DISTNAME=      cheroot-6.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cheroot/}
@@ -10,6 +10,7 @@ HOMEPAGE=     http://www.cherrypy.org/
 COMMENT=       High-performance, pure-Python HTTP server used by CherryPy
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-more-itertools>=2.6:../../devel/py-more-itertools
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 # TEST
@@ -21,7 +22,6 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-suga
 
 USE_LANGUAGES= # none
 
-# Testing fails, see https://github.com/cherrypy/cheroot/issues/6
 do-test:
        cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
 

Index: pkgsrc/www/py-cheroot/distinfo
diff -u pkgsrc/www/py-cheroot/distinfo:1.7 pkgsrc/www/py-cheroot/distinfo:1.8
--- pkgsrc/www/py-cheroot/distinfo:1.7  Wed Nov 29 14:07:50 2017
+++ pkgsrc/www/py-cheroot/distinfo      Fri Jan 19 09:55:38 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/11/29 14:07:50 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/01/19 09:55:38 adam Exp $
 
-SHA1 (cheroot-5.9.2.tar.gz) = d14090849a4a949cea4a877fe02bc7f9b1a96841
-RMD160 (cheroot-5.9.2.tar.gz) = bfbabd9f9a686843d6ad769451ef821db0964b80
-SHA512 (cheroot-5.9.2.tar.gz) = 8e787dd837ed0559ecd3a5a161756d80b8942f2562d9d98fa38989b56704887eac982409ffd3b2d3ce5ca3ad62c394e4f0547191f152997bdadc80ddd89863f0
-Size (cheroot-5.9.2.tar.gz) = 61823 bytes
+SHA1 (cheroot-6.0.0.tar.gz) = 0c26bb90153e41583bd63298a87988ca49acd888
+RMD160 (cheroot-6.0.0.tar.gz) = adc4735c81238d55879c90990687ba53eccb3538
+SHA512 (cheroot-6.0.0.tar.gz) = 0109fbf3b73ed3f12261eaa3c6d86b6c6b80a1ba3564548ba3288aa6c61a1c08db60886e677991bf7997e6a5b1ec7767a3e06098ec1748453e72c40fda7b82a7
+Size (cheroot-6.0.0.tar.gz) = 62763 bytes



Home | Main Index | Thread Index | Old Index