summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pint_0.24.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pint: Backport a proposed fix to support python 3.13Khem Raj2024-10-281-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: move PTESTS_PROBLEMS_META_PYTHON to PTESTS_SLOW_META_PYTHONalperak2024-10-111-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tested on qemux86-64. - The PyPi package name defaults to PN without the python3- prefix, so there is no need to set PYPI_PACKAGE as pint, it is by default. - xfailed tests are known failures upstream. Ptest result: ============= qemux86-64: Testsuite summary TOTAL: 2784 PASS: 2094 SKIP: 676 XFAIL: 12 FAIL: 0 XPASS: 2 ERROR: 0 DURATION: 1611 END: /usr/lib/python3-pint/ptest 2024-10-11T14:34 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: Upgrade to 0.24.3Khem Raj2024-09-261-0/+44
- Switch to fetching from pypi - Use automake format for pytests - Fix ptests, by adding missing runtime deps Signed-off-by: Khem Raj <raj.khem@gmail.com>