On 3/11/26 6:11 PM, Michael D. Setzer II via users wrote:
Deals with converting libreoffice files to pdf files.

Involves making a change to one line.
Edit the script:
Open /usr/bin/unoconv and replace the following line:

     Old: from distutils.version import LooseVersion
     New: from packaging.version import parse as LooseVersion

Says old version is outdated. Not sure is this is linked to the
libreoffice directly, or if libreoffice using the /usr/bin/unoconv

Made change and message goes away.

Sure someone might know best place to report it to correctly fix
issue?

It's just a warning.

# rpm -qf /usr/bin/unoconv
unoconv-0.9.0-17.fc43.noarch

# rpm -qi unoconv
URL         : https://github.com/unoconv/unoconv/
Bug URL     : https://bugz.fedoraproject.org/unoconv

Kind of seems like a dead project. The original repo is archived, but there are some forks, including one with this fix in it.

--
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://forge.fedoraproject.org/infra/tickets/issues/new

Reply via email to