Bug 2371994 - F43FailsToInstall: python3-nashpy
Summary: F43FailsToInstall: python3-nashpy
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: python-nashpy
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Iztok Fister, Jr.
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.14 F43FTBFS F43FailsToInstall
TreeView+ depends on / blocked
 
Reported: 2025-06-11 08:13 UTC by Fedora Fails To Install
Modified: 2025-06-16 07:56 UTC (History)
2 users (show)

Fixed In Version: python-nashpy-0.0.41-5.fc43
Clone Of:
Environment:
Last Closed: 2025-06-16 07:56:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Fedora Fails To Install 2025-06-11 08:13:44 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-nashpy) Fails To Install in Fedora 43:

can't install python3-nashpy:
  - nothing provides python(abi) = 3.13 needed by python3-nashpy-0.0.41-4.fc42.noarch
  - nothing provides python3.13dist(numpy) >= 1.21 needed by python3-nashpy-0.0.41-4.fc42.noarch
  - nothing provides python3.13dist(networkx) >= 3 needed by python3-nashpy-0.0.41-4.fc42.noarch
  - nothing provides python3.13dist(deprecated) >= 1.2.14 needed by python3-nashpy-0.0.41-4.fc42.noarch
  - nothing provides python3.13dist(scipy) >= 0.19 needed by python3-nashpy-0.0.41-4.fc42.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-43-x86_64 --config-opts mirrored=False install python3-nashpy


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 2025-06-11 22:42:23 UTC
=================================== FAILURES ===================================
__________________________ test_properties_of_scores ___________________________
    @given(M=arrays(np.int8, (3, 3), unique=True))
>   def test_properties_of_scores(M):
tests/unit/test_moran_process.py:113: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
M = array([[ 0,  1,  2],
       [ 3,  4,  5],
       [ 6, 20, 76]], dtype=int8)
    @given(M=arrays(np.int8, (3, 3), unique=True))
    def test_properties_of_scores(M):
        """
        Checks that if non negative valued matrices are passed then non negative
        valued scores are calculated.
    
        Parameters
        ----------
        M : array
            a payoff matrix
        """
        if np.min(M) >= 0:
            population = np.array((0, 0, 1, 1, 2, 2))
            scores = score_all_individuals(A=M, population=population)
>           assert np.min(scores) >= 0
E           assert np.int8(-128) >= 0
E            +  where np.int8(-128) = <function min at 0x7ffd04db6a30>(array([   6,    6,   20,   20, -128, -128], dtype=int8))
E            +    where <function min at 0x7ffd04db6a30> = np.min
E           Falsifying example: test_properties_of_scores(
E               M=array([[ 0,  1,  2],
E                      [ 3,  4,  5],
E                      [ 6, 20, 76]], dtype=int8),
E           )
E           Explanation:
E               These lines were always and only run by failing examples:
E                   /usr/lib64/python3.14/_py_warnings.py:578
E                   /usr/lib64/python3.14/site-packages/numpy/_core/arrayprint.py:1285
E                   /usr/lib64/python3.14/site-packages/numpy/_core/arrayprint.py:1286
tests/unit/test_moran_process.py:126: AssertionError

Comment 2 Miro Hrončok 2025-06-15 22:49:57 UTC
Another build solved it :/

Comment 3 Fedora Fails To Install 2025-06-16 07:56:44 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 43.

Thanks for taking care of it!


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