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!
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
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.
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
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.