From 83b9fd2c1ef98c4f649b80c703295682a2a4f713adb9e03d37ed30c22e3e1909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 10:20:43 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-cftime?expand=0&rev=6 --- cftime-1.0.0.tar.gz | 3 --- cftime-1.0.3.4.tar.gz | 3 +++ python-cftime.changes | 9 +++++++++ python-cftime.spec | 15 +++++++++------ 4 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 cftime-1.0.0.tar.gz create mode 100644 cftime-1.0.3.4.tar.gz diff --git a/cftime-1.0.0.tar.gz b/cftime-1.0.0.tar.gz deleted file mode 100644 index 03304fb..0000000 --- a/cftime-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f62fe79ed2ad38f4211477e59f6f045c91278351f4ce7578e33ddf52fb121ea8 -size 30222 diff --git a/cftime-1.0.3.4.tar.gz b/cftime-1.0.3.4.tar.gz new file mode 100644 index 0000000..f99bd7b --- /dev/null +++ b/cftime-1.0.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd74d0d470baf1c50e31335215793a5e78436903e34b4f151fa9ccbf3a6cc20c +size 46422 diff --git a/python-cftime.changes b/python-cftime.changes index 02c90ab..7bd9099 100644 --- a/python-cftime.changes +++ b/python-cftime.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 7 10:15:40 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-cftime.spec b/python-cftime.spec index de037e3..99eb208 100644 --- a/python-cftime.spec +++ b/python-cftime.spec @@ -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