CVS log for pkgsrc/www/py-flask-flatpages/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / www / py-flask-flatpages
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:29:22 2024 UTC (4 weeks, 1 day ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jan 20 10:24:33 2024 UTC (10 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +7 -7
lines
py-flask-flatpages: updated to 0.8.2
v0.8.2
This is a maintenance release to give some much-needed TLC to the
project. It primarily address operational issues like docs, testing,
supported python versions, and packaging with setuptools.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:42:50 2023 UTC (18 months ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun May 22 16:06:45 2022 UTC (2 years, 6 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -5
lines
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.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:56:45 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -6
lines
*: mark py-flask dependencies as not-for-python-2.x
I'll update py-flask soon; the current pkgsrc of py-flask version
is broken and all newer versions do not support python 2.x
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Apr 19 12:11:10 2022 UTC (2 years, 7 months ago) by tnn
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -4
lines
py-flask-flatpages: use versioned dependencies for jinja2
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:26 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Dec 20 21:54:59 2021 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
py-flask-flatpages: fix suspected typo
kygments -> pygments
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Nov 1 21:05:56 2021 UTC (3 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -3
lines
*: convert py-markdown users to versioned_dependencies.mk
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun May 2 11:16:49 2021 UTC (3 years, 7 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -3
lines
py-flask-flatpages: Update to 0.7.3.
0.7.3
-----
prelude: >
Small release to remove support for older Python versions, and to do some
housekeeping on the project repository and contributor experience.
Changes include:
+ Moving CI from Travis to Github Actions
This decision was made following Travis CIs recent change in policies
around open source projects.
+ Moving to Github Actions gave us the ability to define slightly more
granular workflows, which give more insight into why tests failed and put
CI results directly in Github.
+ ``Tox`` as a single entrypoint for all main developer tasks, specifically
linting, testing and building docs.
+ Updated contribution guidelines
deprecations:
- |
This release drops support for Python versions 3.4 and 3.5. Support for
python 3.4 was dropped from Pip in July 2019, and support for 3.5 in
January of this year. According to `PyPI Stats
<https://pypistats.org/packages/flask-flatpages>`_. these versions
account for a handful of downloads a month. Version 0.7.2 has
identical funcitonality to this release and will still work for these
versons.
fixes:
- |
This release resolves issue `# 79
<https://github.com/Flask-Flatpages/Flask-Flatpages/issues/79>`_.
by correcting an inconsistent parameter name in the documentation.
- |
Building on the fix to Issue `# 77
<https://github.com/Flask-FlatPages/Flask-FlatPages/issues/77>`_, we
replace the custom compact module with ``six``.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Apr 6 15:22:38 2021 UTC (3 years, 8 months ago) by adam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -2
lines
use versioned py-pygemnts
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun May 17 09:39:27 2020 UTC (4 years, 6 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2
lines
py-flask-flatpages: Build requires py-test-runner.
Missed in 0.7.2 update, caught by bulk build.
Also add py-pygments to test dependencies, and depend on py-flask>1.0
instead of >=1.0 (per setup.cfg). The latter does not imply a dependency
change within pkgsrc, as py-flask had been >1.0 for 1+ year when this
was actually introduced at py-flask-flatpages 0.7.1.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue May 12 10:49:35 2020 UTC (4 years, 7 months ago) by kleink
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -4
lines
py-flask-flatpages: Update to 0.7.2.
"This is a small release to fix a bug that occurs when users don't
have Pygments installed."
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun May 19 08:05:47 2019 UTC (5 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -4
lines
py-flask-flatpages: updated to 0.7.1
Flask-Flatpages v0.7.1
This release updates the dependencies to resolve some severe security alerts! Please update as soon as possible
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Nov 16 14:56:27 2018 UTC (6 years ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5
lines
py-flask-flatpages: Update to 0.7.0.
Version 0.7.0
~~~~~~~~~~~~~
* Update to Markdown 3.0 with new extension loading syntax.
* Added `FLATPAGES_EXTENSION_CONFIGS` for configuring extensions
specified by import string.
* Add support for loading pages from Flask instance folder
* Add a case insensitive loading option
Version 0.6.1
~~~~~~~~~~~~~
* Update dependencies to `Flask>=1.0` (as Flask 0.12.1 has known
vulnerabilities).
* Pin `Markdown<=3.0` as the Markdown extension API has changed.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jun 8 17:43:45 2016 UTC (8 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Switch to MASTER_SITES_PYPI.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Mar 2 13:37:17 2015 UTC (9 years, 9 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Update py-flask-flatpages to 0.6.
Version 0.6
~~~~~~~~~~~
Released on 2015-02-09
* Python 3 support.
* Allow multiple file extensions for FlatPages.
* The renderer function now optionally takes a third argument, namely
the :class:`Page` instance.
* It is now possible to instantiate multiple instances of :class:`FlatPages`
with different configurations. This is done by specifying an additional
parameter ``name`` to the initializer and adding the same name in uppercase
to the respective Flask configuration settings.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 31 13:57:32 2014 UTC (9 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2
lines
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 4 18:20:35 2013 UTC (11 years, 8 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Update py-flask-flatpages to 0.5.
Version 0.5
~~~~~~~~~~
Released on 2013-04-01
* Change behavior of passing ``FLATPAGES_MARKDOWN_EXTENSIONS`` to
renderer function, now whole :class:`FlatPages` instance passed as
second argument, this helps user provide more robust renderer
functions.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 1 16:52:47 2013 UTC (11 years, 8 months ago) by kleink
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Update py-flask-flatpages to 0.4.
Version 0.4
~~~~~~~~~~~
Released on 2013-04-01
* Add ``FLATPAGES_MARKDOWN_EXTENSIONS`` config to setup list of Markdown
extensions to use with default HTML renderer.
* Fix a bug with non-ASCII filenames.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 8 18:55:54 2013 UTC (11 years, 11 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Import Flask-FlatPages-0.3 as www/py-flask-flatpages.
Flask-FlatPages provides a collections of pages to your Flask
application. Pages are built from "flat" text files as opposed to
a relational database.
CVSweb <webmaster@jp.NetBSD.org>