diff --git a/_service b/_service
deleted file mode 100644
index f4ccaa9..0000000
--- a/_service
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
- https://github.com/getpelican/pelican.git
- 4.6.0+git
- git
- enable
-
-
- *.tar
- xz
-
-
-
diff --git a/_servicedata b/_servicedata
deleted file mode 100644
index a1e7180..0000000
--- a/_servicedata
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- https://github.com/getpelican/pelican.git
- 332be6e5c8005f699a708568939d31dd85e9cffb
\ No newline at end of file
diff --git a/pelican-4.6.0+git.1626161722.332be6e5.tar.xz b/pelican-4.6.0+git.1626161722.332be6e5.tar.xz
deleted file mode 100644
index 28cdb22..0000000
--- a/pelican-4.6.0+git.1626161722.332be6e5.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:90c7ee7722f3e51207021aaec6708f0071f4b0981414578facfa76861a0fdc16
-size 498652
diff --git a/pelican-4.7.0.tar.gz b/pelican-4.7.0.tar.gz
new file mode 100644
index 0000000..60c2a55
--- /dev/null
+++ b/pelican-4.7.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e062d4fcc06637b90016fa93b554b1b19ac7ed75a43b1d90d41eaf2fc37ec5cf
+size 1400801
diff --git a/python-pelican.changes b/python-pelican.changes
index a7c006a..a5a53e0 100644
--- a/python-pelican.changes
+++ b/python-pelican.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Thu Oct 21 15:12:12 UTC 2021 - Sebastien CHAVAUX
+
+- Update to version 4.7.0:
+ * Improve default theme rendering on mobile and other small screen devices
+ (#2914)
+ * Add support for hidden articles (#2866)
+ * Improve word count behavior when generating summary CJK & other
+ locales (#2864)
+ * Add progress spinner during generation (#2869) and richer logging
+ (#2897), both via Rich
+ * Invoke tasks serve and livereload now auto-open a web browser
+ pointing to the locally-served web site (#2764)
+ * Support some date format codes used by ISO dates (#2902)
+ * Document how to add a new writer (#2901)
+
-------------------------------------------------------------------
Tue Aug 10 21:11:00 UTC 2021 - Matej Cepl
diff --git a/python-pelican.spec b/python-pelican.spec
index 8819ebb..5291307 100644
--- a/python-pelican.spec
+++ b/python-pelican.spec
@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pelican
-Version: 4.6.0+git.1626161722.332be6e5
+Version: 4.7.0
Release: 0
Summary: A tool to generate a static blog from reStructuredText or Markdown input files
License: AGPL-3.0-only
@@ -27,7 +27,7 @@ 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: pelican-%{version}.tar.xz
+Source: pelican-%{version}.tar.gz
BuildRequires: %{python_module Jinja2 >= 2.11}
BuildRequires: %{python_module Markdown >= 3.1.1}
BuildRequires: %{python_module Pygments}