14
0

Accepting request 1204601 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1204601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pelican?expand=0&rev=25
This commit is contained in:
2024-09-30 13:40:46 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

View File

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

3
pelican-4.10.1-gh.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Sep 28 20:22:21 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 4.10.1:
* Fix error when running pelican -r -l
* Fix symlink handling in pelican-themes
- add build dependency python-pdm-backend
-------------------------------------------------------------------
Mon Sep 16 19:41:55 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pelican
Version: 4.10.0
Version: 4.10.1
Release: 0
Summary: A tool to generate a static blog from reStructuredText or Markdown input files
License: AGPL-3.0-only
@@ -33,6 +33,7 @@ BuildRequires: %{python_module blinker >= 1.7.0}
BuildRequires: %{python_module docutils >= 0.20.1}
BuildRequires: %{python_module feedgenerator >= 2.1.0}
BuildRequires: %{python_module ordered-set >= 4.1.0}
BuildRequires: %{python_module pdm-backend}
BuildRequires: %{python_module pdm}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module python-dateutil >= 2.8.2}