From 1cfe5c243dbc89aa0c49b8233573d5b9a90a7a2c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 23 Apr 2023 05:30:22 +0000 Subject: automatic import of python-pomegranate --- .gitignore | 1 + python-pomegranate.spec | 32 ++++++++++++++------------------ sources | 2 +- 3 files changed, 16 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 6bc5a6d..0e9271e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pomegranate-0.14.8.tar.gz +/pomegranate-1.0.0.tar.gz diff --git a/python-pomegranate.spec b/python-pomegranate.spec index c076149..51206e2 100644 --- a/python-pomegranate.spec +++ b/python-pomegranate.spec @@ -1,33 +1,29 @@ %global _empty_manifest_terminate_build 0 Name: python-pomegranate -Version: 0.14.8 +Version: 1.0.0 Release: 1 -Summary: Pomegranate is a graphical models library for Python, implemented in Cython for speed. -License: MIT -URL: http://pypi.python.org/pypi/pomegranate/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f8/29/0e3433b4657ea582e2d4c12dc3f27ba0fe1d9b45eebedfb475ed16d3d193/pomegranate-0.14.8.tar.gz +Summary: A PyTorch implementation of probabilistic models. +License: LICENSE.txt +URL: https://github.com/jmschrei/torchegranate +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8c/5f/5561bda6c4d44d2bb9006f2f7b389f29907c5405dfbebd40f87cbcec7a7d/pomegranate-1.0.0.tar.gz +BuildArch: noarch Requires: python3-numpy -Requires: python3-joblib -Requires: python3-networkx Requires: python3-scipy -Requires: python3-pyyaml -Requires: python3-cupy -Requires: python3-pygraphviz -Requires: python3-matplotlib +Requires: python3-scikit-learn +Requires: python3-torch +Requires: python3-apricot-select +Requires: python3-networkx %description %package -n python3-pomegranate -Summary: Pomegranate is a graphical models library for Python, implemented in Cython for speed. +Summary: A PyTorch implementation of probabilistic models. Provides: python-pomegranate BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip -BuildRequires: python3-cffi -BuildRequires: gcc -BuildRequires: gdb %description -n python3-pomegranate @@ -38,7 +34,7 @@ Provides: python3-pomegranate-doc %prep -%autosetup -n pomegranate-0.14.8 +%autosetup -n pomegranate-1.0.0 %build %py3_build @@ -72,11 +68,11 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-pomegranate -f filelist.lst -%dir %{python3_sitearch}/* +%dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot - 0.14.8-1 +* Sun Apr 23 2023 Python_Bot - 1.0.0-1 - Package Spec generated diff --git a/sources b/sources index 7f073f7..855f354 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a0dd0bd892f0a7a6e978b5da018d5619 pomegranate-0.14.8.tar.gz +bcb411a855e9bfc2be097837fe3194f9 pomegranate-1.0.0.tar.gz -- cgit v1.2.3