1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 05:08:42 +02:00
Files
github.com_openSUSE_osc/osc
Marcus Huewe 2d0c974296 Add cmp function to packagequery module
cmp(a, b) returns
-1 if a < b
 0 if a == 0
 1 if a > b

This is needed since python3 has no cmp function anymore.

All credits for this go to Marco Strigl <mstrigl@suse.com> (see
PR#483 [1]).

[1] https://github.com/openSUSE/osc/pull/483
2019-01-27 16:12:57 +01:00
..
2009-12-03 19:19:53 +01:00
2019-01-16 11:39:40 +01:00
2014-08-12 15:01:16 +02:00
2017-06-17 17:40:42 +02:00
2019-01-16 14:04:04 +01:00
2018-11-06 10:35:38 +01:00
2018-05-08 14:32:33 +02:00