From: M. Taylor Saotome-Westlake Date: Tue, 9 Mar 2021 03:27:44 +0000 (-0800) Subject: also bump Markdown, Jinja2; setting format X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=commitdiff_plain;h=f998037b4cdfb82d658fa7a63a0b87c9bdf792cb;ds=sidebyside also bump Markdown, Jinja2; setting format Site is down after Pelican upgrade. From the error message, the StackOvermind (https://stackoverflow.com/a/57479744) suggests that the Markdown library needs a bump, too. (Um, should I be doing anything about all the other packages? I can see why people like even Pipenv, if the alternative is a flat requirements.txt ...) We also got a warning from nuPelican about %-formatting in one setting. --- diff --git a/publishconf.py b/publishconf.py index 738f1f3..c200297 100644 --- a/publishconf.py +++ b/publishconf.py @@ -16,7 +16,7 @@ RELATIVE_URLS = True FEED_DOMAIN = SITEURL FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' +CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' DELETE_OUTPUT_DIRECTORY = True diff --git a/requirements.txt b/requirements.txt index a02a874..35d7206 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ blinker==1.4 docutils==0.14 feedgenerator==1.9 html5lib==1.0.1 -Jinja2==2.11.1 -Markdown==2.6.9 +Jinja2==2.11.3 +Markdown==3.3.4 MarkupSafe==1.0 pelican==4.5.0 pkg-resources==0.0.0