summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:56:29 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:56:29 +0000
commitb971e5601d886e70cd08d0f1a261e91a1b5ce6cd (patch)
tree6a87c36225f37b90e4363f364c933b0511590f55
parentc9c4f6b1c2440bca512c075f2941ef025658b6bc (diff)
automatic import of python-vws-pythonopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-vws-python.spec19
-rw-r--r--sources2
3 files changed, 11 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 601016a..a7b0e96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/vws-python-2023.3.25.tar.gz
+/vws-python-2023.5.21.tar.gz
diff --git a/python-vws-python.spec b/python-vws-python.spec
index 5e57697..4b9887c 100644
--- a/python-vws-python.spec
+++ b/python-vws-python.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-vws-python
-Version: 2023.3.25
+Version: 2023.5.21
Release: 1
Summary: Interact with the Vuforia Web Services (VWS) API.
License: The MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
URL: https://pypi.org/project/vws-python/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/4d/6b2095ca3fd560eeb484a1ceac6a7170c3e656aa881d2db34e0ab49fe8f5/vws-python-2023.3.25.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/80/ca/7e5c334ac26853761c11a28322178165dc41e1e233e845782836bbabe3fe/vws-python-2023.5.21.tar.gz
BuildArch: noarch
Requires: python3-VWS-Auth-Tools
@@ -38,7 +38,6 @@ Requires: python3-sphinx-autodoc-typehints
Requires: python3-sphinx-prompt
Requires: python3-sphinxcontrib-spelling
Requires: python3-sybil
-Requires: python3-types-freezegun
Requires: python3-types-requests
Requires: python3-vulture
@@ -64,7 +63,7 @@ Python library for the Vuforia Web Services (VWS) API and the Vuforia
Web Query API.
%prep
-%autosetup -n vws-python-2023.3.25
+%autosetup -n vws-python-2023.5.21
%build
%py3_build
@@ -78,20 +77,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 .
@@ -104,5 +103,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.25-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.5.21-1
- Package Spec generated
diff --git a/sources b/sources
index 630dad5..90e917f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d6c8531ca6f4fa5283f13b565aecc90 vws-python-2023.3.25.tar.gz
+1470b8779ee7bb908a3d17706dfdbebc vws-python-2023.5.21.tar.gz