also bump Markdown, Jinja2; setting format
authorM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Tue, 9 Mar 2021 03:27:44 +0000 (19:27 -0800)
committerM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Tue, 9 Mar 2021 03:30:02 +0000 (19:30 -0800)
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.

publishconf.py
requirements.txt

index 738f1f3..c200297 100644 (file)
@@ -16,7 +16,7 @@ RELATIVE_URLS = True
 
 FEED_DOMAIN = SITEURL
 FEED_ALL_ATOM = 'feeds/all.atom.xml'
 
 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
 
 
 DELETE_OUTPUT_DIRECTORY = True
 
index a02a874..35d7206 100644 (file)
@@ -2,8 +2,8 @@ blinker==1.4
 docutils==0.14
 feedgenerator==1.9
 html5lib==1.0.1
 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
 MarkupSafe==1.0
 pelican==4.5.0
 pkg-resources==0.0.0