python3.pkgs.requests-ratelimiter: 0.8.0 -> 0.9.0
Diff: https://github.com/JWCook/requests-ratelimiter/compare/v0.8.0...v0.9.0 Changelog: https://github.com/JWCook/requests-ratelimiter/blob/refs/tags/v0.9.0/HISTORY.md
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "requests-ratelimiter";
|
||||
version = "0.8.0";
|
||||
version = "0.9.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "JWCook";
|
||||
repo = "requests-ratelimiter";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-/fyZ+fjboAw97FPI6TgcjHRUAJbdNomvh7xJqTrTmuY=";
|
||||
hash = "sha256-jmHXD3UJwzZSLXS7NXvCM/+lOFreSqb1QIl/jvO8lWc=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
# https://github.com/JWCook/requests-ratelimiter/issues/78
|
||||
broken = lib.versionAtLeast pyrate-limiter.version "3";
|
||||
broken = lib.versionOlder pyrate-limiter.version "4";
|
||||
description = "Module for rate-limiting for requests";
|
||||
homepage = "https://github.com/JWCook/requests-ratelimiter";
|
||||
changelog = "https://github.com/JWCook/requests-ratelimiter/blob/${src.tag}/HISTORY.md";
|
||||
|
||||
Reference in New Issue
Block a user