14
0

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
This commit is contained in:
2021-10-22 12:33:31 +00:00
committed by Git OBS Bridge
parent 5353002b53
commit 63c6acde25
6 changed files with 21 additions and 22 deletions

View File

@@ -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}