Hello community,
here is the log from the commit of package python-GridDataFormats for
openSUSE:Factory checked in at 2019-07-23 22:36:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-GridDataFormats (Old)
and /work/SRC/openSUSE:Factory/.python-GridDataFormats.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-GridDataFormats"
Tue Jul 23 22:36:48 2019 rev:2 rq:717721 version:0.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-GridDataFormats/python-GridDataFormats.changes
2018-05-29 10:29:18.527076700 +0200
+++
/work/SRC/openSUSE:Factory/.python-GridDataFormats.new.4126/python-GridDataFormats.changes
2019-07-23 22:37:24.394971021 +0200
@@ -1,0 +2,17 @@
+Tue Jul 23 02:20:35 UTC 2019 - Todd R <[email protected]>
+
+- Update to 0.5.0
+ + Changes
+ * supported/tested on Python 2.7, >=3.5 (official 3.4 support was
+ dropped: it might still work but is not tested anymore)
+ + Enhancements
+ * Allow parsing DX files by NAMD's GridForces module (new typequote
keyword)
+ * New keyword argument ``Grid(grid=<file>, file_format=<str>)`` to set
file format when
+ reading from a file
+ + Fixes
+ * Allow parsing DX files by Pymol's buggy floating-point parser
+ * Fixed loading of pickle files with .pkl suffix
+ * Better input handling when constructing a Grid object
+- Remove upstream-included no_float128.patch
+
+-------------------------------------------------------------------
Old:
----
GridDataFormats-0.4.0.tar.gz
no_float128.patch
New:
----
GridDataFormats-0.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-GridDataFormats.spec ++++++
--- /var/tmp/diff_new_pack.r92WM2/_old 2019-07-23 22:37:26.450970597 +0200
+++ /var/tmp/diff_new_pack.r92WM2/_new 2019-07-23 22:37:26.450970597 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-GridDataFormats
#
-# 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
@@ -15,32 +15,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-
-# Tests fail due to missing test directory
-%bcond_without tests
-
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-GridDataFormats
-Version: 0.4.0
+Version: 0.5.0
Release: 0
Summary: Python Tools for Reading and writing of data on regular grids
License: GPL-3.0
Group: Development/Libraries/Python
Url: https://github.com/MDAnalysis/GridDataFormats/
Source0:
https://files.pythonhosted.org/packages/source/G/GridDataFormats/GridDataFormats-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM no_float128.patch --
https://github.com/MDAnalysis/GridDataFormats/issues/44
-Patch0: no_float128.patch
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module paramiko}
BuildRequires: %{python_module numpy >= 1.0.3}
+BuildRequires: %{python_module paramiko}
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{python_module xml}
-%if %{with tests}
-BuildRequires: %{python_module nose}
-%endif
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
+# SECTION test requirements
+BuildRequires: %{python_module pytest}
+# /SECTION
Requires: python-numpy >= 1.0.3
Requires: python-six
Requires: python-xml
@@ -56,7 +49,6 @@
%prep
%setup -n GridDataFormats-%{version}
-%patch0 -p1
%build
%python_build
@@ -65,13 +57,10 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with tests}
%check
-%python_expand nosetests-%{$python_bin_suffix}
-%endif
+%pytest
%files %{python_files}
-%defattr(-,root,root)
%doc AUTHORS CHANGELOG README.rst
%license COPYING*
%{python_sitelib}/gridData
++++++ GridDataFormats-0.4.0.tar.gz -> GridDataFormats-0.5.0.tar.gz ++++++
++++ 2236 lines of diff (skipped)