mod: etpgrf v0.1.5
All checks were successful
Build ETPGRF-site / build (push) Successful in 1m30s

This commit is contained in:
2026-02-28 13:52:20 +03:00
parent 3e6a27f75c
commit 3d7b65dcb9
3 changed files with 6 additions and 6 deletions

View File

@@ -83,7 +83,7 @@
<div class="container d-flex justify-content-between align-items-center">
<span class="text-muted small nowrap me-2">&copy; Sergei Erjemin, 2025&ndash;{% now 'Y' %}.</span>
<nobr class="text-muted small mx-2">
<i class="bi bi-tags me-1" title="Версия библиотеки etpgrf / Версия сайта"></i><a href="/changelog">v0.1.4 / v0.2.5</a>
<i class="bi bi-tags me-1" title="Версия библиотеки etpgrf / Версия сайта"></i><a href="/changelog">v0.1.5 / v0.2.6</a>
</nobr>
{# Сводная статистика (HTMX) #}<span class="text-muted small ms-2" hx-get="{% url 'stats_summary' %}" hx-trigger="load">
...

8
poetry.lock generated
View File

@@ -58,13 +58,13 @@ bcrypt = ["bcrypt (>=4.1.1)"]
[[package]]
name = "etpgrf"
version = "0.1.4"
version = "0.1.5"
description = "Electro-Typographer: Python library for advanced web typography (non-breaking spaces, hyphenation, hanging punctuation and ."
optional = false
python-versions = ">=3.10"
files = [
{file = "etpgrf-0.1.4-py3-none-any.whl", hash = "sha256:62d4371e1b5fab06b99f79bd351767aed8baf7d041cae7e5d4eb63f7c9545114"},
{file = "etpgrf-0.1.4.tar.gz", hash = "sha256:c699382c292e3110915331dd5539e7dde0c961e4f4ca65cf8db0e01e84dab72f"},
{file = "etpgrf-0.1.5-py3-none-any.whl", hash = "sha256:93e520f5742ef48748c727b40a3c0b796ae8525c97ba49b038b730dbed951044"},
{file = "etpgrf-0.1.5.tar.gz", hash = "sha256:be0ee3a53d30c93f7835f46a523ff145099ce4c9a7449b46a141b291876ec18d"},
]
[package.dependencies]
@@ -583,4 +583,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.13"
content-hash = "ce33b38ff06b069d35d46c795c2a5f81c0907f288bb662a001ab740760cc90b2"
content-hash = "51adb27446d922b213f18b74ab5a9037d7535b1c4cbc9fdf71461a56a63d60e6"

View File

@@ -11,7 +11,7 @@ python = "^3.13"
django = "^6.0"
gunicorn = "^23.0.0"
python-dotenv = "^1.2.1"
etpgrf = "0.1.4"
etpgrf = "^0.1.5"
# lxml = "^5.1" # etpgrf подтянет как зависимость
# regex = "^2023.12" # etpgrf подтянет как зависимость
# beautifulsoup4 = "^4.10.0" # etpgrf подтянет как зависимость