diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-30 10:13:12 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 10:13:12 +0000 |
| commit | a08d6e0f0b1e8abf5ad8bc164a8e8f2d32879cb6 (patch) | |
| tree | 6f046866a8db35d4f38b23bfca2b50475958b037 | |
| parent | 274d1ad7b378ff28fbeb4cc0bcc1e451e36a7ea2 (diff) | |
automatic import of python-cognicept-shell
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-cognicept-shell.spec | 13 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 5 deletions
@@ -1 +1,2 @@ /cognicept-shell-1.5.2.tar.gz +/cognicept-shell-1.6.1.tar.gz diff --git a/python-cognicept-shell.spec b/python-cognicept-shell.spec index 7adb87a..21e6d55 100644 --- a/python-cognicept-shell.spec +++ b/python-cognicept-shell.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cognicept-shell -Version: 1.5.2 +Version: 1.6.1 Release: 1 Summary: Shell utility to configure Cognicept tools. License: Apache License 2.0 URL: https://kabam.ai -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6b/d2/9316c0b17ae9c052246b721ff097d138fd3a9290bc8d9c95c4446ed5461f/cognicept-shell-1.5.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/04/0d/9c2b7b01d0a79c92da006c1afdc3b7b366b2656789d477e1c2eea0e8125a/cognicept-shell-1.6.1.tar.gz BuildArch: noarch Requires: python3-dotenv @@ -14,6 +14,11 @@ Requires: python3-docker Requires: python3-PyCryptodome Requires: python3-argcomplete Requires: python3-tabulate +Requires: python3-ping3 +Requires: python3-docker-compose +Requires: python3-PyJWT +Requires: python3-websocket-client +Requires: python3-paramiko %description platform linux -- Python 3.8.5, pytest-5.4.3, py-1.9.0, pluggy-0.13.1 @@ -58,7 +63,7 @@ tests/unit/test_config.py .... [ 66%] tests/unit/test_keyrotate.py ... [ 72%] %prep -%autosetup -n cognicept-shell-1.5.2 +%autosetup -n cognicept-shell-1.6.1 %build %py3_build @@ -98,5 +103,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.2-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.1-1 - Package Spec generated @@ -1 +1 @@ -ef8f947728de6204e7713b5d14f3fc21 cognicept-shell-1.5.2.tar.gz +2576e0352076f81ca7e44691d62fedbd cognicept-shell-1.6.1.tar.gz |
