summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 11:44:47 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 11:44:47 +0000
commit5bfe2e8d000f6f6c1d64b0f5e3112a20216b426d (patch)
treeb7e34d8c7d102bf71111b8071279b02692bdcfc7
parent7c232131e3ae035ae6a6663b4173fbb6f3bf5cc9 (diff)
automatic import of python-bmtopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-bmt.spec20
-rw-r--r--sources2
3 files changed, 11 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 49d10a8..d14c731 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/bmt-1.0.13.tar.gz
+/bmt-1.0.15.tar.gz
diff --git a/python-bmt.spec b/python-bmt.spec
index 6360dfb..91b2080 100644
--- a/python-bmt.spec
+++ b/python-bmt.spec
@@ -1,17 +1,15 @@
%global _empty_manifest_terminate_build 0
Name: python-bmt
-Version: 1.0.13
+Version: 1.0.15
Release: 1
Summary: Biolink Model Toolkit: A Python API for working with the Biolink Model
License: BSD
URL: https://github.com/biolink/biolink-model-toolkit
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0a/e0/e86b7aa33819c641f541ba568476f4fd55f956d9dc0a9dcbfc540c4e700c/bmt-1.0.13.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/51/08/cf218ca983fc289af65d9edf00cb359282fc3efb223d3ef1c4a98058f8a2/bmt-1.0.15.tar.gz
BuildArch: noarch
Requires: python3-deprecation
Requires: python3-linkml-runtime
-Requires: python3-oaklib
-Requires: python3-recommonmark
Requires: python3-stringcase
%description
@@ -105,7 +103,7 @@ Using this toolkit you can,
%prep
-%autosetup -n bmt-1.0.13
+%autosetup -n bmt-1.0.15
%build
%py3_build
@@ -119,20 +117,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 .
@@ -145,5 +143,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.13-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.15-1
- Package Spec generated
diff --git a/sources b/sources
index c1e909f..7d3a37b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06ec11dc93920085d471ab87b46f169e bmt-1.0.13.tar.gz
+606a2e0c2b9a21e5b685b0e4c477fa49 bmt-1.0.15.tar.gz