pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan  2 14:23:32 UTC 2025

Modified Files:
        pkgsrc/www/py-flask-flatpages: Makefile distinfo

Log Message:
py-flask-flatpages: updated to 0.8.3

0.8.3

Deprecation Notes

In line with the Flask Extension Guidelines, this release
deprecates accessing the configured application instance via the
FlatPages instance.

In versions 0.9 and up, the .app property will instead wrap
flask.current_app, and thus raise a RuntimeError if it's accessed
without an Application Context pushed. Please see the Flask docs
for more details on managing this context

Bug Fixes

Correct a typo in the optional-dependencies block. The test suite
has also been updated to use the project dependencies directly
rather than a hardcoded list in the tox config.

Other Notes

This release includes explicit testing for Python 3.13, and drops
support for Python 3.6. As off November 2024, PyPI Stats reports no
installations on Python 3.6.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-flask-flatpages/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-flask-flatpages/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-flatpages/Makefile
diff -u pkgsrc/www/py-flask-flatpages/Makefile:1.21 pkgsrc/www/py-flask-flatpages/Makefile:1.22
--- pkgsrc/www/py-flask-flatpages/Makefile:1.21 Mon Nov 11 07:29:22 2024
+++ pkgsrc/www/py-flask-flatpages/Makefile      Thu Jan  2 14:23:32 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2024/11/11 07:29:22 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/01/02 14:23:32 adam Exp $
 
-DISTNAME=      Flask-FlatPages-0.8.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+DISTNAME=      flask_flatpages-0.8.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-FlatPages/}
 
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/SimonSapin/
 COMMENT=       Provides flat static pages to a Flask application
 LICENSE=       modified-bsd
 
+WHEEL_NAME=    ${DISTNAME:S/flask_flatpages/Flask_FlatPages/}
+
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-flask>1.0:../../www/py-flask
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.10.2:../../textproc/py-jinja2
@@ -20,8 +22,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-pygments-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "options.mk"
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/www/py-flask-flatpages/distinfo
diff -u pkgsrc/www/py-flask-flatpages/distinfo:1.14 pkgsrc/www/py-flask-flatpages/distinfo:1.15
--- pkgsrc/www/py-flask-flatpages/distinfo:1.14 Sat Jan 20 10:24:33 2024
+++ pkgsrc/www/py-flask-flatpages/distinfo      Thu Jan  2 14:23:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/01/20 10:24:33 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/01/02 14:23:32 adam Exp $
 
-BLAKE2s (Flask-FlatPages-0.8.2.tar.gz) = 7d8e4bc6be30ae23c5d4121bd11fa1450d5d5bb263d1ccb541df6c50249f984c
-SHA512 (Flask-FlatPages-0.8.2.tar.gz) = b46d32df54b08a91a5f0a8f9c311bb1d86a6f88270125f251c6b22d2c5c59ecf72c2cb52e9257d9ed2a3f64c324d087b7d2f93154ced832ff28837bc6c22a919
-Size (Flask-FlatPages-0.8.2.tar.gz) = 25744 bytes
+BLAKE2s (flask_flatpages-0.8.3.tar.gz) = def9acbcc12b643a17d147eff9e51cf4ed32fda432dac6b591c132e8ba88d2fe
+SHA512 (flask_flatpages-0.8.3.tar.gz) = f8662ed41b2a81f6e77e1c484bb738433ccc70736922201c4daf3a8a6ad785915d78b3f1bf4623b30c59736b519b4181aa3c828550826ee9830fe86aa685b6bc
+Size (flask_flatpages-0.8.3.tar.gz) = 26070 bytes



Home | Main Index | Thread Index | Old Index