diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 07:17:10 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 07:17:10 +0000 |
commit | f9f489683409ae153e2b76fe7d70a342235f9327 (patch) | |
tree | bb370dbf83f5b451bb62c8fcd2d2a2573539dc44 | |
parent | f9ea607415c46298ec776e7f94c95a997fe1ded4 (diff) |
automatic import of python-cornacopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-cornac.spec | 20 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 11 deletions
@@ -1 +1,2 @@ /cornac-1.15.0.tar.gz +/cornac-1.15.1.tar.gz diff --git a/python-cornac.spec b/python-cornac.spec index e7e4b8b..493271f 100644 --- a/python-cornac.spec +++ b/python-cornac.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cornac -Version: 1.15.0 +Version: 1.15.1 Release: 1 Summary: A Comparative Framework for Multimodal Recommender Systems License: Apache Software License URL: https://cornac.preferred.ai -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/37/00/f4868b87425922afaa60ea8bc16613d1330bb7bddd67faaaba67a83264e8/cornac-1.15.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d5/f8/82db84021ed6d3522473c7dba6839e50ee664868fef5ac4b4d549e201f5b/cornac-1.15.1.tar.gz Requires: python3-numpy Requires: python3-scipy @@ -42,7 +42,7 @@ Requires: python3-pytest-cov [](https://pypi.org/project/cornac/) [](https://anaconda.org/conda-forge/cornac) [](https://github.com/conda-forge/cornac-feedstock) -[](https://pepy.tech/project/cornac) +[](https://pepy.tech/project/cornac) <br /> [](https://cornac.preferred.ai/) [](https://anaconda.org/conda-forge/cornac) @@ -65,7 +65,7 @@ Currently, we are supporting Python 3. There are several ways to install Cornac: - **From the GitHub source (for latest updates):** ```bash - pip3 install Cython + pip3 install Cython numpy scipy git clone https://github.com/PreferredAI/cornac.git cd cornac python3 setup.py install @@ -266,7 +266,7 @@ BuildRequires: gdb [](https://pypi.org/project/cornac/) [](https://anaconda.org/conda-forge/cornac) [](https://github.com/conda-forge/cornac-feedstock) -[](https://pepy.tech/project/cornac) +[](https://pepy.tech/project/cornac) <br /> [](https://cornac.preferred.ai/) [](https://anaconda.org/conda-forge/cornac) @@ -289,7 +289,7 @@ Currently, we are supporting Python 3. There are several ways to install Cornac: - **From the GitHub source (for latest updates):** ```bash - pip3 install Cython + pip3 install Cython numpy scipy git clone https://github.com/PreferredAI/cornac.git cd cornac python3 setup.py install @@ -484,7 +484,7 @@ Provides: python3-cornac-doc [](https://pypi.org/project/cornac/) [](https://anaconda.org/conda-forge/cornac) [](https://github.com/conda-forge/cornac-feedstock) -[](https://pepy.tech/project/cornac) +[](https://pepy.tech/project/cornac) <br /> [](https://cornac.preferred.ai/) [](https://anaconda.org/conda-forge/cornac) @@ -507,7 +507,7 @@ Currently, we are supporting Python 3. There are several ways to install Cornac: - **From the GitHub source (for latest updates):** ```bash - pip3 install Cython + pip3 install Cython numpy scipy git clone https://github.com/PreferredAI/cornac.git cd cornac python3 setup.py install @@ -674,7 +674,7 @@ If you use Cornac in a scientific publication, we would appreciate citations to %prep -%autosetup -n cornac-1.15.0 +%autosetup -n cornac-1.15.1 %build %py3_build @@ -714,5 +714,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.15.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 1.15.1-1 - Package Spec generated @@ -1 +1 @@ -70b6820181605eb08494e60ee8fc4651 cornac-1.15.0.tar.gz +f3bb89e61c6ca69569f8d9d57220cbd3 cornac-1.15.1.tar.gz |