From d60e1fe0ecbd10a10185d1532141638eabb74952 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 21 Apr 2023 14:00:49 +0000 Subject: automatic import of python-hmmlearn --- .gitignore | 1 + python-hmmlearn.spec | 26 +++++++++++++------------- sources | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 55f0287..817658e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /hmmlearn-0.2.8.tar.gz +/hmmlearn-0.3.0.tar.gz 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 - 0.2.8-1 +* Fri Apr 21 2023 Python_Bot - 0.3.0-1 - Package Spec generated diff --git a/sources b/sources index 1ec94e9..ded7665 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e3a95a6b1faca0b11a87763658dd1bef hmmlearn-0.2.8.tar.gz +0271c9f140afd34c993f6e873cb6f471 hmmlearn-0.3.0.tar.gz -- cgit v1.2.3