From d9c76e1d9f0c0000c1971c3e936a69dd55f49ce1 Mon Sep 17 00:00:00 2001 From: Semyon Moroz Date: Wed, 10 Sep 2025 16:06:38 +0400 Subject: [PATCH] [pyluach] Update to 2.3.* (#14692) --- stubs/pyluach/METADATA.toml | 2 +- stubs/pyluach/pyluach/parshios.pyi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stubs/pyluach/METADATA.toml b/stubs/pyluach/METADATA.toml index 2297c2a2e..172f950cc 100644 --- a/stubs/pyluach/METADATA.toml +++ b/stubs/pyluach/METADATA.toml @@ -1,2 +1,2 @@ -version = "2.2.*" +version = "2.3.*" upstream_repository = "https://github.com/simlist/pyluach" diff --git a/stubs/pyluach/pyluach/parshios.pyi b/stubs/pyluach/pyluach/parshios.pyi index 8aa2f848d..ff1a4d8c4 100644 --- a/stubs/pyluach/pyluach/parshios.pyi +++ b/stubs/pyluach/pyluach/parshios.pyi @@ -11,3 +11,4 @@ def getparsha(date: BaseDate, israel: bool = False) -> list[int] | None: ... def getparsha_string(date: BaseDate, israel: bool = False, hebrew: bool = False) -> str | None: ... def iterparshios(year: int, israel: bool = False) -> Generator[list[int] | None]: ... def parshatable(year: int, israel: bool = False) -> OrderedDict[HebrewDate, list[int] | None]: ... +def four_parshios(date: BaseDate, hebrew: bool = False) -> str: ...