Bug 1953538
Summary: | python-asyncpg fails to build with Python 3.10: AssertionError: "invalid input for query argument \$1:.*an integer is required" does not match "invalid input for query argument $1: '2' ('str' object cannot be interpreted as an integer)" | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
Component: | python-asyncpg | Assignee: | Ben Beasley <code> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | code, mhroncok, thrnciar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 0.22.0-5 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-04-27 09:13:43 UTC | Type: | Bug |
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: | 1890881 |
Description
Tomáš Hrnčiar
2021-04-26 10:43:45 UTC
Reported upstream (https://github.com/MagicStack/asyncpg/issues/750) and patched (see PR https://github.com/MagicStack/asyncpg/pull/751). The latest koji build in Rawhide failed, as did the build in the Python 3.10 COPR—but right now every build with %{pypi_source} in the spec file is failing! I will close this issue after the external problem is fixed and I can get a build done. Interesting. Looking into the %{pypi_source} problme, might be related to RPM 4.17. https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/YZ3LSY45UPMIU3X3UQLUIJYR52JHUVQG/#POHGBHHZ6U54DRBVWYVBD2LL7DA2OPRP https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/POHGBHHZ6U54DRBVWYVBD2LL7DA2OPRP/ Built in Copr with fixed macros. Thanks for looking into this. I’ve now built the package in Rawhide too. Linking the bug for the %{pypi_source} problem for the benefit of any future Bugzilla archaeologists: https://bugzilla.redhat.com/show_bug.cgi?id=1953910 |