5 Star 0 Fork 6

src-openEuler/python-PyDrive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
PyDrive2.spec 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
kkz 提交于 2024-07-15 11:39 . Upgrade to version 1.20.0
Name: PyDrive2
Version: 1.20.0
Release: 1
Summary: Google Drive API Python wrapper library, maintained fork of PyDrive
License: Apache-2.0
URL: https://github.com/iterative/PyDrive2
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: openEuler-rpm-config
Requires: python3-google-api-client python3-pyOpenSSL
%description
Google Drive API Python wrapper library. Maintained fork of PyDrive.
%package -n python3-%{name}
Summary: %{summary}
Obsoletes: python3-PyDrive < 1.18.0
%description -n python3-%{name}
Google Drive API Python wrapper library. Maintained fork of PyDrive.
%prep
%autosetup
%generate_buildrequires
%build
%py3_build
%install
%py3_install
# No check as requires credentials for GoogleAuth
%files -n python3-%{name}
%doc README.rst
%license LICENSE
%{python3_sitelib}
%changelog
* Mon Jul 15 2024 zhaoshuang <zhaoshuang@uniontech.com> - 1.20.0-1
- Upgrade to version 1.20.0
fix(fs): add dirs caching, make it a bit more robust
feat(auth): add GDRIVE_NON_INTERACTIVE to avoid launching browser
chore(fs): add tests to cover recent PRs
Partial compatibility with Google security update 2021
* Tue Dec 12 2023 peijiankang <peijiankang@kylinos.cn> - 1.18.0-1
- Init 1.18.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-PyDrive.git
git@gitee.com:src-openeuler/python-PyDrive.git
src-openeuler
python-PyDrive
python-PyDrive
master

搜索帮助