Accepting request 749755 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/749755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netCDF4?expand=0&rev=6
This commit is contained in:
2019-11-20 09:28:27 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 5 deletions

View File

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

3
netCDF4-1.5.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 19 20:48:10 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 1.5.3:
* make sure arrays are masked that are not filled when auto_fill is off
* python 3.8 binary wheels.
-------------------------------------------------------------------
Tue Oct 8 09:09:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-netCDF4
Version: 1.5.2
Version: 1.5.3
Release: 0
Summary: Python interface to netCDF 3 and 4
License: HPND AND MIT
Group: Development/Languages/Python
URL: https://github.com/Unidata/netcdf4-python
Source: https://files.pythonhosted.org/packages/source/n/netCDF4/netCDF4-%{version}.tar.gz
BuildRequires: %{python_module Cython >= 0.21}