diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 12:45:24 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 12:45:24 +0000 |
commit | 109c9056f30170b5e59599012fa01507efacc28a (patch) | |
tree | ab65cfe3829f9c8f7190b3ea3d422a4f89aa7a0c | |
parent | a4e777ac0db6e5841059cb9bd862b42fc0de6bab (diff) |
automatic import of python-pyctiopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pycti.spec | 32 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 27 insertions, 8 deletions
@@ -1 +1,2 @@ /pycti-5.6.2.tar.gz +/pycti-5.7.2.tar.gz diff --git a/python-pycti.spec b/python-pycti.spec index 648ab78..e2c039f 100644 --- a/python-pycti.spec +++ b/python-pycti.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pycti -Version: 5.6.2 +Version: 5.7.2 Release: 1 Summary: Python API client for OpenCTI. License: Apache URL: https://github.com/OpenCTI-Platform/client-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/92/0c/ce63b038682e7ca2ef4da51dd26d66089ba5e5e831a1b9058275d501b100/pycti-5.6.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9c/1d/c740d6a999d491f858a91dda22165de855b272b79b32d285ee6efaec4785/pycti-5.7.2.tar.gz BuildArch: noarch Requires: python3-datefinder @@ -42,7 +42,7 @@ Requires: python3-sphinx-rtd-theme [](https://opencti-client-for-python.readthedocs.io/en/latest/) [](https://github.com/OpenCTI-Platform/client-python/releases/latest) [](https://pypi.python.org/pypi/pycti/) -[](https://community.filigran.io) +[](https://community.filigran.io) The official OpenCTI Python client helps developers to use the OpenCTI API by providing easy to use methods and utils. This client is also used by some OpenCTI components. @@ -81,6 +81,12 @@ $ git push origin [branch-name] # Open a pull request ``` +### Install the package locally + +```bash +$ pip install -e . +``` + ## Documentation ### Client usage @@ -141,7 +147,7 @@ BuildRequires: python3-pip [](https://opencti-client-for-python.readthedocs.io/en/latest/) [](https://github.com/OpenCTI-Platform/client-python/releases/latest) [](https://pypi.python.org/pypi/pycti/) -[](https://community.filigran.io) +[](https://community.filigran.io) The official OpenCTI Python client helps developers to use the OpenCTI API by providing easy to use methods and utils. This client is also used by some OpenCTI components. @@ -180,6 +186,12 @@ $ git push origin [branch-name] # Open a pull request ``` +### Install the package locally + +```bash +$ pip install -e . +``` + ## Documentation ### Client usage @@ -237,7 +249,7 @@ Provides: python3-pycti-doc [](https://opencti-client-for-python.readthedocs.io/en/latest/) [](https://github.com/OpenCTI-Platform/client-python/releases/latest) [](https://pypi.python.org/pypi/pycti/) -[](https://community.filigran.io) +[](https://community.filigran.io) The official OpenCTI Python client helps developers to use the OpenCTI API by providing easy to use methods and utils. This client is also used by some OpenCTI components. @@ -276,6 +288,12 @@ $ git push origin [branch-name] # Open a pull request ``` +### Install the package locally + +```bash +$ pip install -e . +``` + ## Documentation ### Client usage @@ -323,7 +341,7 @@ OpenCTI is a product designed and developed by the company [Filigran](https://ww %prep -%autosetup -n pycti-5.6.2 +%autosetup -n pycti-5.7.2 %build %py3_build @@ -363,5 +381,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 5.6.2-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 5.7.2-1 - Package Spec generated @@ -1 +1 @@ -9cd3a856dc835f98e64b96ce8b75f6b1 pycti-5.6.2.tar.gz +782862dce446e0eab1b01a73331f43ad pycti-5.7.2.tar.gz |