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:           Sun Jan 11 10:09:23 UTC 2026

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

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

0.9.0

New Features

This release includes small improvements to developer experience
enabled by dropping support for earlier Python versions. This includes
type-hinting for most methods, with the exception of the renderer
functions.

Upgrade Notes

Move metadata parsing logic to new parsers package. This change only
impacts a private API, and paves the way to adding new metadata
parsers in the future such as TOML.

Deprecation Notes

This release drops support for Python <3.8; as well as these versions
being EoL for at least 2 years, they also represent minimal fractions
of usage according to PyPI stats (e.g. <0.25% of downloads were from
Python 2.7). v0.8.3 will remain available for those unable to upgrade
in the short term.

Other Notes

Removing access to the app instance via FlatPages.app will be
delayed to a future release. The warning remains in place, to
encourage users to update their code to avoid this pattern.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-flask-flatpages/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-flask-flatpages/PLIST
cvs rdiff -u -r1.15 -r1.16 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.26 pkgsrc/www/py-flask-flatpages/Makefile:1.27
--- pkgsrc/www/py-flask-flatpages/Makefile:1.26 Thu Oct  9 07:58:09 2025
+++ pkgsrc/www/py-flask-flatpages/Makefile      Sun Jan 11 10:09:23 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2025/10/09 07:58:09 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2026/01/11 10:09:23 adam Exp $
 
-DISTNAME=      flask_flatpages-0.8.3
+DISTNAME=      flask_flatpages-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-FlatPages/}
 
@@ -15,7 +14,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-flask>1.0:../../www/py-flask
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.10.2:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-markdown>=2.5:../../textproc/py-markdown
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-yaml>5.3.1:../../textproc/py-yaml
 TEST_DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 

Index: pkgsrc/www/py-flask-flatpages/PLIST
diff -u pkgsrc/www/py-flask-flatpages/PLIST:1.6 pkgsrc/www/py-flask-flatpages/PLIST:1.7
--- pkgsrc/www/py-flask-flatpages/PLIST:1.6     Mon Apr 14 18:56:06 2025
+++ pkgsrc/www/py-flask-flatpages/PLIST Sun Jan 11 10:09:23 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/14 18:56:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/01/11 10:09:23 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -16,6 +16,12 @@ ${PYSITELIB}/flask_flatpages/imports.pyo
 ${PYSITELIB}/flask_flatpages/page.py
 ${PYSITELIB}/flask_flatpages/page.pyc
 ${PYSITELIB}/flask_flatpages/page.pyo
+${PYSITELIB}/flask_flatpages/parsers/__init__.py
+${PYSITELIB}/flask_flatpages/parsers/__init__.pyc
+${PYSITELIB}/flask_flatpages/parsers/__init__.pyo
+${PYSITELIB}/flask_flatpages/parsers/yaml.py
+${PYSITELIB}/flask_flatpages/parsers/yaml.pyc
+${PYSITELIB}/flask_flatpages/parsers/yaml.pyo
 ${PYSITELIB}/flask_flatpages/utils.py
 ${PYSITELIB}/flask_flatpages/utils.pyc
 ${PYSITELIB}/flask_flatpages/utils.pyo

Index: pkgsrc/www/py-flask-flatpages/distinfo
diff -u pkgsrc/www/py-flask-flatpages/distinfo:1.15 pkgsrc/www/py-flask-flatpages/distinfo:1.16
--- pkgsrc/www/py-flask-flatpages/distinfo:1.15 Thu Jan  2 14:23:32 2025
+++ pkgsrc/www/py-flask-flatpages/distinfo      Sun Jan 11 10:09:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/01/02 14:23:32 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/01/11 10:09:23 adam Exp $
 
-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
+BLAKE2s (flask_flatpages-0.9.0.tar.gz) = 14a32f9a81b55e737067903488f840b4a251891a71ebe2a8f9e61279a385a0a4
+SHA512 (flask_flatpages-0.9.0.tar.gz) = 058566c0aafbd0621835225f40d8ae02a3fba72485cd3706aac9ee2e3eb10186e9f595d28eca47dacc18014c528f103950cec1c220497d9bdaa887d0210f8f01
+Size (flask_flatpages-0.9.0.tar.gz) = 25183 bytes



Home | Main Index | Thread Index | Old Index