17
0

Accepting request 717723 from home:TheBlackCat:branches:devel:languages:python:numeric

- Update to version 1.0.3
  PyWavelets 1.0.3 is functionally equivalent to the 1.0.2 release.
  It was made to archive the JOSS paper about PyWavelets to the
  1.0.x branch and serve as a reference corresponding to the
  version that was peer reviewed.

OBS-URL: https://build.opensuse.org/request/show/717723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-PyWavelets?expand=0&rev=7
This commit is contained in:
Todd R
2019-07-23 02:47:36 +00:00
committed by Git OBS Bridge
parent fd1a2a94f4
commit 3986c1fad9
6 changed files with 21 additions and 10 deletions

View File

@@ -18,23 +18,25 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PyWavelets
Version: 1.0.2
Version: 1.0.3
Release: 0
Summary: PyWavelets is a Python wavelet transforms module
License: MIT
Group: Development/Libraries/Python
URL: http://pypi.python.org/pypi/PyWavelets/
URL: https://github.com/PyWavelets/pywt
Source0: https://files.pythonhosted.org/packages/source/P/PyWavelets/PyWavelets-%{version}.tar.gz
Source10: https://media.readthedocs.org/pdf/pywavelets/v%{version}/pywavelets.pdf
Source11: https://media.readthedocs.org/htmlzip/pywavelets/v%{version}/pywavelets.zip
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module numpy-devel >= 1.9.1}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
# SECTION test requirements
BuildRequires: %{python_module nose}
# /SECTION
Requires: python-numpy >= 1.9.1
%python_subpackages