pkgsrc-Changes-HG archive

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

pkgsrc: py-cheroot: updated to 6.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4006cd6a0ac1
branches:  trunk
changeset: 306065:4006cd6a0ac1
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 09 12:10:15 2018 +0000
description:
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

diffstat:

 www/py-cheroot/Makefile |  15 +++++++--------
 www/py-cheroot/PLIST    |  17 ++++++++++-------
 www/py-cheroot/distinfo |  10 +++++-----
 3 files changed, 22 insertions(+), 20 deletions(-)

diffs (89 lines):

diff -r 7301e660d383 -r 4006cd6a0ac1 www/py-cheroot/Makefile
--- a/www/py-cheroot/Makefile   Mon Apr 09 11:33:19 2018 +0000
+++ b/www/py-cheroot/Makefile   Mon Apr 09 12:10:15 2018 +0000
@@ -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 @@
 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
 
diff -r 7301e660d383 -r 4006cd6a0ac1 www/py-cheroot/PLIST
--- a/www/py-cheroot/PLIST      Mon Apr 09 11:33:19 2018 +0000
+++ b/www/py-cheroot/PLIST      Mon Apr 09 12:10:15 2018 +0000
@@ -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/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
diff -r 7301e660d383 -r 4006cd6a0ac1 www/py-cheroot/distinfo
--- a/www/py-cheroot/distinfo   Mon Apr 09 11:33:19 2018 +0000
+++ b/www/py-cheroot/distinfo   Mon Apr 09 12:10:15 2018 +0000
@@ -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