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:   kleink
Date:           Sun May 22 16:06:45 UTC 2022

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

Log Message:
py-flask-flatpages: Update to 0.8.1.

v0.8.1
------

Release Date: 2021-12-21

Bug Fixes

Small version bump to fix required Python versions

v0.8.0
------

Release Date: 2021-12-21

Prelude

This release includes three PRs. One adds a new attribute to the Page
class, one improves our documentation, and the third improves the
metadata parsing to make it consistent with other 'FlatPage' style
libraries, and less fussy for cases like no page metadata.

New Features {#Release Notes_v0.8.0_New Features}

Added Page.folder as a convencience attribute to the Page class.

Improved metadata parsing, documented above.

Upgrade Notes

This version adds a new method for parsing Metadata. While it passes
new and existing tests, there may still be bugs. As well as
reporting issues, you can use the FLATPAGES_LEGACY_META_PARSER
setting to revert to the old behaviour.
Bug Fixes

Resolves issue
59,
by updating our metadata parser.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-flask-flatpages/Makefile
cvs rdiff -u -r1.12 -r1.13 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.17 pkgsrc/www/py-flask-flatpages/Makefile:1.18
--- pkgsrc/www/py-flask-flatpages/Makefile:1.17 Fri Apr 29 11:56:45 2022
+++ pkgsrc/www/py-flask-flatpages/Makefile      Sun May 22 16:06:45 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2022/04/29 11:56:45 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/05/22 16:06:45 kleink Exp $
 
-DISTNAME=      Flask-FlatPages-0.7.3
+DISTNAME=      Flask-FlatPages-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-FlatPages/}
 
@@ -12,8 +11,8 @@ COMMENT=      Provides flat static pages to a
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-flask>1.0:../../www/py-flask
-DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
-DEPENDS+=      ${PYPKGPREFIX}-markdown-[0-9]*:../../textproc/py-markdown
+DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.10.2:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-markdown>=2.5:../../textproc/py-markdown
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-yaml>5.3.1:../../textproc/py-yaml

Index: pkgsrc/www/py-flask-flatpages/distinfo
diff -u pkgsrc/www/py-flask-flatpages/distinfo:1.12 pkgsrc/www/py-flask-flatpages/distinfo:1.13
--- pkgsrc/www/py-flask-flatpages/distinfo:1.12 Tue Oct 26 11:30:38 2021
+++ pkgsrc/www/py-flask-flatpages/distinfo      Sun May 22 16:06:45 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:30:38 nia Exp $
+$NetBSD: distinfo,v 1.13 2022/05/22 16:06:45 kleink Exp $
 
-BLAKE2s (Flask-FlatPages-0.7.3.tar.gz) = 39bffcd21bd6db227c8effba6de3448c53b453a4721d5c9f92c1a4638af39699
-SHA512 (Flask-FlatPages-0.7.3.tar.gz) = 9d75ba2ed2273aaff26beee203271e1b6e3fe41d7b319ee69d2337e8151582be85d95288bcfff7e7b4907b7824f9aa4bb2019f8050b137195e9ad5fae8291efa
-Size (Flask-FlatPages-0.7.3.tar.gz) = 18598 bytes
+BLAKE2s (Flask-FlatPages-0.8.1.tar.gz) = 2ae4e2a58a5f7023492fbc8fd47ed745774097358e7224ee3d4de5ff85a29722
+SHA512 (Flask-FlatPages-0.8.1.tar.gz) = b524b3c1c4be9f1190d6feee1571e1387d8a6f88b1f856f14752589c4841599719633771b9f5ac38d0a1b46f6eef369c6189834c11babb2d5f6bd06df76f251f
+Size (Flask-FlatPages-0.8.1.tar.gz) = 19927 bytes



Home | Main Index | Thread Index | Old Index