Hello community,
here is the log from the commit of package python-photutils for
openSUSE:Factory checked in at 2019-12-27 13:49:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-photutils (Old)
and /work/SRC/openSUSE:Factory/.python-photutils.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-photutils"
Fri Dec 27 13:49:23 2019 rev:4 rq:759288 version:0.7.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-photutils/python-photutils.changes
2019-10-11 15:22:46.427203578 +0200
+++
/work/SRC/openSUSE:Factory/.python-photutils.new.6675/python-photutils.changes
2019-12-27 13:49:23.540489234 +0100
@@ -1,0 +2,18 @@
+Wed Dec 11 14:44:27 UTC 2019 - Benjamin Greiner <[email protected]>
+
+- update to version 0.7.2:
+ photutils.isophote
+ * Fixed computation of upper harmonics a3, b3, a4, and b4
+ in the ellipse fitting algorithm. [#1008]
+ photutils.psf
+ * Fix to algorithm in EPSFBuilder, addressing issues where
+ ePSFs failed to build (yielding striped ePSFs). [#974]
+ * Fix to IterativelySubtractedPSFPhotometry where an error
+ could be thrown when a Finder was passed which did not
+ return None if no sources were found. [#986]
+ * Fix to centroid_epsf where the wrong oversampling factor
+ was used along the y axis. [#1002]
+- needs new python-pytest-astropy 0.7 because of -header package
+- fix clean c source files
+
+-------------------------------------------------------------------
Old:
----
photutils-0.7.1.tar.gz
New:
----
photutils-0.7.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-photutils.spec ++++++
--- /var/tmp/diff_new_pack.VLYhng/_old 2019-12-27 13:49:24.032489584 +0100
+++ /var/tmp/diff_new_pack.VLYhng/_new 2019-12-27 13:49:24.040489589 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-photutils
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-photutils
-Version: 0.7.1
+Version: 0.7.2
Release: 0
Summary: An Astropy package for photometry
License: BSD-3-Clause
@@ -42,7 +42,7 @@
BuildRequires: %{python_module astropy >= 2.0}
BuildRequires: %{python_module astropy-helpers >= 2.0}
BuildRequires: %{python_module coverage}
-BuildRequires: %{python_module pytest-astropy >= 0.4}
+BuildRequires: %{python_module pytest-astropy >= 0.7}
BuildRequires: %{python_module scikit-image >= 0.14.2}
BuildRequires: %{python_module scikit-learn >= 0.19}
BuildRequires: python3-dbm
@@ -62,9 +62,10 @@
%install
%python_install
-rm -rf %{buildroot}%{$python_sitearch}/photutils/*.c
-rm -rf %{buildroot}%{$python_sitearch}/photutils/geometry/*.c
+rm -rf %{buildroot}%{python_sitearch}/photutils/*.c
+rm -rf %{buildroot}%{python_sitearch}/photutils/geometry/*.c
%python_expand %fdupes %{buildroot}%{$python_sitearch}
+
%check
%python_exec setup.py test --skip-docs
++++++ photutils-0.7.1.tar.gz -> photutils-0.7.2.tar.gz ++++++
++++ 10083 lines of diff (skipped)