summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-seamm.spec20
-rw-r--r--sources2
3 files changed, 12 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 0914946..88d7313 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/seamm-2023.4.24.tar.gz
+/seamm-2023.5.29.tar.gz
diff --git a/python-seamm.spec b/python-seamm.spec
index ba063f3..4856258 100644
--- a/python-seamm.spec
+++ b/python-seamm.spec
@@ -1,13 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-seamm
-Version: 2023.4.24
+Version: 2023.5.29
Release: 1
Summary: The core of the SEAMM environment and graphical interface.
License: GNU Lesser General Public License v3
URL: https://github.com/molssi-seamm/seamm
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/45/a1/f9a2e9be5d725c339bbb7a4ff0630d520e7ba321a4e8ae94dade61ea7447/seamm-2023.4.24.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/58/fa/4068363099fc368cb3d63b46a03f5286544770e74946716ccd82f8560135/seamm-2023.5.29.tar.gz
BuildArch: noarch
+Requires: python3-pmw
Requires: python3-bibtexparser
Requires: python3-fasteners
Requires: python3-humanize
@@ -17,7 +18,6 @@ Requires: python3-numpy
Requires: python3-packaging
Requires: python3-pandas
Requires: python3-pillow
-Requires: python3-pmw
Requires: python3-py-cpuinfo
Requires: python3-dateutil
Requires: python3-pyuca
@@ -47,7 +47,7 @@ Provides: python3-seamm-doc
%prep
-%autosetup -n seamm-2023.4.24
+%autosetup -n seamm-2023.5.29
%build
%py3_build
@@ -61,20 +61,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 .
@@ -87,5 +87,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.24-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.5.29-1
- Package Spec generated
diff --git a/sources b/sources
index e6cebef..eecbe76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a22111a661b7cb086004f52f03ab9d59 seamm-2023.4.24.tar.gz
+a75de992c3622d216b886af22743612c seamm-2023.5.29.tar.gz