From a1a3dcefe74dab65d3ab9ef054fc749dc060a751 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 02:46:04 +0000 Subject: automatic import of python-hyperspy-gui-traitsui --- .gitignore | 1 + python-hyperspy-gui-traitsui.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 862b947..a90b10d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /hyperspy_gui_traitsui-1.5.2.tar.gz +/hyperspy_gui_traitsui-1.5.3.tar.gz diff --git a/python-hyperspy-gui-traitsui.spec b/python-hyperspy-gui-traitsui.spec index 577f09e..5339bc2 100644 --- a/python-hyperspy-gui-traitsui.spec +++ b/python-hyperspy-gui-traitsui.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-hyperspy-gui-traitsui -Version: 1.5.2 +Version: 1.5.3 Release: 1 Summary: traitsui GUI elements for HyperSpy. License: GPLv3 URL: https://github.com/hyperspy/hyperspy_gui_traitsui -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d1/64/a9182249b9aa85d428b72601e9bc29b2519a8d79d973e11fef900fa96fa3/hyperspy_gui_traitsui-1.5.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/39/ca/bc5fe35fd9a1a4cb92d57907a8ba36a099007902939b35164679fe283107/hyperspy_gui_traitsui-1.5.3.tar.gz BuildArch: noarch Requires: python3-traits @@ -166,7 +166,7 @@ Contributions through pull requests are welcome. See the %prep -%autosetup -n hyperspy-gui-traitsui-1.5.2 +%autosetup -n hyperspy_gui_traitsui-1.5.3 %build %py3_build @@ -180,20 +180,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 . @@ -206,5 +206,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 29 2023 Python_Bot - 1.5.2-1 +* Fri Jun 09 2023 Python_Bot - 1.5.3-1 - Package Spec generated diff --git a/sources b/sources index 63b7a01..59bd020 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -85d7b31062f839c4184b6e6e97d84657 hyperspy_gui_traitsui-1.5.2.tar.gz +c5160220ba39c954b826e46fdb85921c hyperspy_gui_traitsui-1.5.3.tar.gz -- cgit v1.2.3