You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/05/11 22:25:40 UTC

[solr-site] 02/02: Fix bugs that made pelican site not build

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit 647b7dba0784150656ffc2802125ae759ae5b3b5
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu May 12 00:25:24 2022 +0200

    Fix bugs that made pelican site not build
---
 pelicanconf.py   | 2 +-
 requirements.txt | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 840ad2d2d..d2e9f577f 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -11,7 +11,7 @@ SITEURL = ''
 CURRENTYEAR = date.today().year
 
 SOLR_LATEST_RELEASE = '9.0.0'
-SOLR_LATEST_RELEASE_DATE = datetime(2022, 05, 12)
+SOLR_LATEST_RELEASE_DATE = datetime(2022, 5, 12)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.1'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.5.1'
diff --git a/requirements.txt b/requirements.txt
index 0f26cf292..587624dff 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,3 +9,6 @@ beautifulsoup4>=4.9.3
 # Dev tools
 invoke>=1.5.0
 livereload>=2.6.3
+
+# Patch for bug https://github.com/pallets/markupsafe/issues/284
+markupsafe==2.0.1