Bug 2291872 - F41FailsToInstall: python3-pyramid
Summary: F41FailsToInstall: python3-pyramid
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pyramid
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fedora Infrastructure SIG
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 2245641 2291971 2291973
Blocks: F41FailsToInstall PYTHON3.13 2291493 2291658 2291813 2291873 2291874 2291875 2291876 2291914
TreeView+ depends on / blocked
 
Reported: 2024-06-12 11:28 UTC by Fedora Fails To Install
Modified: 2024-06-18 10:05 UTC (History)
4 users (show)

Fixed In Version: python-pyramid-2.0.2-4.fc41
Clone Of:
Environment:
Last Closed: 2024-06-18 10:05:25 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Fedora Package Sources python-pyramid pull-request 7 0 None None None 2024-06-17 12:29:50 UTC
Github Pylons pyramid issues 3761 0 None open `test_util` fails with Python 3.13 2024-06-15 10:02:29 UTC
Github Pylons pyramid pull 3762 0 None open Allow InstancePropertyHelper to accept properties with names on Python 3.13+ 2024-06-17 12:29:50 UTC

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.


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