forked from pool/python-pelican
Accepting request 1238334 from home:benoit_monin:branches:devel:languages:python
- update to version 4.11.0 - increase the minimum version of typogrify to 2.1.0 OBS-URL: https://build.opensuse.org/request/show/1238334 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=58
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0239f5372f77c481dc2eca3493b7c56a656ce24a2db18a889ed6dbe331212ef
|
||||
size 1572039
|
3
pelican-4.11.0-gh.tar.gz
Normal file
3
pelican-4.11.0-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d18b0a9b2cf0427d05b9b8a955bf7bb1028c9849fb2fa44c562d0fe34b6e3655
|
||||
size 1573316
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 20:16:19 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- update to version 4.11.0:
|
||||
* Add setting to selectively omit Typogrify filters (#3439)
|
||||
* Add more blocks to the Simple theme’s base template, making it
|
||||
easier to create new themes by inheriting from the Simple theme
|
||||
(#3405)
|
||||
* Fix auto-reload behavior upon changes to the theme, content or
|
||||
settings. Make default IGNORE_FILES recursively ignore all
|
||||
hidden files as well as the default filters from
|
||||
watchfiles.DefaultFilter. (#3441)
|
||||
* Get current year from the SOURCE_DATE_EPOCH environment
|
||||
variable, if available (#3430)
|
||||
* Add Python 3.13 to test matrix and remove Python 3.8 (#3435)
|
||||
* Require Typogrify 2.1+ and Pygments <2.19
|
||||
- increase the minimum version of typogrify to 2.1.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 17:57:44 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pelican
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pelican
|
||||
Version: 4.10.2
|
||||
Version: 4.11.0
|
||||
Release: 0
|
||||
Summary: A tool to generate a static blog from reStructuredText or Markdown input files
|
||||
License: AGPL-3.0-only
|
||||
@@ -58,7 +58,7 @@ Requires(postun): update-alternatives
|
||||
Recommends: make
|
||||
Suggests: asciidoc
|
||||
Suggests: python-Markdown >= 3.5.1
|
||||
Suggests: python-typogrify >= 2.0.7
|
||||
Suggests: python-typogrify >= 2.1.0
|
||||
BuildArch: noarch
|
||||
ExcludeArch: %{ix86}
|
||||
# SECTION test
|
||||
@@ -74,7 +74,7 @@ BuildRequires: %{python_module pytest-cov >= 4.1.0}
|
||||
BuildRequires: %{python_module pytest-sugar >= 0.9.7}
|
||||
BuildRequires: %{python_module pytest-xdist >= 3.4.0}
|
||||
BuildRequires: %{python_module tomli >= 2.0.1 if %python_base < 3.11}
|
||||
BuildRequires: %{python_module typogrify >= 2.0.7}
|
||||
BuildRequires: %{python_module typogrify >= 2.1.0}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user