py-cheroot: updated to 6.2.1
v6.2.1: :pr:83: Fix regression, caused by inverted check for Windows OS. Add more URLs to distribution metadata v6.2.0: :pr:37: Implement PEERCRED lookup over UNIX-socket HTTP connection. Discover connected process' PID/UID/GID Respect server switches: peercreds_enabled and peercreds_resolve_enabled get_peer_creds and resolve_peer_creds methods on connection peer_pid, peer_uid, peer_gid, peer_user and peer_group properties on connection X_REMOTE_PID, X_REMOTE_UID, X_REMOTE_GID, X_REMOTE_USER (REMOTE_USER) and X_REMOTE_GROUP WSGI environment variables when enabled and supported Per-connection caching to reduce lookup cost
This commit is contained in:
parent
44317e00db
commit
ad149d3cf9
3 changed files with 16 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.11 2018/04/09 12:10:15 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2018/04/11 13:18:11 adam Exp $
|
||||
|
||||
DISTNAME= cheroot-6.1.2
|
||||
DISTNAME= cheroot-6.2.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cheroot/}
|
||||
|
@ -19,6 +19,11 @@ 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
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
.if "${PYPKGPREFIX}" == "py27"
|
||||
DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache
|
||||
.endif
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
do-test:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2018/04/09 12:10:15 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2018/04/11 13:18:11 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -39,6 +39,9 @@ ${PYSITELIB}/cheroot/test/helper.py
|
|||
${PYSITELIB}/cheroot/test/helper.pyc
|
||||
${PYSITELIB}/cheroot/test/helper.pyo
|
||||
${PYSITELIB}/cheroot/test/test.pem
|
||||
${PYSITELIB}/cheroot/test/test__compat.py
|
||||
${PYSITELIB}/cheroot/test/test__compat.pyc
|
||||
${PYSITELIB}/cheroot/test/test__compat.pyo
|
||||
${PYSITELIB}/cheroot/test/test_conn.py
|
||||
${PYSITELIB}/cheroot/test/test_conn.pyc
|
||||
${PYSITELIB}/cheroot/test/test_conn.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.9 2018/04/09 12:10:15 adam Exp $
|
||||
$NetBSD: distinfo,v 1.10 2018/04/11 13:18:11 adam Exp $
|
||||
|
||||
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
|
||||
SHA1 (cheroot-6.2.1.tar.gz) = efa6f83b72d7b88b40f7ba090a3353ef7af8f92e
|
||||
RMD160 (cheroot-6.2.1.tar.gz) = b3fb62fbbfc16b06df8a74be9a043675dc22f92b
|
||||
SHA512 (cheroot-6.2.1.tar.gz) = 4f8e97b835b4c12d72b51ce90bba52b0c5e2cac3382b34a34997fe6c58e660200ff1e163f7811810bdd5162c01e1b29e4a24d9d9e332cd636dfc38b9f9ce585d
|
||||
Size (cheroot-6.2.1.tar.gz) = 68067 bytes
|
||||
|
|
Loading…
Reference in a new issue