Rate limiting utilities. Add recipe for release 5.8.0: - Allow explicit keyword arguments for storage options for username & password for storages that support it. - Allow explicitly specifying startup_nodes through keyword arguments for all redis cluster storages. - Support IPv6 addresses in cluster locators in storage URI
Signed-off-by: Leon Anavi <[email protected]> --- .../python/python3-limits_5.8.0.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-limits_5.8.0.bb diff --git a/meta-python/recipes-devtools/python/python3-limits_5.8.0.bb b/meta-python/recipes-devtools/python/python3-limits_5.8.0.bb new file mode 100644 index 0000000000..0439a0e132 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-limits_5.8.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "Rate limiting utilities" +DESCRIPTION = "About Rate limiting using various strategies and \ +storage backends such as redis, memcached & mongodb" +HOMEPAGE = "https://github.com/alisaifee/limits" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2455d5e574bc0fc489411ca45766ac78" + +SRC_URI[sha256sum] = "c9e0d74aed837e8f6f50d1fcebcf5fd8130957287206bc3799adaee5092655da" + +inherit pypi python_hatchling + +DEPENDS += "python3-hatch-vcs-native" + +RDEPENDS:${PN} += " \ + python3-deprecated \ + python3-packaging \ + python3-typing-extensions \ +" -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124459): https://lists.openembedded.org/g/openembedded-devel/message/124459 Mute This Topic: https://lists.openembedded.org/mt/117857941/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
