Bug 2291744 - F41FailsToInstall: python3-ipywidgets
Summary: F41FailsToInstall: python3-ipywidgets
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: python-ipywidgets
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lumír Balhar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 2291548 2291797
Blocks: F41FailsToInstall PYTHON3.13 2291545 2291750 2291786 2291792 2291843
TreeView+ depends on / blocked
 
Reported: 2024-06-12 11:24 UTC by Fedora Fails To Install
Modified: 2024-06-18 18:49 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-06-18 18:49:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Fedora Fails To Install 2024-06-12 11:24:36 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

Your package (python-ipywidgets) Fails To Install in Fedora 41:

can't install python3-ipywidgets:
  - nothing provides python(abi) = 3.12 needed by python3-ipywidgets-8.1.2-1.fc40.noarch
  - nothing provides (python3.12dist(widgetsnbextension) >= 4.0.10 with python3.12dist(widgetsnbextension) < 4.1) needed by python3-ipywidgets-8.1.2-1.fc40.noarch
  - nothing provides python3.12dist(comm) >= 0.1.3 needed by python3-ipywidgets-8.1.2-1.fc40.noarch
  - nothing provides python3.12dist(ipython) >= 6.1 needed by python3-ipywidgets-8.1.2-1.fc40.noarch
  - nothing provides python3.12dist(traitlets) >= 4.3.1 needed by python3-ipywidgets-8.1.2-1.fc40.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-41-x86_64 --config-opts mirrored=False install python3-ipywidgets


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Miro Hrončok 2024-06-17 23:17:37 UTC
It fails tests due to dedented docstrings:

=================================== FAILURES ===================================
________________________ TestDocSubst.test_substitution ________________________
self = <ipywidgets.widgets.tests.test_docutils.TestDocSubst testMethod=test_substitution>
    def test_substitution(self):
        snippets = {'key': '62'}
    
        @doc_subst(snippets)
        def f():
            """ Docstring with value {key} """
    
>       assert f.__doc__ == " Docstring with value 62 "
E       AssertionError: assert 'Docstring with value 62 ' == ' Docstring with value 62 '
E         -  Docstring with value 62 
E         ? -
E         + Docstring with value 62
ipywidgets/widgets/tests/test_docutils.py:18: AssertionError
________________________ TestDocSubst.test_unused_keys _________________________
self = <ipywidgets.widgets.tests.test_docutils.TestDocSubst testMethod=test_unused_keys>
    def test_unused_keys(self):
        snippets = {'key': '62', 'other-key': 'unused'}
    
        @doc_subst(snippets)
        def f():
            """ Docstring with value {key} """
    
>       assert f.__doc__ == " Docstring with value 62 "
E       AssertionError: assert 'Docstring with value 62 ' == ' Docstring with value 62 '
E         -  Docstring with value 62 
E         ? -
E         + Docstring with value 62
ipywidgets/widgets/tests/test_docutils.py:27: AssertionError

Comment 2 Fedora Fails To Install 2024-06-18 18:49:45 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

All subpackages of a package against which this bug was filled are now installable or removed from Fedora 41.

Thanks for taking care of it!


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