Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-reproject for
openSUSE:Factory checked in at 2026-03-02 17:38:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-reproject (Old)
and /work/SRC/openSUSE:Factory/.python-reproject.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-reproject"
Mon Mar 2 17:38:37 2026 rev:5 rq:1335668 version:0.19.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-reproject/python-reproject.changes
2024-11-21 21:59:00.897867660 +0100
+++
/work/SRC/openSUSE:Factory/.python-reproject.new.29461/python-reproject.changes
2026-03-02 17:38:40.975238358 +0100
@@ -1,0 +2,33 @@
+Sun Mar 1 23:41:01 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 0.19.0:
+ ### New Features
+ * Add support for generating HiPS3D data
+ * Added ability to load HiPS3D with dask
+ * Flag out NaN weights in coadd & allow for weights to have different WCS
+ than data
+ * Add support for generating HiPS and reprojecting RGB images with AVM
+ metadata
+ * Implement parallelization across broadcasted dimensions
+ * Allow dask arrays to not be written to memmap
+ ### Bug Fixes
+ * Added 2-d HiPS dask array class and fix a number of bugs with HiPS
+ generation
+ * Fix a bug that caused big-endian dask arrays to not be reprojected
+ correctly
+ * Force little endian input for zarr
+ * Support FITS files with distortion maps when given as file name
+ * Don't mosaic empty empty slices
+ * Fix issue with co-adding with broadcasting with images that have
+ inhomogeneous footprints
+ * Fix reprojection of compressed FITS files
+ * Fix threads=True option in reproject.hips
+ * Add a new keyword argument negative_lon_cdelt to
+ find_optimal_celestial_wcs
+ ### Other Changes
+ * Avoid using astropy.utils.isiterable()
+ * Bump minimum version of Python to 3.11
+ * Clean up RGB code and API
+ * Use APE-14 compliant pixel scale calculation in reproject.hips
+
+-------------------------------------------------------------------
Old:
----
reproject-0.14.1-gh.tar.gz
New:
----
reproject-0.19.0-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-reproject.spec ++++++
--- /var/tmp/diff_new_pack.jsIm6L/_old 2026-03-02 17:38:41.843274803 +0100
+++ /var/tmp/diff_new_pack.jsIm6L/_new 2026-03-02 17:38:41.855275307 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-reproject
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
%bcond_with test
%endif
Name: python-reproject%{psuffix}
-Version: 0.14.1
+Version: 0.19.0
Release: 0
Summary: Reproject astronomical images
License: BSD-3-Clause
@@ -33,21 +33,23 @@
# Repo-URL: https://github.com/astropy/reproject
Source:
https://github.com/astropy/reproject/archive/refs/tags/v%{version}.tar.gz#/reproject-%{version}-gh.tar.gz
BuildRequires: %{python_module Cython}
-BuildRequires: %{python_module devel}
+BuildRequires: %{python_module devel >= 3.11}
BuildRequires: %{python_module extension-helpers}
-BuildRequires: %{python_module numpy-devel >= 1.17}
+BuildRequires: %{python_module numpy-devel >= 1.23}
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-Pillow >= 10
Requires: python-astropy >= 5
Requires: python-astropy-healpix >= 1
-Requires: python-cloudpickle
-Requires: python-dask-array >= 2021.8
-Requires: python-fsspec
+Requires: python-dask-array >= 2024.4.1
+Requires: python-dask-image >= 2025.11
+Requires: python-fsspec >= 2021.9
Requires: python-numpy >= 1.23
+Requires: python-pyavm >= 0.9.6
Requires: python-scipy >= 1.9
Requires: python-zarr
%if %{with test}
++++++ reproject-0.14.1-gh.tar.gz -> reproject-0.19.0-gh.tar.gz ++++++
++++ 4575 lines of diff (skipped)