Changes 4.4.3:
Bug fixes The tornado.auth module has been updated for compatibility with a change to Facebook’s access_token endpoint.
This commit is contained in:
parent
e954811c52
commit
a9ccf049af
3 changed files with 16 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.20 2017/02/06 01:22:46 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2017/04/05 18:23:26 adam Exp $
|
||||
|
||||
DISTNAME= tornado-4.3
|
||||
DISTNAME= tornado-4.4.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tornado/}
|
||||
|
@ -11,7 +11,6 @@ COMMENT= Fast and non-blocking web framework
|
|||
LICENSE= apache-2.0
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-curl>=7.18.2:../../www/py-curl
|
||||
DEPENDS+= ${PYPKGPREFIX}-backports_abc>=0.4:../../devel/py-backports_abc
|
||||
|
||||
REPLACE_PYTHON+= setup.py
|
||||
REPLACE_PYTHON+= tornado/*.py
|
||||
|
@ -30,9 +29,10 @@ DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
|
|||
DEPENDS+= ${PYPKGPREFIX}-singledispatch>0:../../devel/py-singledispatch
|
||||
.endif
|
||||
.if "${PYPKGPREFIX}" != "py35" && "${PYPKGPREFIX}" != "py36"
|
||||
DEPENDS+= ${PYPKGPREFIX}-backports_abc>=0.4:../../devel/py-backports_abc
|
||||
PLIST.requires= yes
|
||||
.endif
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2015/12/23 12:43:50 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2017/04/05 18:23:26 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -146,6 +146,9 @@ ${PYSITELIB}/tornado/test/gen_test.pyc
|
|||
${PYSITELIB}/tornado/test/gen_test.pyo
|
||||
${PYSITELIB}/tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.mo
|
||||
${PYSITELIB}/tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.po
|
||||
${PYSITELIB}/tornado/test/http1connection_test.py
|
||||
${PYSITELIB}/tornado/test/http1connection_test.pyc
|
||||
${PYSITELIB}/tornado/test/http1connection_test.pyo
|
||||
${PYSITELIB}/tornado/test/httpclient_test.py
|
||||
${PYSITELIB}/tornado/test/httpclient_test.pyc
|
||||
${PYSITELIB}/tornado/test/httpclient_test.pyo
|
||||
|
@ -234,6 +237,9 @@ ${PYSITELIB}/tornado/test/web_test.pyo
|
|||
${PYSITELIB}/tornado/test/websocket_test.py
|
||||
${PYSITELIB}/tornado/test/websocket_test.pyc
|
||||
${PYSITELIB}/tornado/test/websocket_test.pyo
|
||||
${PYSITELIB}/tornado/test/windows_test.py
|
||||
${PYSITELIB}/tornado/test/windows_test.pyc
|
||||
${PYSITELIB}/tornado/test/windows_test.pyo
|
||||
${PYSITELIB}/tornado/test/wsgi_test.py
|
||||
${PYSITELIB}/tornado/test/wsgi_test.pyc
|
||||
${PYSITELIB}/tornado/test/wsgi_test.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.13 2015/11/08 05:10:28 wen Exp $
|
||||
$NetBSD: distinfo,v 1.14 2017/04/05 18:23:26 adam Exp $
|
||||
|
||||
SHA1 (tornado-4.3.tar.gz) = 42e5184bddf53c32ee7bb406e3d630e403a508c4
|
||||
RMD160 (tornado-4.3.tar.gz) = 994fbd51e116b73ece02bcd351ee670331e8e494
|
||||
SHA512 (tornado-4.3.tar.gz) = 4220ae67eb8bfbe112edead47f37308eca9a272df24f073a7e5d1a0d0e90fb9f8c74b48db0d78fd995463591924800ab5268d32bcacc497ba204f164bce438bc
|
||||
Size (tornado-4.3.tar.gz) = 450916 bytes
|
||||
SHA1 (tornado-4.4.3.tar.gz) = 5f2441f8277fb522b2e06919c064dd808ee0608e
|
||||
RMD160 (tornado-4.4.3.tar.gz) = 0f093dbeb5b7bd72e60db5e10b1414aabf827941
|
||||
SHA512 (tornado-4.4.3.tar.gz) = bcb20ff1b277d47ccd6efe4fd64de6949699fd50bdcb29439a9ddcc3aaa51abfaa0dd1b28710da99cabe8677c623bc23a4b637cf754ee5b6ae864708ce02ee19
|
||||
Size (tornado-4.4.3.tar.gz) = 463471 bytes
|
||||
|
|
Loading…
Reference in a new issue