Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-healpy for openSUSE:Factory checked in at 2026-03-16 14:16:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-healpy (Old) and /work/SRC/openSUSE:Factory/.python-healpy.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-healpy" Mon Mar 16 14:16:59 2026 rev:12 rq:1339159 version:1.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-healpy/python-healpy.changes 2025-06-16 11:12:25.315152849 +0200 +++ /work/SRC/openSUSE:Factory/.python-healpy.new.8177/python-healpy.changes 2026-03-16 14:20:10.208361749 +0100 @@ -1,0 +2,47 @@ +Sun Mar 15 19:34:07 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.19.0: + * Fixed Lambert projection displaying lower half of sky + incorrectly in projview + * Pin Sphinx < 9 for docs to avoid numpydoc autodoc crashes on + Read the Docs https://github.com/healpy/healpy/pull/1067 + * Fixed DPI and font size issues in visufunc and newvisufunc: + replaced hard-coded font sizes with relative values ('large', + 'medium') that scale with DPI, and added DPI parameter + support to projview function + * BREAKING: Fixed blm_gauss() to use l(l+1) formula consistent + with gauss_beam() and Challinor et al. 2000 (astro- + ph/0008228). Previously used l² formula from LevelS Beam + package. This affects the computed spherical harmonic + coefficients for Gaussian beams. + * Fixed projscatter, projplot, and projtext to only draw on + current axes instead of all subplots + https://github.com/healpy/healpy/issues/637 + * Added half-sky plotting support for Lambert projection via + latra parameter in projview + https://github.com/healpy/healpy/pull/1048 + * added support for automatically adjusting latitudes within + [-90, 90] range in ang2pix + https://github.com/healpy/healpy/pull/1026 + * Implemented NESTED support in query_strip + https://github.com/healpy/healpy/pull/1025 + * Declare support for Python 3.14 in packaging and wheels + * Add support for arbitrary columns and extra_header to + write_cl https://github.com/healpy/healpy/pull/1038 + * Allow ignoring small mask holes in dist2holes via pixel- and + area-based thresholds + https://github.com/healpy/healpy/pull/1008 + * pixwin now loads pixel window functions from a local datapath + or downloads and caches them using astropy, similar to pixel + weights. Added tests for both local and remote data access. + https://github.com/healpy/healpy/pull/1005 + * Updated CFITSIO to 4.6.3 + https://github.com/healpy/healpy/pull/1042 + * Fix TypeError in alm2map and alm2map_der1 when using + complex64 input arrays + https://github.com/healpy/healpy/issues/827 + * CI: use Matplotlib's bundled freetype when testing Linux + wheels so musllinux Python 3.14 jobs no longer need external + downloads https://github.com/healpy/healpy/pull/1061 + +------------------------------------------------------------------- Old: ---- healpy-1.18.1.tar.gz New: ---- healpy-1.19.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-healpy.spec ++++++ --- /var/tmp/diff_new_pack.ybf9lC/_old 2026-03-16 14:20:10.692381875 +0100 +++ /var/tmp/diff_new_pack.ybf9lC/_new 2026-03-16 14:20:10.692381875 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-healpy # -# 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 @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-healpy%{?psuffix} -Version: 1.18.1 +Version: 1.19.0 Release: 0 Summary: Python library to handle pixelated data on the sphere based on HEALPix License: GPL-2.0-only @@ -36,8 +36,8 @@ BuildRequires: %{python_module devel >= 3.10} BuildRequires: %{python_module numpy-devel >= 1.19} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools_scm >= 8} BuildRequires: %{python_module setuptools >= 60} +BuildRequires: %{python_module setuptools_scm >= 8} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gcc-c++ @@ -51,7 +51,7 @@ Recommends: python-matplotlib Recommends: python-scipy Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %if %{with test} # SECTION Additional test requirements # Symbol clashes with astropy < 4.0 @@ -116,7 +116,7 @@ export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./) export MPLCONFIGDIR=${PWD} # Skip tests requiring network access -%pytest_arch -k 'not (test_astropy_download_file or test_rotate_map_polarization or test_pixelweights_local_datapath)' ./test/ +%pytest_arch -k 'not (test_astropy_download_file or test_rotate_map_polarization or test_pixelweights_local_datapath or test_pixwin)' ./test/ %endif ++++++ healpy-1.18.1.tar.gz -> healpy-1.19.0.tar.gz ++++++ ++++ 45462 lines of diff (skipped)
