diff options
Diffstat (limited to 'python-hmmlearn.spec')
| -rw-r--r-- | python-hmmlearn.spec | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/python-hmmlearn.spec b/python-hmmlearn.spec index 8520161..de59fc8 100644 --- a/python-hmmlearn.spec +++ b/python-hmmlearn.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-hmmlearn -Version: 0.2.8 +Version: 0.3.0 Release: 1 Summary: Hidden Markov Models in Python with scikit-learn like API License: new BSD URL: https://github.com/hmmlearn/hmmlearn -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2b/f6/fe1f14c993ac95b9b33be2aa889c90bc607e1f38e3729f71c88bbaa7ff62/hmmlearn-0.2.8.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a1/c7/b6327a67967bd93fce45c069847c88d8e712dcfcdc002d9620b240001720/hmmlearn-0.3.0.tar.gz Requires: python3-numpy Requires: python3-scikit-learn @@ -20,10 +20,10 @@ Requires: python3-pytest | |GitHub| |PyPI| | |Read the Docs| |Build| |CodeCov| image:: https://img.shields.io/badge/github-hmmlearn%2Fhmmlearn-brightgreen - image:: https://img.shields.io/pypi/v/hmmlearn.svg + image:: https://img.shields.io/pypi/v/hmmlearn.svg?color=brightgreen image:: https://readthedocs.org/projects/hmmlearn/badge/?version=latest - image:: https://img.shields.io/github/workflow/status/hmmlearn/hmmlearn/build - image:: https://codecov.io/gh/hmmlearn/hmmlearn/master.svg + image:: https://img.shields.io/github/actions/workflow/status/hmmlearn/hmmlearn/build.yml?branch=main + image:: https://img.shields.io/codecov/c/github/hmmlearn/hmmlearn hmmlearn is a set of algorithms for **unsupervised** learning and inference of Hidden Markov Models. For supervised learning learning of HMMs and similar models see seqlearn_. @@ -42,10 +42,10 @@ BuildRequires: gdb | |GitHub| |PyPI| | |Read the Docs| |Build| |CodeCov| image:: https://img.shields.io/badge/github-hmmlearn%2Fhmmlearn-brightgreen - image:: https://img.shields.io/pypi/v/hmmlearn.svg + image:: https://img.shields.io/pypi/v/hmmlearn.svg?color=brightgreen image:: https://readthedocs.org/projects/hmmlearn/badge/?version=latest - image:: https://img.shields.io/github/workflow/status/hmmlearn/hmmlearn/build - image:: https://codecov.io/gh/hmmlearn/hmmlearn/master.svg + image:: https://img.shields.io/github/actions/workflow/status/hmmlearn/hmmlearn/build.yml?branch=main + image:: https://img.shields.io/codecov/c/github/hmmlearn/hmmlearn hmmlearn is a set of algorithms for **unsupervised** learning and inference of Hidden Markov Models. For supervised learning learning of HMMs and similar models see seqlearn_. @@ -58,17 +58,17 @@ Provides: python3-hmmlearn-doc | |GitHub| |PyPI| | |Read the Docs| |Build| |CodeCov| image:: https://img.shields.io/badge/github-hmmlearn%2Fhmmlearn-brightgreen - image:: https://img.shields.io/pypi/v/hmmlearn.svg + image:: https://img.shields.io/pypi/v/hmmlearn.svg?color=brightgreen image:: https://readthedocs.org/projects/hmmlearn/badge/?version=latest - image:: https://img.shields.io/github/workflow/status/hmmlearn/hmmlearn/build - image:: https://codecov.io/gh/hmmlearn/hmmlearn/master.svg + image:: https://img.shields.io/github/actions/workflow/status/hmmlearn/hmmlearn/build.yml?branch=main + image:: https://img.shields.io/codecov/c/github/hmmlearn/hmmlearn hmmlearn is a set of algorithms for **unsupervised** learning and inference of Hidden Markov Models. For supervised learning learning of HMMs and similar models see seqlearn_. **Note**: This package is under limited-maintenance mode. %prep -%autosetup -n hmmlearn-0.2.8 +%autosetup -n hmmlearn-0.3.0 %build %py3_build @@ -108,5 +108,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.8-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.0-1 - Package Spec generated |
