14
0

Accepting request 927208 from home:seb95passionlinux:devel:languages:python

- Update to version 4.7.1:
  * Extend rich logging to server component (#2927)
  * Fix an issue where metadata flagged to be discarded was being cached (#2926)
  * Adjust suffix in server to allow redirection when needed (#2931)
  * Add MIME types for web fonts (#2929)
  * Distribute sample data used to run tests (#2935)
  * Add Python 3.10 to test matrix

OBS-URL: https://build.opensuse.org/request/show/927208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=39
This commit is contained in:
2021-10-25 19:43:35 +00:00
committed by Git OBS Bridge
parent 63c6acde25
commit ba2b2c4af3
4 changed files with 15 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Oct 24 18:30:43 UTC 2021 - Sebastien CHAVAUX <seb95.scou@gmail.com>
- Update to version 4.7.1:
* Extend rich logging to server component (#2927)
* Fix an issue where metadata flagged to be discarded was being cached (#2926)
* Adjust suffix in server to allow redirection when needed (#2931)
* Add MIME types for web fonts (#2929)
* Distribute sample data used to run tests (#2935)
* Add Python 3.10 to test matrix
-------------------------------------------------------------------
Thu Oct 21 15:12:12 UTC 2021 - Sebastien CHAVAUX <seb95.scou@gmail.com>

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pelican
Version: 4.7.0
Version: 4.7.1
Release: 0
Summary: A tool to generate a static blog from reStructuredText or Markdown input files
License: AGPL-3.0-only