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 Toolybird (Toolybird) - Saturday, 13 May 2023, 03:19 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Filipe Laíns (FFY00)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
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

Closed by  Toolybird (Toolybird)
Saturday, 13 May 2023, 03:19 GMT
Reason for closing:  Fixed
Additional comments about closing:  Seems fine these days. Must have been fixed earlier.

Loading...