pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www py-werkzeug: updated to 0.15.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65e196dc8e1f
branches:  trunk
changeset: 334326:65e196dc8e1f
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 23 12:00:48 2019 +0000

description:
py-werkzeug: updated to 0.15.4

Version 0.15.4
-   Fix a SyntaxError on Python 2.7.5. (:issue:1544)

Version 0.15.3
-   Properly handle multi-line header folding in development server in
    Python 2.7. (:issue:1080)
-   Restore the response argument to :exc:~exceptions.Unauthorized.
    (:pr:1527)
-   :exc:~exceptions.Unauthorized doesn't add the WWW-Authenticate
    header if www_authenticate is not given. (:issue:1516)
-   The default URL converter correctly encodes bytes to string rather
    than representing them with b''. (:issue:1502)
-   Fix the filename format string in
    :class:~middleware.profiler.ProfilerMiddleware to correctly handle
    float values. (:issue:1511)
-   Update :class:~middleware.lint.LintMiddleware to work on Python 3.
    (:issue:1510)
-   The debugger detects cycles in chained exceptions and does not time
    out in that case. (:issue:1536)
-   When running the development server in Docker, the debugger security
    pin is now unique per container.

diffstat:

 www/py-werkzeug-docs/Makefile   |  12 ++++++------
 www/py-werkzeug/Makefile        |   4 ++--
 www/py-werkzeug/Makefile.common |   4 ++--
 www/py-werkzeug/distinfo        |  10 +++++-----
 4 files changed, 15 insertions(+), 15 deletions(-)

diffs (81 lines):

diff -r 254c831cfda3 -r 65e196dc8e1f www/py-werkzeug-docs/Makefile
--- a/www/py-werkzeug-docs/Makefile     Thu May 23 10:55:19 2019 +0000
+++ b/www/py-werkzeug-docs/Makefile     Thu May 23 12:00:48 2019 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2019/04/24 16:05:43 adam Exp $
+# $NetBSD: Makefile,v 1.11 2019/05/23 12:00:48 adam Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-werkzeug-docs-${DISTNAME:C/[^-]*-//}
 COMMENT=       Python WSGI Utility Library (HTML documentation)
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-pallets-sphinx-themes-[0-9]*:../../textproc/py-pallets-sphinx-themes
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx-issues-[0-9]*:../../textproc/py-sphinx-issues
 
 USE_TOOLS+=    gmake
@@ -20,14 +21,13 @@
 .include "../../www/py-werkzeug/Makefile.common"
 
 do-install:
-       cd ${WRKSRC}/docs/_build/html \
-           && pax -rwppm . ${DESTDIR}${PREFIX}/${DOCDIR}/html
+       cd ${WRKSRC}/docs/_build/html && \
+               ${PAX} -rwppm . ${DESTDIR}${PREFIX}/${DOCDIR}/html
        ${RM} -f ${DESTDIR}${PREFIX}/${DOCDIR}/html/.buildinfo
-       cd ${DESTDIR}${PREFIX} \
-           && ${FIND} ${DOCDIR}/html -type f -print > ${WRKDIR}/PLIST
+       cd ${DESTDIR}${PREFIX} && \
+               ${FIND} ${DOCDIR}/html -type f -print > ${WRKDIR}/PLIST
 
 PYTHON_FOR_BUILD_ONLY= yes
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
 
 MAKE_FLAGS+=   SPHINXBUILD=${PREFIX}/bin/sphinx-build${PYVERSSUFFIX}
 
diff -r 254c831cfda3 -r 65e196dc8e1f www/py-werkzeug/Makefile
--- a/www/py-werkzeug/Makefile  Thu May 23 10:55:19 2019 +0000
+++ b/www/py-werkzeug/Makefile  Thu May 23 12:00:48 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/04/18 07:37:33 adam Exp $
+# $NetBSD: Makefile,v 1.15 2019/05/23 12:00:48 adam Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 
@@ -30,7 +30,7 @@
        ${CHMOD} ${SHAREMODE} \
            ${DESTDIR}${PREFIX}/${PYSITELIB}/werkzeug/debug/shared/${i}
 .endfor
-       cd ${WRKSRC}/examples && pax -rwppm . ${DESTDIR}${PREFIX}/${EGDIR}
+       cd ${WRKSRC}/examples && ${PAX} -rwppm . ${DESTDIR}${PREFIX}/${EGDIR}
 .for i in manage-coolmagic.py manage-couchy.py manage-cupoftee.py \
     manage-i18nurls.py manage-plnt.py manage-shorty.py manage-simplewiki.py \
     manage-webpylike.py
diff -r 254c831cfda3 -r 65e196dc8e1f www/py-werkzeug/Makefile.common
--- a/www/py-werkzeug/Makefile.common   Thu May 23 10:55:19 2019 +0000
+++ b/www/py-werkzeug/Makefile.common   Thu May 23 12:00:48 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.20 2019/04/24 16:05:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.21 2019/05/23 12:00:48 adam Exp $
 # used by www/py-werkzeug/Makefile
 # used by www/py-werkzeug-docs/Makefile
 
-DISTNAME=      Werkzeug-0.15.2
+DISTNAME=      Werkzeug-0.15.4
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Werkzeug/}
 
diff -r 254c831cfda3 -r 65e196dc8e1f www/py-werkzeug/distinfo
--- a/www/py-werkzeug/distinfo  Thu May 23 10:55:19 2019 +0000
+++ b/www/py-werkzeug/distinfo  Thu May 23 12:00:48 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2019/04/24 16:05:43 adam Exp $
+$NetBSD: distinfo,v 1.20 2019/05/23 12:00:48 adam Exp $
 
-SHA1 (Werkzeug-0.15.2.tar.gz) = 1b99c679ce5960c70f7bdef36ac935e36d0803d2
-RMD160 (Werkzeug-0.15.2.tar.gz) = c02d42a95fe3706b74d09b97c504c774cef862d0
-SHA512 (Werkzeug-0.15.2.tar.gz) = eb5decc762dc0d3554067768337fa8a0898ff82019a241d59ae4bfce7ae0ac703798a2f0aefc95c12e0fb6f7bd229a61c80bbcd90bb6d511d774629583fea75b
-Size (Werkzeug-0.15.2.tar.gz) = 925108 bytes
+SHA1 (Werkzeug-0.15.4.tar.gz) = 361e014a1a2ec55a62921ba8f119b345e9aa61ec
+RMD160 (Werkzeug-0.15.4.tar.gz) = 46ff02cb0d331c1d006fd43c98129a2556feb659
+SHA512 (Werkzeug-0.15.4.tar.gz) = b27b313cb29128ad1a1d0b04be7d1b29eacd4fb8280757510ce662b4f8743e7311966f7fb170531bd5dcb9668e9c6672f0cc0cf53bb4af3ec7328312a88b53ab
+Size (Werkzeug-0.15.4.tar.gz) = 925334 bytes



Home | Main Index | Thread Index | Old Index