[croniter] Update to 5.0.1 (#12926)

This commit is contained in:
Sebastian Rittau
2024-12-04 05:06:28 +01:00
committed by GitHub
parent fe26deaee6
commit 9b500ad3ce
2 changed files with 8 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
version = "4.0.0"
version = "5.0.1"
upstream_repository = "https://github.com/kiorky/croniter"

View File

@@ -162,6 +162,13 @@ class croniter(Iterator[Any]):
def iter(self, ret_type: _RetType | None = ...) -> Iterator[Any]: ...
def is_leap(self, year: int) -> bool: ...
@classmethod
def value_alias(
cls,
val: int,
field: Literal[0, 1, 2, 3, 4, 5, 6],
len_expressions: int | list[Any] | dict[Any, Any] | tuple[Any, ...] | set[Any] = 5,
) -> int: ...
@classmethod
def expand(
cls,
expr_format: str,