Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gwcs for openSUSE:Factory 
checked in at 2021-02-15 23:14:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gwcs (Old)
 and      /work/SRC/openSUSE:Factory/.python-gwcs.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gwcs"

Mon Feb 15 23:14:50 2021 rev:6 rq:871191 version:0.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gwcs/python-gwcs.changes  2021-01-18 
14:46:02.842040485 +0100
+++ /work/SRC/openSUSE:Factory/.python-gwcs.new.28504/python-gwcs.changes       
2021-02-15 23:16:57.391454614 +0100
@@ -1,0 +2,8 @@
+Thu Feb 11 10:24:44 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Actually do the update to 0.16.1 m-)
+- Skip schema tests not tolerating any deprecation warnings from
+  numpy 1.20 -- Already fixed upstream, but patch is too
+  unspecific gh#spacetelescope/gwcs#353
+
+-------------------------------------------------------------------

Old:
----
  gwcs-0.16.0.tar.gz

New:
----
  gwcs-0.16.1.tar.gz

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

Other differences:
------------------
++++++ python-gwcs.spec ++++++
--- /var/tmp/diff_new_pack.KBzkle/_old  2021-02-15 23:16:58.039455582 +0100
+++ /var/tmp/diff_new_pack.KBzkle/_new  2021-02-15 23:16:58.043455588 +0100
@@ -22,7 +22,7 @@
 # But gwcs still supports it, so keep the -base, requirement below for 
potential Leap backports
 %define skip_python36 1
 Name:           python-gwcs
-Version:        0.16.0
+Version:        0.16.1
 Release:        0
 Summary:        Generalized World Coordinate System
 License:        BSD-3-Clause
@@ -64,7 +64,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+# the schema tests do not tolerate numpy 1.20 deprecation warnings. Already 
fixed upstream, but patch is too unspecific
+# gh#spacetelescope/gwcs#353
+%pytest -ra -k "not (schemas and (label_mapper or regions_selector))"
 
 %files %{python_files}
 %doc README.rst

++++++ gwcs-0.16.0.tar.gz -> gwcs-0.16.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwcs-0.16.0/CHANGES.rst new/gwcs-0.16.1/CHANGES.rst
--- old/gwcs-0.16.0/CHANGES.rst 2020-12-19 00:13:02.000000000 +0100
+++ new/gwcs-0.16.1/CHANGES.rst 2020-12-20 20:34:05.000000000 +0100
@@ -1,3 +1,9 @@
+0.16.1 (2020-12-20)
+-------------------
+Bug Fixes
+^^^^^^^^^
+-Fix a regression with ``pixel_to_world`` for output frames with one axis. 
[#342]
+
 0.16.0 (2020-12-18)
 -------------------
 New Features
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwcs-0.16.0/PKG-INFO new/gwcs-0.16.1/PKG-INFO
--- old/gwcs-0.16.0/PKG-INFO    2020-12-19 00:13:46.305404200 +0100
+++ new/gwcs-0.16.1/PKG-INFO    2020-12-20 20:34:41.137254500 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: gwcs
-Version: 0.16.0
+Version: 0.16.1
 Summary: Generalized World Coordinate System
 Home-page: https://gwcs.readthedocs.io/en/latest/
 Author: gwcs developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwcs-0.16.0/gwcs/api.py new/gwcs-0.16.1/gwcs/api.py
--- old/gwcs-0.16.0/gwcs/api.py 2020-12-19 00:12:13.000000000 +0100
+++ new/gwcs-0.16.1/gwcs/api.py 2020-12-20 20:33:45.000000000 +0100
@@ -296,10 +296,7 @@
         Convert pixel values to world coordinates.
         """
         pixels = self._sanitize_pixel_inputs(*pixel_arrays)
-        result = self(*pixels, with_units=True)
-        if self.output_frame.naxes == 1:
-            return result[0]
-        return result
+        return self(*pixels, with_units=True)
 
     def array_index_to_world(self, *index_arrays):
         """
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwcs-0.16.0/gwcs.egg-info/PKG-INFO 
new/gwcs-0.16.1/gwcs.egg-info/PKG-INFO
--- old/gwcs-0.16.0/gwcs.egg-info/PKG-INFO      2020-12-19 00:13:45.000000000 
+0100
+++ new/gwcs-0.16.1/gwcs.egg-info/PKG-INFO      2020-12-20 20:34:40.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: gwcs
-Version: 0.16.0
+Version: 0.16.1
 Summary: Generalized World Coordinate System
 Home-page: https://gwcs.readthedocs.io/en/latest/
 Author: gwcs developers

Reply via email to