summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-25 07:17:10 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-25 07:17:10 +0000
commitf9f489683409ae153e2b76fe7d70a342235f9327 (patch)
treebb370dbf83f5b451bb62c8fcd2d2a2573539dc44
parentf9ea607415c46298ec776e7f94c95a997fe1ded4 (diff)
automatic import of python-cornacopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-cornac.spec20
-rw-r--r--sources2
3 files changed, 12 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 6c367cd..3143927 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
[![PyPI](https://img.shields.io/pypi/v/cornac.svg)](https://pypi.org/project/cornac/)
[![Conda](https://img.shields.io/conda/vn/conda-forge/cornac.svg)](https://anaconda.org/conda-forge/cornac)
[![Conda Recipe](https://img.shields.io/badge/recipe-cornac-green.svg)](https://github.com/conda-forge/cornac-feedstock)
-[![Downloads](https://static.pepy.tech/personalized-badge/cornac?period=total&units=international_system&left_color=grey&right_color=orange&left_text=downloads)](https://pepy.tech/project/cornac)
+[![Downloads](https://static.pepy.tech/personalized-badge/cornac?period=month&units=international_system&left_color=grey&right_color=orange&left_text=downloads/month)](https://pepy.tech/project/cornac)
<br />
[![Python](https://img.shields.io/pypi/pyversions/cornac.svg)](https://cornac.preferred.ai/)
[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/cornac.svg)](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
[![PyPI](https://img.shields.io/pypi/v/cornac.svg)](https://pypi.org/project/cornac/)
[![Conda](https://img.shields.io/conda/vn/conda-forge/cornac.svg)](https://anaconda.org/conda-forge/cornac)
[![Conda Recipe](https://img.shields.io/badge/recipe-cornac-green.svg)](https://github.com/conda-forge/cornac-feedstock)
-[![Downloads](https://static.pepy.tech/personalized-badge/cornac?period=total&units=international_system&left_color=grey&right_color=orange&left_text=downloads)](https://pepy.tech/project/cornac)
+[![Downloads](https://static.pepy.tech/personalized-badge/cornac?period=month&units=international_system&left_color=grey&right_color=orange&left_text=downloads/month)](https://pepy.tech/project/cornac)
<br />
[![Python](https://img.shields.io/pypi/pyversions/cornac.svg)](https://cornac.preferred.ai/)
[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/cornac.svg)](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
[![PyPI](https://img.shields.io/pypi/v/cornac.svg)](https://pypi.org/project/cornac/)
[![Conda](https://img.shields.io/conda/vn/conda-forge/cornac.svg)](https://anaconda.org/conda-forge/cornac)
[![Conda Recipe](https://img.shields.io/badge/recipe-cornac-green.svg)](https://github.com/conda-forge/cornac-feedstock)
-[![Downloads](https://static.pepy.tech/personalized-badge/cornac?period=total&units=international_system&left_color=grey&right_color=orange&left_text=downloads)](https://pepy.tech/project/cornac)
+[![Downloads](https://static.pepy.tech/personalized-badge/cornac?period=month&units=international_system&left_color=grey&right_color=orange&left_text=downloads/month)](https://pepy.tech/project/cornac)
<br />
[![Python](https://img.shields.io/pypi/pyversions/cornac.svg)](https://cornac.preferred.ai/)
[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/cornac.svg)](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
diff --git a/sources b/sources
index 6ea0e53..0aec319 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70b6820181605eb08494e60ee8fc4651 cornac-1.15.0.tar.gz
+f3bb89e61c6ca69569f8d9d57220cbd3 cornac-1.15.1.tar.gz