diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-02-17 17:14:37 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-17 22:42:40 -0800 |
| commit | 8d589e07057245a210f1baab77b433731fe02bfe (patch) | |
| tree | a2b74ba2687e22bf0afb7c4566df07403abe1c52 /meta-python/recipes-devtools/python/python3-limits_5.8.0.bb | |
| parent | 62f73c9b4f0ece1fc19ba00c13ab9b7efe73007c (diff) | |
| download | meta-openembedded-8d589e07057245a210f1baab77b433731fe02bfe.tar.gz | |
python3-limits: Add recipe
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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-limits_5.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-limits_5.8.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Rate limiting utilities" | ||
| 2 | DESCRIPTION = "About Rate limiting using various strategies and \ | ||
| 3 | storage backends such as redis, memcached & mongodb" | ||
| 4 | HOMEPAGE = "https://github.com/alisaifee/limits" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2455d5e574bc0fc489411ca45766ac78" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "c9e0d74aed837e8f6f50d1fcebcf5fd8130957287206bc3799adaee5092655da" | ||
| 9 | |||
| 10 | inherit pypi python_hatchling | ||
| 11 | |||
| 12 | DEPENDS += "python3-hatch-vcs-native" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | python3-deprecated \ | ||
| 16 | python3-packaging \ | ||
| 17 | python3-typing-extensions \ | ||
| 18 | " | ||
