From 0e016c9ec2ed88f7a8acb1a251aaeb1a091273a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sat, 7 Oct 2023 12:19:02 +0200 Subject: [PATCH] debian package 0.2-1 --- debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0697f2c..7c50909 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pqm (0.2-1) unstable; urgency=medium + + * fix json stream decode performance issue + * add __slots__ to most classes + * require python >= 3.10 + + -- Stefan Bühler Sat, 07 Oct 2023 12:11:28 +0200 + pqm (0.1-1) unstable; urgency=medium * Initial release. diff --git a/debian/control b/debian/control index eeaf643..5f5fd6a 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: https://git-nks-public.tik.uni-stuttgart.de/mail/pqm Package: pqm Architecture: all Depends: - python3:any, + python3:any (>= 3.10), python3-trio, python3-pyparsing, python3-yaml,