diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-bgmi.spec | 63 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 61 insertions, 5 deletions
@@ -1 +1,2 @@ /bgmi-4.4.4.tar.gz +/bgmi-4.4.5.tar.gz diff --git a/python-bgmi.spec b/python-bgmi.spec index 27384ed..17fac74 100644 --- a/python-bgmi.spec +++ b/python-bgmi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bgmi -Version: 4.4.4 +Version: 4.4.5 Release: 1 Summary: BGmi is a cli tool for subscribed bangumi. License: MIT URL: https://github.com/BGmi/BGmi -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/65/65/096e3f30f968634c15c1f2fe14fb6993822cfe5dd1f11d3f7db8689a36a5/bgmi-4.4.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cb/e4/c6b5967882cfa56e9785d2734770ba65c3bd375a17a88d750ed95769be22/bgmi-4.4.5.tar.gz BuildArch: noarch Requires: python3-beautifulsoup4 @@ -26,6 +26,7 @@ Requires: python3-loguru Requires: python3-click Requires: python3-transmission-rpc Requires: python3-qbittorrent-api +Requires: python3-pycomplete %description # BGmi @@ -44,6 +45,7 @@ BGmi 是一个用来追番的命令行程序. ### v4 +- 命令自动补全,使用 `bgmi completion zsh/bash` 生成 - 添加 `mikan_url` 配置,用于配置蜜柑计划镜像站。 - 添加 `proxy` 设置 - 新 WEB UI @@ -141,6 +143,23 @@ bgmi --help **`--help`选项同样适用于所有的子命令,readme 仅介绍了一些基础用法。** +## 命令自动补全 + +### bash + +```shell +bgmi completion bash > ~/.bash_completion.d/bgmi +``` + +### zsh + +#### oh-my-zsh +```shell +bgmi completion zsh > .oh-my-zsh/completions/_bgmi +``` + +我不使用其他的 zsh 插件管理器,具体的安装方法请查询你使用的插件管理器文档 + ## 配置 BGmi BGmi 提供两种方式配置BGmi的各项运行参数,分别为配置文件与环境变量。 @@ -590,6 +609,7 @@ BGmi 是一个用来追番的命令行程序. ### v4 +- 命令自动补全,使用 `bgmi completion zsh/bash` 生成 - 添加 `mikan_url` 配置,用于配置蜜柑计划镜像站。 - 添加 `proxy` 设置 - 新 WEB UI @@ -687,6 +707,23 @@ bgmi --help **`--help`选项同样适用于所有的子命令,readme 仅介绍了一些基础用法。** +## 命令自动补全 + +### bash + +```shell +bgmi completion bash > ~/.bash_completion.d/bgmi +``` + +### zsh + +#### oh-my-zsh +```shell +bgmi completion zsh > .oh-my-zsh/completions/_bgmi +``` + +我不使用其他的 zsh 插件管理器,具体的安装方法请查询你使用的插件管理器文档 + ## 配置 BGmi BGmi 提供两种方式配置BGmi的各项运行参数,分别为配置文件与环境变量。 @@ -1133,6 +1170,7 @@ BGmi 是一个用来追番的命令行程序. ### v4 +- 命令自动补全,使用 `bgmi completion zsh/bash` 生成 - 添加 `mikan_url` 配置,用于配置蜜柑计划镜像站。 - 添加 `proxy` 设置 - 新 WEB UI @@ -1230,6 +1268,23 @@ bgmi --help **`--help`选项同样适用于所有的子命令,readme 仅介绍了一些基础用法。** +## 命令自动补全 + +### bash + +```shell +bgmi completion bash > ~/.bash_completion.d/bgmi +``` + +### zsh + +#### oh-my-zsh +```shell +bgmi completion zsh > .oh-my-zsh/completions/_bgmi +``` + +我不使用其他的 zsh 插件管理器,具体的安装方法请查询你使用的插件管理器文档 + ## 配置 BGmi BGmi 提供两种方式配置BGmi的各项运行参数,分别为配置文件与环境变量。 @@ -1657,7 +1712,7 @@ class DataSource(BaseWebsite): %prep -%autosetup -n bgmi-4.4.4 +%autosetup -n bgmi-4.4.5 %build %py3_build @@ -1697,5 +1752,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.4-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.5-1 - Package Spec generated @@ -1 +1 @@ -68e6865d7c162a5fb906306de8dba227 bgmi-4.4.4.tar.gz +532f10fda99fa2cfbbbdda632b779144 bgmi-4.4.5.tar.gz |