Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-GridDataFormats for 
openSUSE:Factory checked in at 2023-05-02 17:08:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-GridDataFormats (Old)
 and      /work/SRC/openSUSE:Factory/.python-GridDataFormats.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-GridDataFormats"

Tue May  2 17:08:55 2023 rev:4 rq:1084004 version:1.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-GridDataFormats/python-GridDataFormats.changes
    2021-04-21 20:59:49.362241346 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-GridDataFormats.new.1533/python-GridDataFormats.changes
  2023-05-02 17:08:57.771886574 +0200
@@ -1,0 +2,51 @@
+Tue May  2 09:00:52 UTC 2023 - [email protected]
+
+- version update to 1.0.1
+  1.0.1
+  -----
+  Changes
+  * Deployment is now automatically done using github actions.
+  Fixes
+  * Version 1.0.0 would allow for installations to be made with python versions
+    < 3.8, resulting in incorrect builds. The setup configuration has now been
+    altered to avoid this (Issue #112)
+
+  1.0.0
+  -----
+  Changes
+  * API-stable release
+  * deprecated and buggy CCP4 module was removed (#107, #50)
+  * gridDataFormats now follows NEP29 (#102)
+  * removed support for Python 2.7 and Python <3.8 (#102)
+
+  0.7.0
+  -----
+  Changes
+  * Python 3.10 is supported (issue #101)
+  Enhancements
+  * use mrcfile library to parse MRC files (including CCP4) using the
+    new mrc.MRC class (issue #83)
+  Fixes
+  * The new mrc module correctly reorients the coordinate system based
+    on mapc, mapr, maps and correctly calculates the origin (issue #76)
+  * documented Grid attributes, including axis convention (issue #69)
+  Deprecations
+  * The CCP4 module (replaced by mrc) will be removed in 1.0.0
+
+  0.6.0
+  -----
+  Changes
+  * macOS and Windows are also tested (min and max supported Python, #97)
+  Enhancements
+  * Allow parsing/writing gzipped DX files (PR #70, #99)
+  * Update doc theme to use sphinx-rtd-theme (#80)
+  * Delta of OpenDX writes 7 significant figures (#88)
+  Fixes
+  * fix initialization of mutable instance variable of Grid class (metadata 
dict) (#71)
+  * fix multiple __init__ calls (#73)
+  * interpolation behavior outside of the grid changed to default to a
+    constant rather than the nearest value (#84)
+  * corrected resampling behavior to not draw on values outside of the grid 
(#84)
+
+
+-------------------------------------------------------------------

Old:
----
  GridDataFormats-0.5.0.tar.gz

New:
----
  GridDataFormats-1.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-GridDataFormats.spec ++++++
--- /var/tmp/diff_new_pack.00weyz/_old  2023-05-02 17:08:58.251889454 +0200
+++ /var/tmp/diff_new_pack.00weyz/_new  2023-05-02 17:08:58.259889502 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-GridDataFormats
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,30 +16,28 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python36 1
 Name:           python-GridDataFormats
-Version:        0.5.0
+Version:        1.0.1
 Release:        0
 Summary:        Python Tools for Reading and writing of data on regular grids
 License:        GPL-3.0-only
 URL:            https://github.com/MDAnalysis/GridDataFormats/
 Source0:        
https://files.pythonhosted.org/packages/source/G/GridDataFormats/GridDataFormats-%{version}.tar.gz
-BuildRequires:  %{python_module numpy >= 1.0.3}
-BuildRequires:  %{python_module paramiko}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
-BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-mrcfile
+Requires:       python-numpy >= 1.0.3
+Requires:       python-scipy
+BuildArch:      noarch
 # SECTION test requirements
+BuildRequires:  %{python_module mrcfile}
+BuildRequires:  %{python_module numpy >= 1.0.3}
+BuildRequires:  %{python_module paramiko}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module scipy}
 # /SECTION
-Requires:       python-numpy >= 1.0.3
-Requires:       python-six
-Requires:       python-xml
-Recommends:     python-scipy
-BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -49,7 +47,7 @@
 write out the data again.
 
 %prep
-%setup -n GridDataFormats-%{version}
+%autosetup -p1 -n GridDataFormats-%{version}
 
 %build
 %python_build

++++++ GridDataFormats-0.5.0.tar.gz -> GridDataFormats-1.0.1.tar.gz ++++++
++++ 2746 lines of diff (skipped)

Reply via email to