Bug 2135042 - Version upper bound is blocking python-tabulate 0.9 update
Summary: Version upper bound is blocking python-tabulate 0.9 update
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: home-assistant-cli
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fabian Affolter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 2132789
TreeView+ depends on / blocked
 
Reported: 2022-10-15 14:40 UTC by Ben Beasley
Modified: 2023-01-27 07:44 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-01-27 07:44:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github home-assistant-ecosystem home-assistant-cli pull 391 0 None open Allow later tabulate 2022-10-15 14:40:01 UTC

Description Ben Beasley 2022-10-15 14:40:02 UTC
Description of problem:

The home-assistant-cli upstream applies strict upper bounds to the versions of its dependencies. This means the Fedora package will fail to install if python-tabulate is updated to version 0.9, even though testing suggests it is actually compatible when the version bound is loosened.


Version-Release number of selected component (if applicable): 0.9.5-1.fc38


How reproducible:


Steps to Reproduce:
1. Inspect https://github.com/home-assistant-ecosystem/home-assistant-cli/blob/904de3730c2ef8e98d290c575d8293906b8a6d73/setup.py#L92.

Actual results:

tabulate>=0.8.3,<0.9

Expected results:

tabulate>=0.8.3,<0.10

Additional info:

Please loosen or remove the upper-bound upstream, as suggested in https://github.com/home-assistant-ecosystem/home-assistant-cli/pull/391, or do so downstream, so that I can merge https://src.fedoraproject.org/rpms/python-tabulate/pull-request/6 without breaking home-assistant-cli.

Comment 1 Ben Beasley 2022-10-22 15:43:28 UTC
I just sent a direct email to @mail with a reminder of the situation and a notice that I plan to update python-tabulate no earlier than 2022-10-29 even if no action is taken regarding the version bound in home-assistant-cli.


Note You need to log in before you can comment on or make changes to this bug.