[oe] [meta-python] [PATCH 36/70] python3-huey: upgrade 3.3.2 -> 3.3.4
Wang Mingyu < [email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Wang Mingyu <[email protected]> Changelog: ========== - Forward the Django database OPTIONS when setting up the stats recorder connection. - Remove accidental sqlite3 access at module scope, - Use DoubleField for the stats ts, duration and started columns. On PG & MySQL the old FloatField was a 32-bit-shitter which lost a lot of seconds of precision. Existing PG/MySQL tables will need to run the SQL below to migrate OR just drop the tables and allow them to be rebuilt next run. SQLite was not affected. Signed-off-by: Wang Mingyu <[email protected]> --- .../python/{python3-huey_3.3.2.bb => python3-huey_3.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-huey_3.3.2.bb => python3-huey_3.3.4.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-huey_3.3.2.bb b/meta-python/recipes-devtools/python/python3-huey_3.3.4.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-huey_3.3.2.bb rename to meta-python/recipes-devtools/python/python3-huey_3.3.4.bb index 19d2e59ef2..c292cd5666 100644 --- a/meta-python/recipes-devtools/python/python3-huey_3.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-huey_3.3.4.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" PYPI_PACKAGE = "huey" -SRC_URI[sha256sum] = "f8fd7610baec0fdf9359b0e033a02566ccbba9c865139086ba644e03c426e4af" +SRC_URI[sha256sum] = "6de196c6ece2e38b5173f7510600091ab035c0e86b0958d0e5b38a82b9984666" RDEPENDS:${PN} += " \ python3-datetime \ -- 2.43.0