diff --git a/pelican-4.1.0.tar.gz b/pelican-4.1.0.tar.gz deleted file mode 100644 index 0028e77..0000000 --- a/pelican-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2bff36b9dd1bd3b70874b9ac06fafcd2620b16c0a21adb5051c48055a2b6f80 -size 414212 diff --git a/pelican-4.1.1.tar.gz b/pelican-4.1.1.tar.gz new file mode 100644 index 0000000..1405213 --- /dev/null +++ b/pelican-4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b71b4f0eba5d8e2aa7de6e1854659acc623f5bb74be7750ccbba1856c06bce +size 408689 diff --git a/python-pelican.changes b/python-pelican.changes index 45165eb..6db4c95 100644 --- a/python-pelican.changes +++ b/python-pelican.changes @@ -1,9 +1,19 @@ +------------------------------------------------------------------- +Sat Aug 24 20:22:20 UTC 2019 - Benoît Monin + +- update to version 4.1.1: + * Add AutoPub to auto-publish releases on PR merge + * Add CSS classes for reStructuredText figures + * Pass argv to Pelican main entrypoint + * Set default content status to a blank string rather than None +- drop hidden macos files removal: deleted by upstream + ------------------------------------------------------------------- Sun Jul 14 16:48:05 UTC 2019 - Benoît Monin - update to version 4.1.0: - * Live browser reload upon changed files (provided via Invoke - task) + * Live browser reload upon changed files (provided via Invoke + task) * Add pyproject.toml, managed by Poetry * Support for invoking python -m pelican * Add relative source path attribute to content diff --git a/python-pelican.spec b/python-pelican.spec index 993d9e9..97da01a 100644 --- a/python-pelican.spec +++ b/python-pelican.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pelican -Version: 4.1.0 +Version: 4.1.1 Release: 0 Summary: A tool to generate a static blog from reStructuredText or Markdown input files License: AGPL-3.0-only @@ -92,9 +92,6 @@ sed -i '1d' \ # remove executable bit, this is not a script chmod -x pelican/tools/templates/publishconf.py.jinja2 -# remove hidden macos files -rm pelican/themes/.DS_Store pelican/themes/notmyidea/.DS_Store - %build %python_build