15
0
forked from pool/python-cftime

Accepting request 682390 from devel:languages:python

- Update to 1.0.3.4:
  * fixes for python2.7
  * Various flake fixes
  * More tests
  * python 3.8 support

OBS-URL: https://build.opensuse.org/request/show/682390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cftime?expand=0&rev=2
This commit is contained in:
2019-03-19 08:58:15 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 9 deletions

View File

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

3
cftime-1.0.3.4.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 7 10:15:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.3.4:
* fixes for python2.7
* Various flake fixes
* More tests
* python 3.8 support
-------------------------------------------------------------------
Thu May 17 10:04:22 UTC 2018 - tchvatal@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cftime
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cftime
Version: 1.0.0
Version: 1.0.3.4
Release: 0
Summary: Time-handling functionality from netcdf4-python
License: MIT
@@ -36,12 +36,13 @@ Requires: python-numpy
%python_subpackages
%description
Time-handling functionality from netcdf4-python
Time-handling functionality from netcdf4-python.
Was split out from netcfd4-python in 2016.
%prep
%setup -q -n cftime-%{version}
# do not require cov/xdist/etc
rm setup.cfg
%build
%python_build
@@ -51,9 +52,11 @@ Was split out from netcfd4-python in 2016.
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%python_expand PYTHONPATH="%{buildroot}%{$python_sitearch}" py.test-%{$python_bin_suffix}
%python_expand PYTHONPATH="%{buildroot}%{$python_sitearch}" py.test-%{$python_bin_suffix} -v
%files %{python_files}
%license COPYING
%doc README.md
%{python_sitearch}/*
%changelog