Accepting request 617162 from devel:languages:python

- update to version 3.2.1, no changelog available, listing
  relevant git commits:
 * Fix bug in pchip_interp utility function. (#27)
   A smoke test has been added for this function.
   The function is an additional wrapper around the wrapped ufunc,
   the core of which is in C, and it is not used internally.
 * Make the code c/c++ compatible; eliminate source duplication. (#28)
 * Cleanup: warnings and last reference to src2. (#32)
  * This is a minor cleanup of the code generators and associated C.

OBS-URL: https://build.opensuse.org/request/show/617162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gsw?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-06-29 20:27:39 +00:00 committed by Git OBS Bridge
parent b89ff509e6
commit cc3acaa1dc
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bab7b7ed0ebec73f8647f7c02e6c9e8754fc322264f4d271b1461da923f60033
size 4697891

3
gsw-3.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0a34c2f5a616bfbec9427522f9974b9a9b6589ae2a0af8723927fba6b07c6cc
size 2373064

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jun 2 06:59:02 UTC 2018 - sebix+novell.com@sebix.at
- update to version 3.2.1, no changelog available, listing
relevant git commits:
* Fix bug in pchip_interp utility function. (#27)
A smoke test has been added for this function.
The function is an additional wrapper around the wrapped ufunc,
the core of which is in C, and it is not used internally.
* Make the code c/c++ compatible; eliminate source duplication. (#28)
* Cleanup: warnings and last reference to src2. (#32)
* This is a minor cleanup of the code generators and associated C.
-------------------------------------------------------------------
Fri Mar 2 20:02:11 UTC 2018 - sebix+novell.com@sebix.at

View File

@ -23,7 +23,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-gsw
Version: 3.2.0
Version: 3.2.1
Release: 0
Summary: Gibbs Seawater Oceanographic Package of TEOS-10
# Note: Python code is MIT licensed