FS#77707 - [python-alembic] unneeded dependency python-importlib-metadata

Attached to Project: Community Packages
Opened by Chih-Hsuan Yen (yan12125) - Friday, 03 March 2023, 04:23 GMT
Last edited by Christian Heusel (gromit) - Saturday, 02 September 2023, 13:05 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Levente Polyak (anthraxx)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
python-alembic 1.9.4-1 comes with a new dependency python-importlib-metadata, while it's used on Python < 3.9 only [1][2]

Additional info:
[1] https://github.com/sqlalchemy/alembic/blob/rel_1_9_4/alembic/util/compat.py#L26-L33
[2] https://github.com/sqlalchemy/alembic/blob/rel_1_9_4/setup.cfg#L44

Steps to reproduce:
$ sudo pacman -S python-alembic
$ sudo pacman -Rdds python-importlib-metadata
$ python -c 'import alembic'
This task depends upon

Closed by  Christian Heusel (gromit)
Saturday, 02 September 2023, 13:05 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 1.9.4-3

Loading...