On Wed, 2020-09-30 at 13:02 +0200, Martin Pluskal wrote:
On Wed, 2020-09-30 at 10:55 +0000, Dario Faggioli wrote:
I'd be interested in any feedback, comment, question, whatever. :-)
Regards
Hi
Hi!
Is my understanding that this is python2 only tool correct?
Yeah, well, I think that, most of everything, it's old (apart from the new development I've done on it recently), yes, it currently is.
Not sure if there was some official decision/communication about new packages, but general trend is to get rid of py2, not to push new packages that need it to factory.
Ok, makes sense. I don't think it's too difficult to port it to python3.
I'll see about doing that (upstream, of course) and I'll make a new request when it works without errors.
P.S "-n irqstat-%{version}" in setup is rather redundant, unless specified else %setup assumes "-n %{name}-%{version}"
Ok, thanks, I'll get rid of it.
Regards