summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-py-pde.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index a14002d..fdd2166 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/py-pde-0.29.0.tar.gz
+/py-pde-0.31.0.tar.gz
diff --git a/python-py-pde.spec b/python-py-pde.spec
index b6a6018..bf182bc 100644
--- a/python-py-pde.spec
+++ b/python-py-pde.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-py-pde
-Version: 0.29.0
+Version: 0.31.0
Release: 1
Summary: Python package for solving partial differential equations
License: MIT
URL: https://pypi.org/project/py-pde/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8c/71/9f60f181b62fc34f8cb33bfbc34949040ce87e53c25c577b97deb05e0d34/py-pde-0.29.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e4/59/0c8451ff94e6e8b1865996db8d3dab6b55976163ab5653890172fe72335d/py-pde-0.31.0.tar.gz
BuildArch: noarch
Requires: python3-matplotlib
@@ -86,7 +86,7 @@ conda install -c conda-forge py-pde
Installation with `conda` includes all required dependencies to have all features of `py-pde`.
%prep
-%autosetup -n py-pde-0.29.0
+%autosetup -n py-pde-0.31.0
%build
%py3_build
@@ -100,20 +100,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 .
@@ -126,5 +126,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.29.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.31.0-1
- Package Spec generated
diff --git a/sources b/sources
index 377819a..007069b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c9da4e38a0979c80c271a6a8f1ab937 py-pde-0.29.0.tar.gz
+723521e75919c238b2c2f10696996aca py-pde-0.31.0.tar.gz