Bug 2291872

Summary: F41FailsToInstall: python3-pyramid
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: python-pyramidAssignee: Fedora Infrastructure SIG <infra-sig>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: infra-sig, kevin, mattia.verga, mhroncok
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-pyramid-2.0.2-4.fc41 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-06-18 10:05:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2245641, 2291971, 2291973    
Bug Blocks: 2260877, 2244836, 2291493, 2291658, 2291813, 2291873, 2291874, 2291875, 2291876, 2291914    

Description Fedora Fails To Install 2024-06-12 11:28:34 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-pyramid) Fails To Install in Fedora 41:

can't install python3-pyramid:
  - nothing provides python3.12dist(hupper) >= 1.5 needed by python3-pyramid-2.0.2-3.fc40.noarch
  - nothing provides python3.12dist(translationstring) >= 0.4 needed by python3-pyramid-2.0.2-3.fc40.noarch
  - nothing provides python3.12dist(venusian) >= 1 needed by python3-pyramid-2.0.2-3.fc40.noarch
  - nothing provides python3.12dist(zope-deprecation) >= 3.5 needed by python3-pyramid-2.0.2-3.fc40.noarch
  - nothing provides python3.12dist(zope-interface) >= 3.8 needed by python3-pyramid-2.0.2-3.fc40.noarch
  - nothing provides python3.12dist(setuptools) needed by python3-pyramid-2.0.2-3.fc40.noarch
  - nothing provides python3.12dist(plaster) needed by python3-pyramid-2.0.2-3.fc40.noarch
  - nothing provides python3.12dist(plaster-pastedeploy) needed by python3-pyramid-2.0.2-3.fc40.noarch
  - nothing provides python(abi) = 3.12 needed by python3-pyramid-2.0.2-3.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-pyramid


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 Mattia Verga 2024-06-15 10:02:29 UTC
Some tests are now failing:
=================================== FAILURES ===================================
____________ Test_InstancePropertyHelper.test_property_without_name ____________
self = <tests.test_util.Test_InstancePropertyHelper testMethod=test_property_without_name>
    def test_property_without_name(self):
        def worker(obj):  # pragma: no cover
            pass
    
        foo = Dummy()
        helper = self._getTargetClass()
>       self.assertRaises(
            ValueError, helper.set_property, foo, property(worker)
        )
E       AssertionError: ValueError not raised by set_property
tests/test_util.py:74: AssertionError
____________ Test_InstancePropertyMixin.test_property_without_name _____________
self = <tests.test_util.Test_InstancePropertyMixin testMethod=test_property_without_name>
    def test_property_without_name(self):
        def worker(obj):  # pragma: no cover
            pass
    
        foo = self._makeOne()
>       self.assertRaises(ValueError, foo.set_property, property(worker))
E       AssertionError: ValueError not raised by set_property
tests/test_util.py:278: AssertionError

Reported upstream at https://github.com/Pylons/pyramid/issues/3761

Comment 2 Mattia Verga 2024-06-17 09:09:48 UTC
I have proposed a workaround in the upstream bug, from a local rebuild the fix is enough to make tests pass.
I'll wait a bit, if upstream doesn't reply in a week or so I'll push the fix and rebuild Pyramid.

Comment 3 Fedora Update System 2024-06-18 10:00:27 UTC
FEDORA-2024-aa1f95338c (python-pyramid-2.0.2-4.fc41) has been submitted as an update to Fedora 41.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-aa1f95338c

Comment 4 Fedora Update System 2024-06-18 10:05:25 UTC
FEDORA-2024-aa1f95338c (python-pyramid-2.0.2-4.fc41) has been pushed to the Fedora 41 stable repository.
If problem still persists, please make note of it in this bug report.