summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pint/0001-dataclass-frozen-True-for-Python-3.13-compatibility.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3-pint: Upgrade to 0.24.4Khem Raj2024-11-211-116/+0
| | | | | | | | | | | | | | - add error for prefixed non multi units - build: typing_extensions version - build: switch from appdirs to platformdirs - fix GenericPlainRegistry getattr type - Replace references to the deprecated `UnitRegistry.default_format` - fix: upgrade to flexparser>=0.4, exceptions are no longer dataclasses. (required for Python 3.13) - Drop the backported patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: Backport a proposed fix to support python 3.13Khem Raj2024-10-281-0/+116
Signed-off-by: Khem Raj <raj.khem@gmail.com>