pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-flask-flatpages py-flask-flatpages: Update to 0...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f85531d090af
branches: trunk
changeset: 379728:f85531d090af
user: kleink <kleink%pkgsrc.org@localhost>
date: Sun May 22 16:06:45 2022 +0000
description:
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.
diffstat:
www/py-flask-flatpages/Makefile | 9 ++++-----
www/py-flask-flatpages/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (38 lines):
diff -r 2922d9dde498 -r f85531d090af www/py-flask-flatpages/Makefile
--- a/www/py-flask-flatpages/Makefile Sun May 22 15:43:58 2022 +0000
+++ b/www/py-flask-flatpages/Makefile Sun May 22 16:06:45 2022 +0000
@@ -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 @@
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
diff -r 2922d9dde498 -r f85531d090af www/py-flask-flatpages/distinfo
--- a/www/py-flask-flatpages/distinfo Sun May 22 15:43:58 2022 +0000
+++ b/www/py-flask-flatpages/distinfo Sun May 22 16:06:45 2022 +0000
@@ -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