From 59afb59a9b4ce42bf347bfeacbccfd035deb7a8b0b037b3ee0bfbfa26943af9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Apr 2019 08:42:27 +0000 Subject: [PATCH] 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 --- gsw-3.3.0.tar.gz | 3 --- python-gsw.changes | 7 +++++++ python-gsw.spec | 8 +++----- tests.tar.gz | 3 --- v3.3.1.tar.gz | 3 +++ 5 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 gsw-3.3.0.tar.gz delete mode 100644 tests.tar.gz create mode 100644 v3.3.1.tar.gz diff --git a/gsw-3.3.0.tar.gz b/gsw-3.3.0.tar.gz deleted file mode 100644 index fd4ebe2..0000000 --- a/gsw-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46f153a3812459d97153694f814efb737c0b46951bbbf1314d31239ecdf2d93b -size 2367171 diff --git a/python-gsw.changes b/python-gsw.changes index 9c14324..aca1083 100644 --- a/python-gsw.changes +++ b/python-gsw.changes @@ -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 diff --git a/python-gsw.spec b/python-gsw.spec index 97ea496..fc1c698 100644 --- a/python-gsw.spec +++ b/python-gsw.spec @@ -22,7 +22,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gsw -Version: 3.3.0 +Version: 3.3.1 Release: 0 Summary: Gibbs Seawater Oceanographic Package of TEOS-10 # Note: Python code is MIT licensed @@ -31,9 +31,8 @@ Summary: Gibbs Seawater Oceanographic Package of TEOS-10 License: MIT AND BSD-3-Clause Group: Development/Languages/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 -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 numpy-devel} BuildRequires: %{python_module setuptools} @@ -49,8 +48,7 @@ Python implementation of the Thermodynamic Equation of Seawater 2010 (TEOS-10). %prep -%setup -q -n gsw-%{version} -tar xf %{SOURCE1} +%setup -q -n GSW-Python-%{version} %build CFLAGS="%{optflags}" diff --git a/tests.tar.gz b/tests.tar.gz deleted file mode 100644 index 88621bc..0000000 --- a/tests.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa3b2410f2eeb597d71cc1651e76483cbe94cff3ef5aca4164da29a0b27f2da8 -size 336523 diff --git a/v3.3.1.tar.gz b/v3.3.1.tar.gz new file mode 100644 index 0000000..da6ee4b --- /dev/null +++ b/v3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ce5fb103f857503e5386093affb8b04dd017f2722a68e8c7803231130cac07 +size 2747790