FS#68893 - [python-configobj] Should be in a sub-directory within /usr/lib/python3.9/site-packages?

Attached to Project: Community Packages
Opened by tjbp (tjbp) - Tuesday, 08 December 2020, 11:32 GMT
Last edited by Alexander F. Rødseth (xyproto) - Monday, 21 December 2020, 15:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

When installing another python package from the AUR:

python-ufonormalizer: /usr/lib/python3.9/site-packages/__pycache__/_version.cpython-39.opt-1.pyc exists in filesystem (owned by python-configobj)
python-ufonormalizer: /usr/lib/python3.9/site-packages/__pycache__/_version.cpython-39.pyc exists in filesystem (owned by python-configobj)
python-ufonormalizer: /usr/lib/python3.9/site-packages/_version.py exists in filesystem (owned by python-configobj)

I'm assuming this package should live in /usr/lib/python3.9/site-packages/configobj instead?

Additional info:
* package version(s): 5.0.6-9

Steps to reproduce:

Install python-ufonormalizer (which I assume has the same problem) from the AUR after installing python-configobj.
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Monday, 21 December 2020, 15:02 GMT
Reason for closing:  Fixed
Comment by Eli Schwartz (eschwartz) - Tuesday, 08 December 2020, 12:53 GMT Comment by tjbp (tjbp) - Tuesday, 08 December 2020, 14:05 GMT
Thanks, pursuing a new release through an upstream maintainer reshuffle here: https://github.com/DiffSK/configobj/issues/197
Comment by Alexander F. Rødseth (xyproto) - Monday, 21 December 2020, 15:02 GMT
Thanks for reporting. Used a specific commit after 5.0.6 to get the fix for this. Hopefully upstream will release a new version soon.

Loading...