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: Mon Apr 9 12:10:15 UTC 2018
Modified Files:
pkgsrc/www/py-cheroot: Makefile PLIST distinfo
Log Message:
py-cheroot: updated to 6.1.2
v6.1.2
- :issue:81: Fix regression introduced by :pr:80.
* Restore :py:attr:storing bound socket
<cheroot.server.HTTPServer.bind_addr> in Windows broken by use of
:py:obj:socket.AF_UNIX
v6.1.1
- :pr:80: Fix regression introduced by :commit:68a5769.
* Get back support for :py:obj:socket.AF_UNIX in stored bound address in
:py:attr:cheroot.server.HTTPServer.bind_addr
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-cheroot/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-cheroot/PLIST
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/www/py-cheroot/Makefile:1.11
--- pkgsrc/www/py-cheroot/Makefile:1.10 Fri Jan 19 09:55:38 2018
+++ pkgsrc/www/py-cheroot/Makefile Mon Apr 9 12:10:15 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/01/19 09:55:38 adam Exp $
+# $NetBSD: Makefile,v 1.11 2018/04/09 12:10:15 adam Exp $
-DISTNAME= cheroot-6.0.0
+DISTNAME= cheroot-6.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cheroot/}
@@ -13,12 +13,11 @@ 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
-BUILD_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
-BUILD_DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar
USE_LANGUAGES= # none
Index: pkgsrc/www/py-cheroot/PLIST
diff -u pkgsrc/www/py-cheroot/PLIST:1.5 pkgsrc/www/py-cheroot/PLIST:1.6
--- pkgsrc/www/py-cheroot/PLIST:1.5 Wed Nov 29 14:07:50 2017
+++ pkgsrc/www/py-cheroot/PLIST Mon Apr 9 12:10:15 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/11/29 14:07:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/04/09 12:10:15 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -32,25 +32,28 @@ ${PYSITELIB}/cheroot/ssl/pyopenssl.pyo
${PYSITELIB}/cheroot/test/__init__.py
${PYSITELIB}/cheroot/test/__init__.pyc
${PYSITELIB}/cheroot/test/__init__.pyo
+${PYSITELIB}/cheroot/test/conftest.py
+${PYSITELIB}/cheroot/test/conftest.pyc
+${PYSITELIB}/cheroot/test/conftest.pyo
${PYSITELIB}/cheroot/test/helper.py
${PYSITELIB}/cheroot/test/helper.pyc
${PYSITELIB}/cheroot/test/helper.pyo
${PYSITELIB}/cheroot/test/test.pem
-${PYSITELIB}/cheroot/test/test_config_server.py
-${PYSITELIB}/cheroot/test/test_config_server.pyc
-${PYSITELIB}/cheroot/test/test_config_server.pyo
${PYSITELIB}/cheroot/test/test_conn.py
${PYSITELIB}/cheroot/test/test_conn.pyc
${PYSITELIB}/cheroot/test/test_conn.pyo
${PYSITELIB}/cheroot/test/test_core.py
${PYSITELIB}/cheroot/test/test_core.pyc
${PYSITELIB}/cheroot/test/test_core.pyo
-${PYSITELIB}/cheroot/test/test_wsgiapps.py
-${PYSITELIB}/cheroot/test/test_wsgiapps.pyc
-${PYSITELIB}/cheroot/test/test_wsgiapps.pyo
+${PYSITELIB}/cheroot/test/test_server.py
+${PYSITELIB}/cheroot/test/test_server.pyc
+${PYSITELIB}/cheroot/test/test_server.pyo
${PYSITELIB}/cheroot/test/webtest.py
${PYSITELIB}/cheroot/test/webtest.pyc
${PYSITELIB}/cheroot/test/webtest.pyo
+${PYSITELIB}/cheroot/testing.py
+${PYSITELIB}/cheroot/testing.pyc
+${PYSITELIB}/cheroot/testing.pyo
${PYSITELIB}/cheroot/workers/__init__.py
${PYSITELIB}/cheroot/workers/__init__.pyc
${PYSITELIB}/cheroot/workers/__init__.pyo
Index: pkgsrc/www/py-cheroot/distinfo
diff -u pkgsrc/www/py-cheroot/distinfo:1.8 pkgsrc/www/py-cheroot/distinfo:1.9
--- pkgsrc/www/py-cheroot/distinfo:1.8 Fri Jan 19 09:55:38 2018
+++ pkgsrc/www/py-cheroot/distinfo Mon Apr 9 12:10:15 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/01/19 09:55:38 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/04/09 12:10:15 adam Exp $
-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
+SHA1 (cheroot-6.1.2.tar.gz) = 7f8489715b2394e10afac652052274c223356790
+RMD160 (cheroot-6.1.2.tar.gz) = 76391ffdaf4b89e4fe2442df95d47b0a44bcabde
+SHA512 (cheroot-6.1.2.tar.gz) = d3ee6ead1ac7fb4f9fc8b87e31c332add02ce9c594c51acf0c8c2a2805b5adfd459f952ed2b23f2f879cde9022d1b460b74907b5712a08e27494f08c518bcc6d
+Size (cheroot-6.1.2.tar.gz) = 65390 bytes
Home |
Main Index |
Thread Index |
Old Index