meta-openembedded/meta-python/recipes-devtools/python/python3-greenstalk_2.1.1.bb
Wang Mingyu 5bdc3be2d5
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>
2025-10-14 09:00:22 -07:00

11 lines
365 B
BlitzBasic

SUMMARY = "A Python 3 client for the beanstalkd work queue"
HOMEPAGE = "https://github.com/mayhewj/greenstalk"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f"
SRC_URI[sha256sum] = "e89b7694ddabbd69562bfe11140fdac1afc9fedcbe2edf6464eaf7c355533ef8"
RDEPENDS:${PN} += "python3-io python3-core"
inherit pypi python_hatchling