[Python-announce] Nikola v8.3.3 is out!

Chris Warrick via Python-announce-list <[email protected]> Sat, 17 May 2025 20:16:06 +0200
Newsgroups gmane.comp.python.announce
Message-ID <[email protected]>
On behalf of the Nikola team, I am pleased to announce
the immediate availability of Nikola v8.3.3. This is a bugfix release.

We’ve had to release Nikola v8.3.3 immediately after releasing
Nikola v8.3.2, as it is broken on Python 3.8. We would like to thank
the Python packaging ecosystem for being an incomprehensible and
incompatible trainwreck.

What is Nikola?
===============

Nikola is a static site and blog generator, written in Python.
It can use Mako and Jinja2 templates, and input in many popular markup
formats, such as reStructuredText and Markdown — and can even turn
Jupyter Notebooks into blog posts! It also supports image galleries,
and is multilingual. Nikola is flexible, and page builds are extremely
fast, courtesy of doit (which is rebuilding only what has been changed).

Find out more at the website: https://getnikola.com/

Downloads
=========

Install using `pip install Nikola`.

Changes from v8.3.1
===================

Features
--------

* Trace template usage when an environment variable
   ``NIKOLA_TEMPLATES_TRACE`` is set to any non-empty value.
* Give user control over the raw underlying template engine
   (either ``mako.lookup.TemplateLookup`` or ``jinja2.Environment``)
   via an optional ``conf.py`` method ``TEMPLATE_ENGINE_FACTORY``.
* Switch to pyproject.toml
* Add path handler ``slug_source`` linking to source of post.

Bugfixes
--------

* Ignore errors in parsing SVG files for shrinking them, copy original
  file to output instead (Issue #3785)
* Restore ``annotation_helper.tmpl`` with dummy content - fix themes
   still mentioning it (Issue #3764, #3773)
* Fix compatibility with watchdog 4 (Issue #3766)
* ``nikola serve`` now works with non-root SITE_URL.
* Stack traces meaningless for end users now more reliably suppressed
   (Issue #3838).

Other
-----

* Changed filter for tidy from  ``tidy5`` to ``tidy``.

_______________________________________________
Python-announce-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: [email protected]
OpenPGP_signature.asc (application/pgp-signature, 495 B)
-----BEGIN PGP SIGNATURE-----

wsB5BAABCAAjFiEE3zLJnP+EKCz51M9xcQI9vV6q6hYFAmgo0mYFAwAAAAAACgkQcQI9vV6q6hbE
AAgAtX2+Uk7V9uxfmtuX8EMIKMmbGPTkF9IJRMmehT99i/cHXK3GAVppB0h2IXM3WQVCBbUTgtQJ
wKmn3/+/nDVRYc6FJnf1+1R5RGYsgOGap3+53z0XNi4PA7x+F/zCpzyvIee59pTRM+070Tpm9/6G
TZL4HQnWQt2H66roEdw8Q86hqLvFUd7cP6WhDiDy7sZkZ4hnY6K6jv4uL0bHjDQNP+HWCj4mf1ZP
VVHFDtkhNo6h1uVjIDHWNBTq1FgVKQxEUOR4f7cESsI/Xg8PlmNrLOrp37QC6v/KeJ4IB52QKS3m
C9p1jFkHnIUHMqaiLw3NyUBXTuYZjQJO9n2hRinGtw==
=RZT+
-----END PGP SIGNATURE-----