Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
missing-files.patch | Add missing alembic files | Thomas Goirand <zigo@debian.org> | not-needed | 2018-01-31 | ||
remove-mathjax-extention-from-sphinx-doc.patch | Remove mathjax extension from sphinx doc =================================================================== |
Thomas Goirand <zigo@debian.org> | not-needed | 2018-02-20 | ||
remove-wsmeext.sphinxext.patch | Remove wsmeext.sphinxext Without this, building the doc fails. | Thomas Goirand <zigo@debian.org> | no | 2023-09-14 | ||
support-elasticsearch-datastream.patch | Add support for datastream for the cloudkitty backend. =================================================================== |
Thomas Goirand <zigo@debian.org> | yes | 2024-04-16 | ||
Misc_fixes_for_Python_3.12_compatibility.patch | Misc fixes for Python 3.12 compatibility Comparison of floats is always tricky so use math.isclose where possible. . Round the return value of the total API call to 3 decimal places to ensure compliance with test suite. diff --git a/cloudkitty/api/v1/controllers/report.py b/cloudkitty/api/v1/controllers/report.py index 5b4ec58..f7898b3 100644 |
James Page <james.page@canonical.com> | no | upstream, https://review.opendev.org/c/openstack/cloudkitty/+/915479 | 2024-04-30 |