From 4f4331266350d8f2741c3f57bf1f5d0846d6180f Mon Sep 17 00:00:00 2001 From: passthem Date: Thu, 23 Oct 2025 22:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=20ptimeparse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 808201c..725d7a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2402,14 +2402,14 @@ reference = "mirrors" [[package]] name = "ptimeparse" -version = "0.2.0" +version = "0.2.1" description = "一个用于解析中文的时间表达的库" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "ptimeparse-0.2.0-py3-none-any.whl", hash = "sha256:57055f8fd99fb69e19deac3b8a5c7ac91af86c7ac09781632e9abf318df0d6d2"}, - {file = "ptimeparse-0.2.0.tar.gz", hash = "sha256:867c265f2e157fe4d793d20fe9c449b8ede5c855f336d7e6b2eb78551e622766"}, + {file = "ptimeparse-0.2.1-py3-none-any.whl", hash = "sha256:cf1115784d5d983da2d5b7af327108bf04c218c795d63291e71f76d7c6ffd2d4"}, + {file = "ptimeparse-0.2.1.tar.gz", hash = "sha256:9b640e0a315d19b1e3821a290d236a051d8320348970ce3a835ed675bd2d832f"}, ] [package.source] @@ -3807,4 +3807,4 @@ reference = "mirrors" [metadata] lock-version = "2.1" python-versions = ">=3.12,<4.0" -content-hash = "02530953efe65da1a788845cd43f8856be62db5bfb59de691cad813f57bab25e" +content-hash = "78a299c64ba07999fae807300b10a1c622d45b8b387aded5a34d17cf5550e777" diff --git a/pyproject.toml b/pyproject.toml index a509d07..c515049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ dependencies = [ "imagetext-py (>=2.2.0,<3.0.0)", "opencv-python-headless (>=4.12.0.88,<5.0.0.0)", "returns (>=0.26.0,<0.27.0)", - "ptimeparse (>=0.1.1,<1.0.0)", "skia-python (>=138.0,<139.0)", "nonebot-plugin-analysis-bilibili (>=2.8.1,<3.0.0)", "qrcode (>=8.2,<9.0)", + "ptimeparse (>=0.2.1,<0.3.0)", ] [build-system] @@ -41,4 +41,3 @@ url = "https://pypi.tuna.tsinghua.edu.cn/simple/" priority = "primary" [tool.poetry.dependencies] -ptimeparse = { source = "pt-gitea-pypi" }