summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-sanydata.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index ef2acee..1c75593 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/sanydata-3.3.0.tar.gz
+/sanydata-3.3.1.tar.gz
diff --git a/python-sanydata.spec b/python-sanydata.spec
index 2c8ff18..501eee3 100644
--- a/python-sanydata.spec
+++ b/python-sanydata.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-sanydata
-Version: 3.3.0
+Version: 3.3.1
Release: 1
Summary: get data and get wind farm information
License: MIT Licence
URL: http://gitlab.sanywind.net/sanydata/sanydata
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3b/15/cf71b9a6aa378a62a6dd6b4866fed2c2d8ef12af1ee8b86565759ba09368/sanydata-3.3.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/2c/6a/28c7cd3ef8d2c1d6daea62c288996bacc86c4dc3bb1a5e9ee6f8a599c5d3/sanydata-3.3.1.tar.gz
BuildArch: noarch
Requires: python3-grpcio
@@ -46,7 +46,7 @@ get data and get wind farm information
%prep
-%autosetup -n sanydata-3.3.0
+%autosetup -n sanydata-3.3.1
%build
%py3_build
@@ -60,20 +60,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 .
@@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.3.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.3.1-1
- Package Spec generated
diff --git a/sources b/sources
index ea81ed6..62b5ec6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-699a3c4ee63e2cd048f39fec95dad77e sanydata-3.3.0.tar.gz
+b1dd4ef6437f9484e2ec58d88d6a70ed sanydata-3.3.1.tar.gz