diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-18 12:24:39 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-09 18:05:36 +0100 |
commit | 4703ffcb1aa795284ddcba41498ebf121459e515 (patch) | |
tree | 87e128824daca4ee6710d2e6ee68342accf7c655 | |
parent | cdca92993bd4b83af3ffd2cfa6618a0b447e5a69 (diff) | |
download | Ishtar-4703ffcb1aa795284ddcba41498ebf121459e515.tar.bz2 Ishtar-4703ffcb1aa795284ddcba41498ebf121459e515.zip |
Explicit weasyprint version
-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, |