Accepting request 697303 from home:pgajdos
- version update to 3.3.1 * Add optional args to p_from_z and z_from_p (#49). - github tar ball forever (#39) OBS-URL: https://build.opensuse.org/request/show/697303 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-gsw?expand=0&rev=7
This commit is contained in:
parent
f0abd1483e
commit
59afb59a9b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46f153a3812459d97153694f814efb737c0b46951bbbf1314d31239ecdf2d93b
|
|
||||||
size 2367171
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 24 05:47:33 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 3.3.1
|
||||||
|
* Add optional args to p_from_z and z_from_p (#49).
|
||||||
|
- github tar ball forever (#39)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 20 14:27:16 CET 2019 - Matej Cepl <mcepl@suse.com>
|
Wed Feb 20 14:27:16 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-gsw
|
Name: python-gsw
|
||||||
Version: 3.3.0
|
Version: 3.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Gibbs Seawater Oceanographic Package of TEOS-10
|
Summary: Gibbs Seawater Oceanographic Package of TEOS-10
|
||||||
# Note: Python code is MIT licensed
|
# Note: Python code is MIT licensed
|
||||||
@ -31,9 +31,8 @@ Summary: Gibbs Seawater Oceanographic Package of TEOS-10
|
|||||||
License: MIT AND BSD-3-Clause
|
License: MIT AND BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/TEOS-10/GSW-python
|
URL: https://github.com/TEOS-10/GSW-python
|
||||||
Source0: https://files.pythonhosted.org/packages/source/g/gsw/gsw-%{version}.tar.gz
|
|
||||||
# gh#TEOS-10/GSW-Python#39
|
# gh#TEOS-10/GSW-Python#39
|
||||||
Source1: tests.tar.gz
|
Source0: https://github.com/TEOS-10/GSW-Python/archive/v%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel >= 3.5}
|
BuildRequires: %{python_module devel >= 3.5}
|
||||||
BuildRequires: %{python_module numpy-devel}
|
BuildRequires: %{python_module numpy-devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -49,8 +48,7 @@ Python implementation of the Thermodynamic Equation of
|
|||||||
Seawater 2010 (TEOS-10).
|
Seawater 2010 (TEOS-10).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gsw-%{version}
|
%setup -q -n GSW-Python-%{version}
|
||||||
tar xf %{SOURCE1}
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}"
|
CFLAGS="%{optflags}"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa3b2410f2eeb597d71cc1651e76483cbe94cff3ef5aca4164da29a0b27f2da8
|
|
||||||
size 336523
|
|
3
v3.3.1.tar.gz
Normal file
3
v3.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b0ce5fb103f857503e5386093affb8b04dd017f2722a68e8c7803231130cac07
|
||||||
|
size 2747790
|
Loading…
x
Reference in New Issue
Block a user