Bug 2332484
| Summary: | cftime needs to be rebuilt against NumPy 2.x | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sandro <gui1ty> |
| Component: | python-cftime | Assignee: | Orion Poplawski <orion> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | orion |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-cftime-1.6.4-3.fc42 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-12-15 23:40:59 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: | 2332159, 2332500 | ||
Currently importing cftime results in: >>> import cftime Traceback (most recent call last): File "<python-input-0>", line 1, in <module> import cftime File "/usr/lib64/python3.13/site-packages/cftime/__init__.py", line 1, in <module> from ._cftime import (datetime, real_datetime, _parse_date, _dateparse, _datesplit, is_leap_year) File "src/cftime/_cftime.pyx", line 1, in init cftime._cftime ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject A bump and rebuild should fix that. Reproducible: Always