From 18700365117a25d03fb7c5b4bc3cb1f6f0e3f575 Mon Sep 17 00:00:00 2001 From: Chris Fiege <chris@tinyhost.de> Date: Mon, 27 Jul 2020 21:17:47 +0200 Subject: [PATCH] flamingo: Version Bump Signed-off-by: Chris Fiege <chris@tinyhost.de> --- flamingo/REQUIREMENTS-deploy.txt | 2 +- flamingo/REQUIREMENTS-full.txt | 2 +- flamingo/plugins/rst_ffbs_box.py | 2 +- flamingo/settings.py | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flamingo/REQUIREMENTS-deploy.txt b/flamingo/REQUIREMENTS-deploy.txt index c3c268d..aea50d0 100644 --- a/flamingo/REQUIREMENTS-deploy.txt +++ b/flamingo/REQUIREMENTS-deploy.txt @@ -1,4 +1,4 @@ -flamingo[feeds] +flamingo[feeds]==1.3 beautifulsoup4==4.5.3 Pillow==4.3.0 ipython==6 diff --git a/flamingo/REQUIREMENTS-full.txt b/flamingo/REQUIREMENTS-full.txt index 0ef7d4e..4d30884 100644 --- a/flamingo/REQUIREMENTS-full.txt +++ b/flamingo/REQUIREMENTS-full.txt @@ -1,4 +1,4 @@ -git+git://github.com/pengutronix/flamingo@v1.0#egg=flamingo[full] +flamingo[full]==1.3 beautifulsoup4==4.5.3 Pillow==4.3.0 ipython==6 diff --git a/flamingo/plugins/rst_ffbs_box.py b/flamingo/plugins/rst_ffbs_box.py index 1dc38e9..324c043 100644 --- a/flamingo/plugins/rst_ffbs_box.py +++ b/flamingo/plugins/rst_ffbs_box.py @@ -1,7 +1,7 @@ from docutils.parsers.rst import directives from docutils.nodes import raw -from flamingo.plugins.rst.base import NestedDirective +from flamingo.plugins.rst import NestedDirective def ffbsbox(context): class Div(NestedDirective): diff --git a/flamingo/settings.py b/flamingo/settings.py index 1c61483..5df53c6 100644 --- a/flamingo/settings.py +++ b/flamingo/settings.py @@ -3,7 +3,6 @@ import os PLUGINS = [ 'flamingo.plugins.Redirects', 'flamingo.plugins.rstBootstrap3', - 'flamingo.plugins.rstFile', 'flamingo.plugins.rstPygments', 'plugins/title.py::Title', 'plugins/git.py::Git', -- GitLab