diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 12:49:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 12:49:55 +0000 |
commit | e754af0eaebb72b55bdd48fee93a509147494430 (patch) | |
tree | c54a9a2152072a03b199d01d6c4967f0b4114287 | |
parent | 020ec03e1477a8f824d6e1367c4b54a3a14b06ad (diff) |
automatic import of python-cr-cubeopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-cr-cube.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /cr.cube-3.0.28.tar.gz +/cr.cube-3.0.30.tar.gz diff --git a/python-cr-cube.spec b/python-cr-cube.spec index 6d798a4..0efb51f 100644 --- a/python-cr-cube.spec +++ b/python-cr-cube.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cr.cube -Version: 3.0.28 +Version: 3.0.30 Release: 1 Summary: Crunch.io Cube library License: MIT License URL: https://github.com/Crunch-io/crunch-cube/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e7/a6/e8fa701efb30ab6cebb687af33710accbeabb070bb77c4e962849c499e78/cr.cube-3.0.28.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/f5/63bb37dee6f62a270a4cd467013ce130b874509b80ba139916c681847ef5/cr.cube-3.0.30.tar.gz BuildArch: noarch Requires: python3-scipy @@ -40,7 +40,7 @@ Provides: python3-cr.cube-doc [](http://crunch-cube.readthedocs.io/en/latest/?badge=latest) %prep -%autosetup -n cr.cube-3.0.28 +%autosetup -n cr.cube-3.0.30 %build %py3_build @@ -80,5 +80,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.28-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.30-1 - Package Spec generated @@ -1 +1 @@ -595802f30efe57b7ba629eaebfa33829 cr.cube-3.0.28.tar.gz +b9791779a92e1021180e0a33431804b2 cr.cube-3.0.30.tar.gz |