diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 02:46:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 02:46:27 +0000 |
commit | 88d23e60db48fb104caae0645dc334958b4d0511 (patch) | |
tree | e9a90074a5cd21b3d26d267806272ad1822ad6b0 | |
parent | 41a07b7648ca86cfcb2be57bff7c41eea9a73293 (diff) |
automatic import of python-Bottleneck
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-Bottleneck.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1 +1,2 @@ /Bottleneck-1.3.6.tar.gz +/Bottleneck-1.3.7.tar.gz diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index 8a69331..2932439 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -1,15 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-Bottleneck -Version: 1.3.6 +Version: 1.3.7 Release: 1 Summary: Fast NumPy array functions written in C License: Simplified BSD URL: https://github.com/pydata/bottleneck -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4a/4f/2ee4ee0494384891fa7784d774affbcf2ad6c9ddb33b1fd211da86739513/Bottleneck-1.3.6.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/98/1f/e5c91a94a9e695fe12442aa3a1c0c8fa7b09b1091ab885e288a45733c089/Bottleneck-1.3.7.tar.gz -Requires: python3-sphinx Requires: python3-numpy Requires: python3-numpydoc +Requires: python3-sphinx Requires: python3-gitpython %description @@ -169,7 +169,7 @@ array on a little-endian operating system) the function will not be accelerated regardless of dtype. %prep -%autosetup -n Bottleneck-1.3.6 +%autosetup -n Bottleneck-1.3.7 %build %py3_build @@ -209,5 +209,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Mar 06 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.6-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.7-1 - Package Spec generated @@ -1 +1 @@ -b1ddbc83daf8456f4fef61c98d94ee80 Bottleneck-1.3.6.tar.gz +0a49691a5a6627caf1148d267af7c282 Bottleneck-1.3.7.tar.gz |