rebuild doc for 1.4.1 release Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Recent Commits to urubu:master (9)
-
rebuild doc for 1.4.1 release
-
upgrade Bootstrap in _build to 3.4.1
upgrade Bootstrap in _build to 3.4.1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-
upgrade Bootstrap from 3.3.0 to 3.4.1
upgrade Bootstrap from 3.3.0 to 3.4.1 Fixes XSS vulnerabilities (CVE-2018-14040, CVE-2018-14041, CVE-2019-8331) flagged by GitHub Dependabot. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-
add 1.4.1 release news entry
add 1.4.1 release news entry Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-
update version to 1.4.1
update version to 1.4.1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-
relax Markdown version pin to >= 3.0
relax Markdown version pin to >= 3.0 The codebase already uses the Markdown 3.x Registry API (register/ deregister) and the correct extendMarkdown(md) signature. Tested against Markdown 3.5.2 — all 16 tests pass. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-
remove Python 2 compatibility layer
remove Python 2 compatibility layer Delete _compat.py and replace all usages with direct Python 3 stdlib equivalents: filter(), str(), socketserver, http.server. Remove all from __future__ and from io import open imports. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-
add test extras_require with pytest and sh dependencies
add test extras_require with pytest and sh dependencies Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-
update version
update version