summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:18:08 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:18:08 +0000
commit9f07afd10b69521baf9b8a640d1c5929db269abf (patch)
tree88ff835663cba0959c49d83ccc7e42c202b55567
parentc8a47bb79ece6ebb511ed52e75e0d5443e2ec886 (diff)
automatic import of python-deeplcopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-deeplc.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index fa89d22..f4ac747 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/deeplc-2.1.8.tar.gz
+/deeplc-2.1.9.tar.gz
diff --git a/python-deeplc.spec b/python-deeplc.spec
index 945eabb..d526ef8 100644
--- a/python-deeplc.spec
+++ b/python-deeplc.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-deeplc
-Version: 2.1.8
+Version: 2.1.9
Release: 1
Summary: DeepLC: Retention time prediction for (modified) peptides using Deep Learning.
License: apache-2.0
URL: http://compomics.github.io/projects/DeepLC
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1c/f8/7e1734798e74f05228e49ccdba0f4c01c158158e2fae9cb8d04478404d3d/deeplc-2.1.8.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/cf/1d/1caf447da086d61b52990dfd4b9967301fe9a7f777f77c73bd91c9e73524/deeplc-2.1.9.tar.gz
BuildArch: noarch
Requires: python3-setuptools
@@ -71,7 +71,7 @@ Provides: python3-deeplc-doc
- [Prediction models](#prediction-models)
%prep
-%autosetup -n deeplc-2.1.8
+%autosetup -n deeplc-2.1.9
%build
%py3_build
@@ -85,20 +85,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 .
@@ -111,5 +111,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.8-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.9-1
- Package Spec generated
diff --git a/sources b/sources
index c31bb61..32976c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a1fa1b74f6e505f54991b74157504ff deeplc-2.1.8.tar.gz
+1b4f6342fea457ebe1a0b567943a7fe2 deeplc-2.1.9.tar.gz