diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-14 17:19:05 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-14 09:00:22 -0700 |
| commit | 5bdc3be2d5739d9c4b9a87c273cccb51b202ac1f (patch) | |
| tree | e356b13d2b3cceb49bb50c23d31dba671398729b /meta-python/recipes-devtools/python/python3-greenstalk_2.1.1.bb | |
| parent | 7d7484b45247826222584b019af549ad7cf7e4d2 (diff) | |
| download | meta-openembedded-5bdc3be2d5739d9c4b9a87c273cccb51b202ac1f.tar.gz | |
python3-greenstalk: upgrade 2.1.0 -> 2.1.1
Changelog:
==========
- Adds the ability to initialize a Client with an already connected
socket to provide full control over socket configuration.
- TCP keepalive is now enabled by default to help detect broken TCP
connections.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-greenstalk_2.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-greenstalk_2.1.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-greenstalk_2.1.1.bb b/meta-python/recipes-devtools/python/python3-greenstalk_2.1.1.bb new file mode 100644 index 0000000000..b02e10e655 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-greenstalk_2.1.1.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "A Python 3 client for the beanstalkd work queue" | ||
| 2 | HOMEPAGE = "https://github.com/mayhewj/greenstalk" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "e89b7694ddabbd69562bfe11140fdac1afc9fedcbe2edf6464eaf7c355533ef8" | ||
| 7 | |||
| 8 | RDEPENDS:${PN} += "python3-io python3-core" | ||
| 9 | |||
| 10 | inherit pypi python_hatchling | ||
