Accepting request 697053 from devel:languages:python:numeric
- Just use %pytest macro - Update to version 0.12.1: - Enhancements - Allow ``expand_dims`` method to support inserting/broadcasting dimensions with size > 1. (:issue:`2710`) - Bug fixes - Dataset.copy(deep=True) now creates a deep copy of the attrs (:issue:`2835`). - Fix incorrect ``indexes`` resulting from various ``Dataset`` operations (e.g., ``swap_dims``, ``isel``, ``reindex``, ``[]``) (:issue:`2842`, :issue:`2856`). OBS-URL: https://build.opensuse.org/request/show/697053 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xarray?expand=0&rev=10
This commit is contained in:
commit
f12553edb0
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 23 09:44:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Just use %pytest macro
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 7 11:37:34 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- Update to version 0.12.1:
|
||||||
|
- Enhancements
|
||||||
|
- Allow ``expand_dims`` method to support inserting/broadcasting dimensions
|
||||||
|
with size > 1. (:issue:`2710`)
|
||||||
|
- Bug fixes
|
||||||
|
- Dataset.copy(deep=True) now creates a deep copy of the attrs (:issue:`2835`).
|
||||||
|
- Fix incorrect ``indexes`` resulting from various ``Dataset`` operations
|
||||||
|
(e.g., ``swap_dims``, ``isel``, ``reindex``, ``[]``) (:issue:`2842`,
|
||||||
|
:issue:`2856`).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 16 22:38:17 UTC 2019 - Arun Persaud <arun@gmx.de>
|
Sat Mar 16 22:38:17 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-xarray
|
Name: python-xarray
|
||||||
Version: 0.12.0
|
Version: 0.12.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: N-D labeled arrays and datasets in Python
|
Summary: N-D labeled arrays and datasets in Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -65,8 +65,7 @@ The dataset is an in-memory representation of a netCDF file.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#ignore netcdf fails for now, known upstream: https://github.com/pydata/xarray/issues/2050
|
%pytest
|
||||||
%python_expand py.test-%{$python_bin_suffix} xarray
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:856fd062c55208a248ac3784cac8d3524b355585387043efc92a4188eede57f3
|
|
||||||
size 1742146
|
|
3
xarray-0.12.1.tar.gz
Normal file
3
xarray-0.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ac09a819e791be208ae33fa7ecee19d0fe7b5479906f927d358a61957ce27e10
|
||||||
|
size 1745116
|
Loading…
x
Reference in New Issue
Block a user