Bug 2076943
| Summary: | python-google-cloud-spanner-3.14.0 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | python-google-cloud-spanner | Assignee: | Major Hayden 🤠<mhayden> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mhayden |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-google-cloud-spanner-3.14.0-1.fc36 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-06-12 02:05:10 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: | 2075625 | ||
| Bug Blocks: | |||
|
Description
Upstream Release Monitoring
2022-04-20 09:28:28 UTC
The new google-cloud-iam-v1 is required from BZ 2075625. 😢 In Fedora 35, lots of tests are failing with this:
________ ERROR collecting tests/unit/spanner_dbapi/test_parse_utils.py _________
tests/unit/spanner_dbapi/test_parse_utils.py:18: in <module>
from google.cloud.spanner_v1 import param_types
../../BUILDROOT/python-google-cloud-spanner-3.14.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/google/cloud/spanner_v1/__init__.py:64: in <module>
from google.cloud.spanner_v1.client import Client
../../BUILDROOT/python-google-cloud-spanner-3.14.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/google/cloud/spanner_v1/client.py:36: in <module>
from google.cloud.spanner_admin_database_v1 import DatabaseAdminClient
../../BUILDROOT/python-google-cloud-spanner-3.14.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/google/cloud/spanner_admin_database_v1/__init__.py:17: in <module>
from .services.database_admin import DatabaseAdminClient
../../BUILDROOT/python-google-cloud-spanner-3.14.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/google/cloud/spanner_admin_database_v1/services/database_admin/__init__.py:16: in <module>
from .client import DatabaseAdminClient
../../BUILDROOT/python-google-cloud-spanner-3.14.0-1.fc35.x86_64/usr/lib/python3.10/site-packages/google/cloud/spanner_admin_database_v1/services/database_admin/client.py:44: in <module>
from google.iam.v1 import iam_policy_pb2 # type: ignore
/usr/lib/python3.10/site-packages/google/iam/v1/iam_policy_pb2.py:35: in <module>
from google.iam.v1 import options_pb2 as google_dot_iam_dot_v1_dot_options__pb2
/usr/lib/python3.10/site-packages/google/iam/v1/options_pb2.py:36: in <module>
_GETPOLICYOPTIONS = DESCRIPTOR.message_types_by_name["GetPolicyOptions"]
E AttributeError: 'NoneType' object has no attribute 'message_types_by_name'
But all of the requirements are met in F35. Upstream bug opened: https://github.com/googleapis/python-spanner/issues/728
There's a tiny subtle difference between F36 and F35 that has caused this one to FTBFS. I'm wondering if it's the grpc package. Trying to see if I can find a fix for it in COPR: https://copr.fedorainfracloud.org/coprs/mhayden/spanner/ FEDORA-2022-8307916abc has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-8307916abc FEDORA-2022-8307916abc has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-8307916abc` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-8307916abc See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-8307916abc has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |