Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#71770 - [python-pyudev] Wrong version displayed
Attached to Project:
Community Packages
Opened by Julian (jhossbach) - Sunday, 08 August 2021, 12:40 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 31 August 2021, 21:14 GMT
Opened by Julian (jhossbach) - Sunday, 08 August 2021, 12:40 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 31 August 2021, 21:14 GMT
|
DetailsDescription:
Installing the `python-pyudev` package from the Community repo and checking the version via `pip3 show pyudev` gives the wrong Version: "Version: 0.22.0.dev20201112" instead of "0.22.0" which messes with the "requires" keyword from setuptools Interestingely enough `python -c "import pyudev;print(pyudev.__version__)" ` returns 0.22.0 The timestamp given in the displayed version matches the time stamp from the latest commit into the Arch Repo, see https://github.com/archlinux/svntogit-community/commits/packages/python-pyudev/trunk |
This task depends upon