summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:54:31 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:54:31 +0000
commite34e8ce937357d2265b55f53958755c20b88d5cf (patch)
tree38be7dce42f6eb1ec2bc39170c2ccc45581551a8
parent409c3a8eaeaa9e83676c0a57d72297ce5d39e9d6 (diff)
automatic import of python-pyintelowlopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pyintelowl.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index d299864..e2a1376 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pyintelowl-4.4.3.tar.gz
+/pyintelowl-4.4.4.tar.gz
diff --git a/python-pyintelowl.spec b/python-pyintelowl.spec
index c454773..7fa9c01 100644
--- a/python-pyintelowl.spec
+++ b/python-pyintelowl.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pyintelowl
-Version: 4.4.3
+Version: 4.4.4
Release: 1
Summary: Robust Python SDK and CLI for IntelOwl's API
License: GNU Affero General Public License v3 or later (AGPLv3+)
URL: https://github.com/intelowlproject/pyintelowl
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fb/8f/6e55719ce06a3bd3848d615ba76a91bbcc87dad61e721b7f951e239c7d1e/pyintelowl-4.4.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ac/4b/22cc2007b694d16971f04400110cf26dae205820d907beeb607e3f162355/pyintelowl-4.4.4.tar.gz
BuildArch: noarch
Requires: python3-requests
@@ -330,7 +330,7 @@ You can use it by pasting it into the file [api_token.txt](api_token.txt).
%prep
-%autosetup -n pyintelowl-4.4.3
+%autosetup -n pyintelowl-4.4.4
%build
%py3_build
@@ -344,20 +344,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
- find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
- find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
- find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
- find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
- find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -370,5 +370,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.4-1
- Package Spec generated
diff --git a/sources b/sources
index 8dff73d..0d101eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f0f253d5d8080458cd57c414a3aa3ca pyintelowl-4.4.3.tar.gz
+27998dd7feff059c2951d1c411a85bef pyintelowl-4.4.4.tar.gz