diff options
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 882d6d760..62a1eb53a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +python-django-ishtar (3.1.34-3) UNRELEASED; urgency=low + + * Explicit weasyprint version + + -- Étienne Loks <etienne.loks@iggdrasil.net> Mon, 18 Oct 2021 12:27:00 +0200 + +python-django-ishtar (3.1.34-2) UNRELEASED; urgency=low + + * Explicit weasyprint version + + -- Étienne Loks <etienne.loks@iggdrasil.net> Mon, 18 Oct 2021 12:23:00 +0200 + python-django-ishtar (3.1.34-1) UNRELEASED; urgency=low * New upstream version cf. CHANGES.md diff --git a/debian/control b/debian/control index 2f90a8ce1..cd389ed6f 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Depends: ${misc:Depends}, python3-xmltodict, python3-django-simple-history, python3-secretary, - python3-weasyprint, + python3-weasyprint (= 0.42.3-1), python3-django (>= 1:1.11.18), python3-django (<< 2:2.0.0), python3-ajax-select, |