summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:57:56 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:57:56 +0000
commit6cc0f11e096bf4f734efed2fefbe785cf2bfcafd (patch)
tree3d082e130d129d6e8132ca1cea6f826f3c21d643
parent5fbadd3c28b83c7aa339508dcb05d78c1ec54443 (diff)
automatic import of python-tinybrainopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-tinybrain.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 83eb165..29aff1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/tinybrain-1.3.2.tar.gz
+/tinybrain-1.3.3.tar.gz
diff --git a/python-tinybrain.spec b/python-tinybrain.spec
index 45acc5d..473bc4e 100644
--- a/python-tinybrain.spec
+++ b/python-tinybrain.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-tinybrain
-Version: 1.3.2
+Version: 1.3.3
Release: 1
Summary: Image pyramid generation specialized for connectomics data types and procedures.
License: GNU General Public License v3 or later (GPLv3+)
URL: https://github.com/seung-lab/tinybrain/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/56/b9/221365f2a8f587f1b8fbf6f1cce3b4bf5320c894781768dcbe6be67cb6e9/tinybrain-1.3.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1b/aa/61077d4faf22ee795c228fd04da4a6060c382849ff410880976f3f1909b5/tinybrain-1.3.3.tar.gz
Requires: python3-numpy
@@ -415,7 +415,7 @@ Documentation for the countless algorithm family is located here: https://github
%prep
-%autosetup -n tinybrain-1.3.2
+%autosetup -n tinybrain-1.3.3
%build
%py3_build
@@ -429,20 +429,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 .
@@ -455,5 +455,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.3-1
- Package Spec generated
diff --git a/sources b/sources
index 2fafc7b..e21cd75 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-49e03ac4b25185a0b997381e133d120c tinybrain-1.3.2.tar.gz
+d8405458b60309908f63e0979b9803db tinybrain-1.3.3.tar.gz