diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 11:03:40 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 11:03:40 +0000 |
commit | 3e28978d359ce50bddb223a48f3b5e00d4b1804f (patch) | |
tree | 0fcaf0c262d1f3f7e61118429e097961a9cf67b0 | |
parent | 1edbd38fa3dd63fb5190ea1f45f8cca8c622ac55 (diff) |
automatic import of python-ontobioopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ontobio.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /ontobio-2.8.4.tar.gz +/ontobio-2.8.5.tar.gz diff --git a/python-ontobio.spec b/python-ontobio.spec index d67ca7d..a797b82 100644 --- a/python-ontobio.spec +++ b/python-ontobio.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ontobio -Version: 2.8.4 +Version: 2.8.5 Release: 1 Summary: Library for working with OBO Library Ontologies and associations License: BSD URL: https://github.com/biolink/ontobio -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8e/b6/6d5441864c27ed38c5e6c51fa77515be74d5054ca89bf2d66df0ee12415e/ontobio-2.8.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/33/98/64c5b9e507624bca8db8b2ca2a659e01e25922305003fd300e1f6af1c4df/ontobio-2.8.5.tar.gz BuildArch: noarch Requires: python3-marshmallow @@ -76,7 +76,7 @@ remote services (currently the OntoBee SPARQL service for ontologies and a Monarch or GO Golr service for associations). %prep -%autosetup -n ontobio-2.8.4 +%autosetup -n ontobio-2.8.5 %build %py3_build @@ -116,5 +116,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.4-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.5-1 - Package Spec generated @@ -1 +1 @@ -b975d2aba8b5b067fa9f0440f2efdfc8 ontobio-2.8.4.tar.gz +18af5da5aeaa5f200902bb2eaef1176c ontobio-2.8.5.tar.gz |