debian package 0.2-1
This commit is contained in:
parent
f5e21bfaf2
commit
0e016c9ec2
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user