Skip to content

Commit 2d0ec2c

Browse files
zhengruoqinkraj
zhengruoqin
authored andcommitted
python3-huey: upgrade 2.4.0 -> 2.4.1
* Attempt to reconnect to database if connection becomes unusable (e.g. due to a server restart). See: `huey.contrib.sql_huey.SqlHuey`. * Do not use a soft file-lock for `FileStorage` - use `fcntl.flock()` instead. [View commits](coleifer/huey@2.4.0...2.4.1) Signed-off-by: Zheng Ruoqin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 4a249d1 commit 2d0ec2c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

meta-python/recipes-devtools/python/python3-huey_2.4.0.bb renamed to meta-python/recipes-devtools/python/python3-huey_2.4.1.bb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
55

66
PYPI_PACKAGE = "huey"
77

8-
SRC_URI[sha256sum] = "82981fb8f1964e8c9ee8f4ebcd5a2ebad561dd93ce8b454bf4f4ecfb54bd1411"
8+
SRC_URI[sha256sum] = "bd55e90746cec16e7a61d6dc60d4591c74cba59000dca96c387a4d4eee1395f6"
9+
10+
RDEPENDS:${PN} += " \
11+
python3-datetime \
12+
python3-logging \
13+
python3-multiprocessing \
14+
python3-json \
15+
"
916

1017
inherit pypi setuptools3
1118

0 commit comments

Comments
 (0)