summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:14:40 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:14:40 +0000
commit295b012a55f3452327c3a56f8beca2ab54803cb3 (patch)
treef4c8509bdb2bbae3c0d67c8ab9976bc9f6cc8e0c
parentd13b7ab52833eac4c1cd89056e3044a7131b15ef (diff)
automatic import of python-ispybopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-ispyb.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 5b79f5d..fa6d625 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/ispyb-7.2.0.tar.gz
/ispyb-8.0.0.tar.gz
+/ispyb-8.0.1.tar.gz
diff --git a/python-ispyb.spec b/python-ispyb.spec
index bec5095..2199862 100644
--- a/python-ispyb.spec
+++ b/python-ispyb.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-ispyb
-Version: 8.0.0
+Version: 8.0.1
Release: 1
Summary: Python package to access ISPyB database
License: Apache License, Version 2.0
URL: https://pypi.org/project/ispyb/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/42/0145060c6adde4e1bf559170521a028e26cec058f6203a6f8514bfa6dbdd/ispyb-8.0.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f0/9b/9c96968cedb6648c6770cf504bf1d7989445cd0cf2abc662e34b51461f68/ispyb-8.0.1.tar.gz
BuildArch: noarch
Requires: python3-mysql-connector-python
@@ -37,7 +37,7 @@ This package provides a Python interface to ISPyB. It can access the ISPyB datab
%prep
-%autosetup -n ispyb-8.0.0
+%autosetup -n ispyb-8.0.1
%build
%py3_build
@@ -51,20 +51,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 .
@@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 8.0.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 8.0.1-1
- Package Spec generated
diff --git a/sources b/sources
index 63c3093..68a8770 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c2b8bc34d467b18feb6ac3e2af58e49 ispyb-8.0.0.tar.gz
+fa70ccb16785fe900411323913b65980 ispyb-8.0.1.tar.gz