Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-photutils for
openSUSE:Factory checked in at 2023-05-19 11:55:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-photutils (Old)
and /work/SRC/openSUSE:Factory/.python-photutils.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-photutils"
Fri May 19 11:55:43 2023 rev:20 rq:1087845 version:1.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-photutils/python-photutils.changes
2023-04-26 17:26:53.470158725 +0200
+++
/work/SRC/openSUSE:Factory/.python-photutils.new.1533/python-photutils.changes
2023-05-19 11:56:13.135502544 +0200
@@ -1,0 +2,32 @@
+Thu May 18 18:27:21 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 1.8.0
+ ## New Features
+ ### photutils.profiles
+ * The RadialProfile and CurveOfGrowth radial bins can now be
+ directly input, which also allows for non-uniform radial
+ spacing. [#1540]
+ ## Bug Fixes
+ ### photutils.psf
+ * Fixed an issue with the local model cache in GriddedPSFModel,
+ significantly improving performance. [#1536]
+ ## API Changes
+ * Removed the deprecated axes keyword in favor of ax for
+ consistency with other packages. [#1523]
+ ## photutils.aperture
+ * Removed the ApertureStats unpack_nddata method. [#1537]
+ ## photutils.profiles
+ * The API for defining the radial bins for the RadialProfile and
+ CurveOfGrowth classes was changed. While the new API allows for
+ more flexibility, unfortunately, it is not
+ backwards-compatible. [#1540]
+ ## photutils.segmentation
+ * Removed the deprecated kernel keyword from detect_sources and
+ deblend_sources. [#1524]
+ * Deprecated the kernel keyword in SourceCatalog. [#1525]
+ * Removed the deprecated outline_segments method from
+ SegmentationImage. [#1526]
+ * The SourceCatalog kron_params attribute is no longer returned
+ as a ndarray. It is returned as a tuple. [#1531]
+
+-------------------------------------------------------------------
Old:
----
photutils-1.7.0.tar.gz
New:
----
photutils-1.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-photutils.spec ++++++
--- /var/tmp/diff_new_pack.5czep5/_old 2023-05-19 11:56:13.763506134 +0200
+++ /var/tmp/diff_new_pack.5czep5/_new 2023-05-19 11:56:13.771506180 +0200
@@ -17,7 +17,7 @@
Name: python-photutils
-Version: 1.7.0
+Version: 1.8.0
Release: 0
Summary: An Astropy package for photometry
License: BSD-3-Clause
@@ -27,34 +27,33 @@
BuildRequires: %{python_module Cython >= 0.29.30}
BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module extension-helpers}
-BuildRequires: %{python_module numpy-devel >= 1.20}
+BuildRequires: %{python_module numpy-devel >= 1.21}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python >= 3.7
Requires: python-astropy >= 5.0
-Requires: python-numpy >= 1.20
+Requires: python-numpy >= 1.21
Recommends: python-Bottleneck
Recommends: python-Shapely
-Recommends: python-gwcs >= 0.16
-Recommends: python-matplotlib >= 3.3
+Recommends: python-gwcs >= 0.18
+Recommends: python-matplotlib >= 3.5
Recommends: python-rasterio
-Recommends: python-scikit-image >= 0.18.0
+Recommends: python-scikit-image >= 0.19.0
Recommends: python-scikit-learn >= 1.0
-Recommends: python-scipy >= 1.6.0
+Recommends: python-scipy >= 1.7.0
Recommends: python-tqdm
# SECTION test requirements
BuildRequires: %{python_module Bottleneck}
BuildRequires: %{python_module astropy >= 5.0}
-BuildRequires: %{python_module gwcs >= 0.16}
-BuildRequires: %{python_module matplotlib >= 3.3}
-BuildRequires: %{python_module pytest-astropy}
-BuildRequires: %{python_module scikit-image >= 0.18.0}
+BuildRequires: %{python_module gwcs >= 0.18}
+BuildRequires: %{python_module matplotlib >= 3.5}
+BuildRequires: %{python_module pytest-astropy >= 0.10}
+BuildRequires: %{python_module scikit-image >= 0.19.0}
BuildRequires: %{python_module scikit-learn >= 1.0}
-BuildRequires: %{python_module scipy >= 1.6.0}
+BuildRequires: %{python_module scipy >= 1.7.0}
# /SECTION
%python_subpackages
@@ -78,6 +77,7 @@
cd ..
# Use astropy test suite logic. Calling pytest directly would require
# duplicate in-place building of extensions.
+export PYTHONDONTWRITEBYTECODE=1
%{python_expand export PYTHONPATH="%{buildroot}%{$python_sitearch}"
$python -B -c "import photutils, sys; sys.exit(photutils.test(args=\"-v
-rsfEx\"))"
}
++++++ photutils-1.7.0.tar.gz -> photutils-1.8.0.tar.gz ++++++
++++ 3147 lines of diff (skipped)