Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 2099049
Summary: | F37FailsToInstall: python3-peewee | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python-peewee | Assignee: | Viliam Križan <vkrizan> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | carl, python-sig, thrnciar, vkrizan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-06-24 13:11:20 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: | |||
Bug Blocks: | 2016048, 2045109, 2098689, 2098906, 2098910, 2098999 |
Description
Miro Hrončok
2022-06-20 09:40:23 UTC
This bugzilla is likely a fallout from the Python 3.11 rebuild. If your package (or some of the dependencies it has) failed to rebuild during the Python 3.11 rebuild, they now fail to install. To fix this, packages need to be rebuilt in Rawhide. We will slowly triage the bugzillas, but we'd appreciate your help. If you know this is blocked by an existing reported build failure or another package not yet rebuilt with Python 3.11, please mark it as such by using the "Depends On"/"Blocks" bugzilla fields. That will help us determine what failures to prioritize. If this is not Python 3.11 related, please remove the PYTHON3.11 blocking tracker. Thank you and sorry for the inconvenience. Let me know if you need any help. ====================================================================== ERROR: test_sqlite_isolation (tests.db_tests.TestSqliteIsolation.test_sqlite_isolation) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/peewee-3.14.10/tests/db_tests.py", line 449, in test_sqlite_isolation self.assertEqual(curs.fetchone()[0], 0) ~~~~~~~~~~~~~~~^^^ TypeError: 'NoneType' object is not subscriptable ---------------------------------------------------------------------- According to upstream, this is a regression in CPython and it should be fixed in the 4th beta. We expect the 4th beta release very soon, maybe today. (In reply to Miro Hrončok from comment #3) > We expect the 4th beta release very soon, maybe today. Backport in https://src.fedoraproject.org/rpms/python3.11/pull-request/59 because the 4th beta is delayed and we needed to add another patch anyway. FEDORA-2022-ca859a1deb has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-ca859a1deb FEDORA-2022-ca859a1deb has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. |