Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-astropy for openSUSE:Factory 
checked in at 2022-03-16 21:15:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-astropy (Old)
 and      /work/SRC/openSUSE:Factory/.python-astropy.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-astropy"

Wed Mar 16 21:15:29 2022 rev:31 rq:961621 version:5.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-astropy/python-astropy.changes    
2022-01-29 21:00:10.275444817 +0100
+++ /work/SRC/openSUSE:Factory/.python-astropy.new.25692/python-astropy.changes 
2022-03-16 21:15:35.822856313 +0100
@@ -1,0 +2,45 @@
+Sun Mar 13 08:10:02 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 5.0.2
+  astropy.io.ascii
+  * Bugfix to add backwards compatibility for reading ECSV version
+    0.9 files with non-standard column datatypes (such as `object`,
+    `str`, `datetime64`, etc.), which would raise a ValueError in
+    ECSV version 1.0. [#12880]
+  * astropy.io.misc
+  * Bugfix for `units_mapping` schema's property name conflicts.
+    Changes:
+    - `inputs` to `unit_inputs`
+    - `outputs` to `unit_outputs` [#12800]
+  astropy.io.votable
+  * Fixed a bug where `astropy.io.votable.validate` was printing
+    output to `sys.stdout` when the `output` paramter was set to
+    `None`. `validate` now returns a string when `output` is set to
+    `None`, as documented. [#12604]
+  astropy.modeling
+  * Fix handling of units on `scale` parameter in BlackBody model.
+    [#12318]
+  * Indexing on models can now be used with all types of integers
+    (like `numpy.int64`) instead of just `int`. [#12561]
+  * Fix computation of the separability of a `CompoundModel` where
+    another `CompoundModel` is on the right hand side of the `&`
+    operator. [#12907]
+  * Provide a hook (`Model._calculate_separability_matrix`) to
+    allow subclasses of `Model` to define how to compute their
+    separability matrix. [#12900]
+  astropy.stats
+  * Fixed a bug in which running
+    `kuiper_false_positive_probability(D,N)` on distributions with
+    many data points could produce NaN values for the false
+    positive probability of the Kuiper statistic. [#12896]
+  astropy.wcs
+  * Fixed a bug due to which `naxis`, `pixel_shape`, and
+    `pixel_bounds` attributes of `astropy.wcs.WCS` were not
+    restored when an `astropy.wcs.WCS` object was unpickled. This
+    fix also eliminates `FITSFixedWarning` warning issued during
+    unpiclikng of the WCS objects related to the number of axes.
+    This fix also eliminates errors when unpickling WCS objects
+    originally created using non-default values for `key`,
+    `colsel`, and `keysel` parameters. [#12844]
+
+-------------------------------------------------------------------

Old:
----
  astropy-5.0.1.tar.gz

New:
----
  astropy-5.0.2.tar.gz

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

Other differences:
------------------
++++++ python-astropy.spec ++++++
--- /var/tmp/diff_new_pack.Dimf7g/_old  2022-03-16 21:15:36.906856907 +0100
+++ /var/tmp/diff_new_pack.Dimf7g/_new  2022-03-16 21:15:36.914856911 +0100
@@ -50,7 +50,7 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
 Name:           python-astropy%{psuffix}
-Version:        5.0.1
+Version:        5.0.2
 Release:        0
 Summary:        Community-developed python astronomy tools
 License:        BSD-3-Clause
@@ -83,7 +83,7 @@
 Requires(postun):update-alternatives
 Recommends:     libxml2-tools
 Recommends:     python-Bottleneck
-Recommends:     python-asdf >= 2.6
+Recommends:     python-asdf >= 2.9.2
 Recommends:     python-beautifulsoup4
 Recommends:     python-bleach
 Recommends:     python-h5py
@@ -96,7 +96,7 @@
 Recommends:     python-scipy >= 1.1
 Recommends:     python-setuptools
 Recommends:     python-sortedcontainers
-Recommends:     python-typing_extensions
+Recommends:     python-typing_extensions >= 3.10.0.1
 Conflicts:      perl-Data-ShowTable
 Conflicts:      python-matplotlib = 3.4.0
 %if %{with system_cfitsio}
@@ -111,7 +111,7 @@
 %if %{with test}
 # SECTION Optional requirements
 BuildRequires:  %{python_module Bottleneck}
-BuildRequires:  %{python_module asdf >= 2.6}
+BuildRequires:  %{python_module asdf >= 2.9.2}
 BuildRequires:  %{python_module beautifulsoup4}
 BuildRequires:  %{python_module bleach}
 BuildRequires:  %{python_module h5py}
@@ -122,7 +122,7 @@
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module scipy >= 1.3}
 BuildRequires:  %{python_module sortedcontainers}
-BuildRequires:  %{python_module typing_extensions}
+BuildRequires:  %{python_module typing_extensions >= 3.10.0.1}
 BuildRequires:  libxml2-tools
 # /SECTION
 # SECTION test requirements
@@ -130,7 +130,10 @@
 BuildRequires:  %{python_module astropy = %{version}}
 BuildRequires:  %{python_module ipython >= 4.2}
 BuildRequires:  %{python_module objgraph}
+# upstream declares pytest >= 7, but Tumbleweed is not ready for it (!)
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytest-astropy >= 0.9}
+BuildRequires:  %{python_module pytest-doctestplus >= 0.12}
 BuildRequires:  %{python_module pytest-mpl}
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module sgp4}
@@ -203,6 +206,10 @@
   # gh#astropy/astropy#12017
   donttest+=" or test_stats"
 %endif
+# These require pytest >= 7: new pytest.warns API
+donttest+=" or (test_c_reader.py and range)"
+donttest+=" or (test_profiling and test_spectrum)"
+donttest+=" or (test_utils and test_noncelestial_scale and True)"
 #
 # http://docs.astropy.org/en/latest/development/testguide.html#running-tests
 # running pytest directly would require building the extensions inplace

++++++ astropy-5.0.1.tar.gz -> astropy-5.0.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-astropy/astropy-5.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-astropy.new.25692/astropy-5.0.2.tar.gz 
differ: char 5, line 1

Reply via email to