From 0fa6571802eedf766286abccf140773c1963096f Mon Sep 17 00:00:00 2001 From: farfun <1007530194@qq.com> Date: Thu, 5 Dec 2024 20:26:27 +0800 Subject: [PATCH] add --- extbuild/fundrive-lanzou/pyproject.toml | 2 +- logs/all.log | 9 +++------ logs/funbuild.log | 9 +++------ pyproject.toml | 2 +- src/fundrive/drives/zenodo/drive.py | 3 ++- uv.lock | 4 ++-- 6 files changed, 12 insertions(+), 17 deletions(-) diff --git a/extbuild/fundrive-lanzou/pyproject.toml b/extbuild/fundrive-lanzou/pyproject.toml index 004a3ba..369bf42 100644 --- a/extbuild/fundrive-lanzou/pyproject.toml +++ b/extbuild/fundrive-lanzou/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fundrive-lanzou" -version = "1.2.43" +version = "1.2.44" description = "Add your description here" readme = "README.md" requires-python = ">=3.8" diff --git a/logs/all.log b/logs/all.log index 952b38d..93738b9 100644 --- a/logs/all.log +++ b/logs/all.log @@ -1,6 +1,3 @@ -2024-12-04 18:09:29.598 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build -2024-12-04 18:09:29.601 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull -2024-12-04 18:09:40.934 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push -2024-12-04 19:07:27.982 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build -2024-12-04 19:07:27.983 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull -2024-12-04 19:07:38.861 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push +2024-12-05 20:26:14.986 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build +2024-12-05 20:26:14.988 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull +2024-12-05 20:26:27.958 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push diff --git a/logs/funbuild.log b/logs/funbuild.log index 952b38d..93738b9 100644 --- a/logs/funbuild.log +++ b/logs/funbuild.log @@ -1,6 +1,3 @@ -2024-12-04 18:09:29.598 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build -2024-12-04 18:09:29.601 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull -2024-12-04 18:09:40.934 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push -2024-12-04 19:07:27.982 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build -2024-12-04 19:07:27.983 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull -2024-12-04 19:07:38.861 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push +2024-12-05 20:26:14.986 |INFO | funbuild.core.core : core: 77 | funbuild | - fundrive build +2024-12-05 20:26:14.988 |INFO | funbuild.core.core : core: 65 | funbuild | - fundrive pull +2024-12-05 20:26:27.958 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push diff --git a/pyproject.toml b/pyproject.toml index b400e02..c7b43e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fundrive" -version = "1.2.43" +version = "1.2.44" description = "Add your description here" readme = "README.md" requires-python = ">=3.8" diff --git a/src/fundrive/drives/zenodo/drive.py b/src/fundrive/drives/zenodo/drive.py index d6d7102..7f1a251 100644 --- a/src/fundrive/drives/zenodo/drive.py +++ b/src/fundrive/drives/zenodo/drive.py @@ -1,11 +1,12 @@ import os from typing import List -from fundrive.core import BaseDrive, DriveFile from funget import simple_download from funsecret import read_secret from funutil import getLogger +from fundrive.core import BaseDrive, DriveFile + from .client import ZenodoClient logger = getLogger("fundrive") diff --git a/uv.lock b/uv.lock index a75d623..26fc926 100644 --- a/uv.lock +++ b/uv.lock @@ -344,7 +344,7 @@ wheels = [ [[package]] name = "fundrive" -version = "1.2.43" +version = "1.2.44" source = { virtual = "." } dependencies = [ { name = "funget" }, @@ -384,7 +384,7 @@ requires-dist = [ [[package]] name = "fundrive-lanzou" -version = "1.2.43" +version = "1.2.44" source = { virtual = "extbuild/fundrive-lanzou" } dependencies = [ { name = "fundrive" },