pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-debugtoolbar



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan 20 10:29:17 UTC 2024

Modified Files:
        pkgsrc/www/py-flask-debugtoolbar: Makefile PLIST distinfo

Log Message:
py-flask-debugtoolbar: updated to 0.14.1

0.14.1
Add the missing install requirement packaging

0.14.0
Submodule to use https protocol after unencrypted git proto deprecated
Add ARIA role to toolbar for accessibility improvement
Permit scrolling for content panels
Expand HTTP codes on which the toolbar will be displayed
docs: Fix a few typos
Fixed scrollbar issues
Replace deprecated threading.currentThread with threading.current_thread
updated to work with flask 2.2+
Flask-SQLAlchemy 3 compatibility
Fix outdated docs links
Point at new location of django-debug-toolbar
Fix Flask SQLAlchemy quickstart link
Point URLs at pallets-eco/flask-debugtoolbar
fix: migrate from deprecated flask.Markup to markupsafe.Markup
fix: use urllib.parse.quote_plus and drop werkzeug.urls.url_quote_plus
fix: drop response.charset because charset deprecated
Set up GitHub actions to replace Travis
No need to specify custom default value if key not found
Remove deprecated charset property from process_response content crafting
Fix tox and GitHub actions settings
Remove the use of before_first_request
Fix lint issues and lint config
Fix the test for basic app
Use standard Python gitignore file
Drop CHANGES.rst in favor of GitHub Releases


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-flask-debugtoolbar/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-flask-debugtoolbar/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-flask-debugtoolbar/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-flask-debugtoolbar/Makefile
diff -u pkgsrc/www/py-flask-debugtoolbar/Makefile:1.9 pkgsrc/www/py-flask-debugtoolbar/Makefile:1.10
--- pkgsrc/www/py-flask-debugtoolbar/Makefile:1.9       Fri Apr 29 11:56:45 2022
+++ pkgsrc/www/py-flask-debugtoolbar/Makefile   Sat Jan 20 10:29:17 2024
@@ -1,19 +1,22 @@
-# $NetBSD: Makefile,v 1.9 2022/04/29 11:56:45 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/01/20 10:29:17 adam Exp $
 
-DISTNAME=      Flask-DebugToolbar-0.10.1
+DISTNAME=      Flask-DebugToolbar-0.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    python www
+CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-DebugToolbar/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://flask-debugtoolbar.rtfd.org/
+HOMEPAGE=      https://flask-debugtoolbar.readthedocs.io/
 COMMENT=       Port of the Django debug toolbar to Flask
 LICENSE=       apache-2.0 AND gnu-gpl-v3 AND gnu-lgpl-v2.1 AND mit AND modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-flask>0.8:../../www/py-flask
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-blinker-[0-9]*:../../devel/py-blinker
+DEPENDS+=      ${PYPKGPREFIX}-flask>=0.8:../../www/py-flask
 DEPENDS+=      ${PYPKGPREFIX}-itsdangerous-[0-9]*:../../security/py-itsdangerous
+DEPENDS+=      ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
+DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
 
 USE_LANGUAGES= # none
@@ -26,5 +29,5 @@ post-install:
        ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/flask_debugtoolbar/static/img/tick-red.png
        ${CHMOD} -x ${DESTDIR}${PREFIX}/${PYSITELIB}/flask_debugtoolbar/static/img/tick.png
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-flask-debugtoolbar/PLIST
diff -u pkgsrc/www/py-flask-debugtoolbar/PLIST:1.3 pkgsrc/www/py-flask-debugtoolbar/PLIST:1.4
--- pkgsrc/www/py-flask-debugtoolbar/PLIST:1.3  Mon Jun 10 08:58:40 2019
+++ pkgsrc/www/py-flask-debugtoolbar/PLIST      Sat Jan 20 10:29:17 2024
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2019/06/10 08:58:40 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2024/01/20 10:29:17 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/flask_debugtoolbar/__init__.py
 ${PYSITELIB}/flask_debugtoolbar/__init__.pyc
 ${PYSITELIB}/flask_debugtoolbar/__init__.pyo
@@ -17,6 +16,9 @@ ${PYSITELIB}/flask_debugtoolbar/panels/_
 ${PYSITELIB}/flask_debugtoolbar/panels/config_vars.py
 ${PYSITELIB}/flask_debugtoolbar/panels/config_vars.pyc
 ${PYSITELIB}/flask_debugtoolbar/panels/config_vars.pyo
+${PYSITELIB}/flask_debugtoolbar/panels/g.py
+${PYSITELIB}/flask_debugtoolbar/panels/g.pyc
+${PYSITELIB}/flask_debugtoolbar/panels/g.pyo
 ${PYSITELIB}/flask_debugtoolbar/panels/headers.py
 ${PYSITELIB}/flask_debugtoolbar/panels/headers.pyc
 ${PYSITELIB}/flask_debugtoolbar/panels/headers.pyo
@@ -192,6 +194,7 @@ ${PYSITELIB}/flask_debugtoolbar/static/j
 ${PYSITELIB}/flask_debugtoolbar/static/js/toolbar.js
 ${PYSITELIB}/flask_debugtoolbar/templates/base.html
 ${PYSITELIB}/flask_debugtoolbar/templates/panels/config_vars.html
+${PYSITELIB}/flask_debugtoolbar/templates/panels/g.html
 ${PYSITELIB}/flask_debugtoolbar/templates/panels/headers.html
 ${PYSITELIB}/flask_debugtoolbar/templates/panels/logger.html
 ${PYSITELIB}/flask_debugtoolbar/templates/panels/profiler.html

Index: pkgsrc/www/py-flask-debugtoolbar/distinfo
diff -u pkgsrc/www/py-flask-debugtoolbar/distinfo:1.6 pkgsrc/www/py-flask-debugtoolbar/distinfo:1.7
--- pkgsrc/www/py-flask-debugtoolbar/distinfo:1.6       Tue Oct 26 11:30:38 2021
+++ pkgsrc/www/py-flask-debugtoolbar/distinfo   Sat Jan 20 10:29:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:30:38 nia Exp $
+$NetBSD: distinfo,v 1.7 2024/01/20 10:29:17 adam Exp $
 
-BLAKE2s (Flask-DebugToolbar-0.10.1.tar.gz) = 2107a0747c18ecd3f45684e9d97b6c6bbeb0091f32974a240369d157f2192e3e
-SHA512 (Flask-DebugToolbar-0.10.1.tar.gz) = a9c6a6825c73111f69bf9f98c302fe6002b5720fcc76fa6391efb6e1016fbd3aeadc8c05142b7cfb7aae7438fa4af8b008d0114601cc5b967c9b869931b89da6
-Size (Flask-DebugToolbar-0.10.1.tar.gz) = 252937 bytes
+BLAKE2s (Flask-DebugToolbar-0.14.1.tar.gz) = 21b2762869068ce97f37124f2c9df376f2e55efad405987f7c658966fe9af3df
+SHA512 (Flask-DebugToolbar-0.14.1.tar.gz) = ff06e75c30b0ed97968d400b43cc92a87150c7d8e1bbf604401ae91c46d6f33716e0234b45321372c76470e0caf6e7a23dc51967841895b959c9e4f332c62213
+Size (Flask-DebugToolbar-0.14.1.tar.gz) = 260432 bytes



Home | Main Index | Thread Index | Old Index