lilydjwg / nvchecker

New version checker for software releases
MIT License
439 stars 70 forks source link

`taskName=Task-2` gets appended to the output of `nvchecker` #267

Closed guihkx closed 7 months ago

guihkx commented 7 months ago

E.g.:

$ nvchecker -c sources.toml
[I 04-23 18:09:50.355 core:408] myApp: updated from 1.0.0 to 1.0.1 taskName=Task-2

I believe this is somehow related to Python 3.12:

Changed in version 3.12: taskName was added.

lilydjwg commented 7 months ago

Thanks! This should have been fixed (but I didn't test because Python 3.12 is still not available for Arch).