diff --git a/4.5.4.tar.gz b/4.5.4.tar.gz
deleted file mode 100644
index 9b1043b..0000000
--- a/4.5.4.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fd8a09b17ee6a0619d5194b15694b8d0181aca434ddfc1af4ba364d55a3016d5
-size 1398223
diff --git a/_service b/_service
new file mode 100644
index 0000000..9858a91
--- /dev/null
+++ b/_service
@@ -0,0 +1,13 @@
+
+
+ https://github.com/getpelican/pelican.git
+ 4.5.4+git
+ git
+ enable
+
+
+ *.tar
+ xz
+
+
+
diff --git a/_servicedata b/_servicedata
new file mode 100644
index 0000000..a6266e5
--- /dev/null
+++ b/_servicedata
@@ -0,0 +1,4 @@
+
+
+ https://github.com/getpelican/pelican.git
+ 8bb5f1b786b6f2b22d1dc4501796d6df9a658a05
\ No newline at end of file
diff --git a/pelican-4.5.4+git.1610713159.8bb5f1b7.tar.xz b/pelican-4.5.4+git.1610713159.8bb5f1b7.tar.xz
new file mode 100644
index 0000000..743e329
--- /dev/null
+++ b/pelican-4.5.4+git.1610713159.8bb5f1b7.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bee402b9e7a98bfe4bd5633fc3442d6e57649596a8590d4c96c5a8dd9bab7daa
+size 497528
diff --git a/python-pelican.changes b/python-pelican.changes
index b342e3e..f320e0b 100644
--- a/python-pelican.changes
+++ b/python-pelican.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Fri Jan 29 21:51:25 UTC 2021 - mcepl@suse.com
+
+- Update to version 4.5.4+git.1610713159.8bb5f1b7:
+ * Drop unsupported Python 3.5 from test matrix
+ * Allow latest Python-Markdown to be installed
+ * Adjust functional test output for Pygments 2.7.x
+ * Allow latest Pygments to be installed
+ * Match test output line endings with current rendering
+ * Support last page pattern in PAGINATION_PATTERNS
+ * Add FAQ re: Atom full-post vs. summary-only feeds
+ * Release Pelican 4.5.4
+ * Fix typo in the FAQ: steamline --> streamline.
+ * add "http://" prefix to ip+port
+
-------------------------------------------------------------------
Mon Jan 4 19:26:43 UTC 2021 - BenoƮt Monin
diff --git a/python-pelican.spec b/python-pelican.spec
index 871b5a5..b153f3b 100644
--- a/python-pelican.spec
+++ b/python-pelican.spec
@@ -19,14 +19,15 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pelican
-Version: 4.5.4
+Version: 4.5.4+git.1610713159.8bb5f1b7
Release: 0
Summary: A tool to generate a static blog from reStructuredText or Markdown input files
License: AGPL-3.0-only
Group: Development/Languages/Python
URL: https://getpelican.com/
# Use the source instead of the pypi release for the tests
-Source: https://github.com/getpelican/pelican/archive/%{version}.tar.gz
+# Source: https://github.com/getpelican/pelican/archive/%%{version}.tar.gz
+Source: pelican-%{version}.tar.xz
BuildRequires: %{python_module Jinja2 >= 2.11}
BuildRequires: %{python_module Markdown >= 3.1.1}
BuildRequires: %{python_module Pygments}
@@ -54,7 +55,7 @@ Requires: python-feedgenerator >= 1.9
Requires: python-python-dateutil
Requires: python-pytz >= 0a
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
Suggests: asciidoc
Suggests: python-Markdown >= 3.1.1
Suggests: python-typogrify
@@ -83,7 +84,7 @@ Pelican currently supports:
* Integration with external tools: Twitter, Google Analytics, etc. (optional)
%prep
-%setup -q -n pelican-%{version}
+%autosetup -p1 -n pelican-%{version}
# remove useless shebang
sed -i '1d' \
@@ -125,6 +126,6 @@ export LC_ALL=C.utf8
%python_alternative %{_bindir}/pelican-quickstart
%python_alternative %{_bindir}/pelican-themes
%{python_sitelib}/pelican
-%{python_sitelib}/pelican-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/pelican-*.egg-info
%changelog