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

@@ -1,13 +0,0 @@
<services>
<service mode="disabled" name="tar_scm">
<param name="url">https://github.com/getpelican/pelican.git</param>
<param name="versionprefix">4.6.0+git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>

View File

@@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/getpelican/pelican.git</param>
<param name="changesrevision">332be6e5c8005f699a708568939d31dd85e9cffb</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90c7ee7722f3e51207021aaec6708f0071f4b0981414578facfa76861a0fdc16
size 498652

3
pelican-4.7.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e062d4fcc06637b90016fa93b554b1b19ac7ed75a43b1d90d41eaf2fc37ec5cf
size 1400801

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Oct 21 15:12:12 UTC 2021 - Sebastien CHAVAUX <seb95.scou@gmail.com>
- 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 <mcepl@suse.com>

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}