debian package 0.2-1

This commit is contained in:
Stefan Bühler 2023-10-07 12:19:02 +02:00
parent f5e21bfaf2
commit 0e016c9ec2
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -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 <stefan.buehler@tik.uni-stuttgart.de> Sat, 07 Oct 2023 12:11:28 +0200
pqm (0.1-1) unstable; urgency=medium
* Initial release.

2
debian/control vendored
View File

@ -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,