diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pyhmmer.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pyhmmer-0.7.3.tar.gz +/pyhmmer-0.7.4.tar.gz diff --git a/python-pyhmmer.spec b/python-pyhmmer.spec index fc087fc..4d5785b 100644 --- a/python-pyhmmer.spec +++ b/python-pyhmmer.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyhmmer -Version: 0.7.3 +Version: 0.7.4 Release: 1 Summary: Cython bindings and Python interface to HMMER3. License: MIT URL: https://github.com/althonos/pyhmmer -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/63/6c/9ba4ec4440099d30c4821e8740edb2340e6192b934e81057f7921666c1db/pyhmmer-0.7.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d4/83/1abac79f144f82424fc1e3959db6fda4d5cedc251d804b0bedbfca9b90b0/pyhmmer-0.7.4.tar.gz BuildArch: noarch Requires: python3-psutil @@ -620,7 +620,7 @@ the [Zeller team](https://github.com/zellerlab).* %prep -%autosetup -n pyhmmer-0.7.3 +%autosetup -n pyhmmer-0.7.4 %build %py3_build @@ -660,5 +660,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.3-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.4-1 - Package Spec generated @@ -1 +1 @@ -b623d0ac844844e58e798cc44c51949a pyhmmer-0.7.3.tar.gz +ec3e3c1f34c2e7fb6021687cceafceb6 pyhmmer-0.7.4.tar.gz |