From 63c6acde25b76f7cafd99fca1fb98b4f1213e8ddde1f3e446d1ede4ab99443d1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 22 Oct 2021 12:33:31 +0000 Subject: [PATCH] Accepting request 926804 from home:seb95passionlinux:branches:devel:languages:python - 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) OBS-URL: https://build.opensuse.org/request/show/926804 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=38 --- _service | 13 ------------- _servicedata | 4 ---- pelican-4.6.0+git.1626161722.332be6e5.tar.xz | 3 --- pelican-4.7.0.tar.gz | 3 +++ python-pelican.changes | 16 ++++++++++++++++ python-pelican.spec | 4 ++-- 6 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 _service delete mode 100644 _servicedata delete mode 100644 pelican-4.6.0+git.1626161722.332be6e5.tar.xz create mode 100644 pelican-4.7.0.tar.gz 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}