From bb825d3ad69c502839ec5071577465591c9c1188b0758cb02ccd377082432371 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 12 Jul 2022 06:00:15 +0000 Subject: [PATCH] Accepting request 988506 from home:badshah400:branches:devel:languages:python:numeric Update to version 1.15.2 OBS-URL: https://build.opensuse.org/request/show/988506 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-healpy?expand=0&rev=8 --- healpy-1.15.0.tar.gz | 3 --- healpy-1.15.2.tar.gz | 3 +++ python-healpy.changes | 19 +++++++++++++++++++ python-healpy.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 healpy-1.15.0.tar.gz create mode 100644 healpy-1.15.2.tar.gz diff --git a/healpy-1.15.0.tar.gz b/healpy-1.15.0.tar.gz deleted file mode 100644 index f96a2ac..0000000 --- a/healpy-1.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e09300a9f24e40b07f09ca7a7026d640a0478960b6ca6a5fc85052c0bb4335bf -size 4434119 diff --git a/healpy-1.15.2.tar.gz b/healpy-1.15.2.tar.gz new file mode 100644 index 0000000..e3e248e --- /dev/null +++ b/healpy-1.15.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d559ad287a78d3b500919a5cb9e4dff3cb63c1b3a2e23edf62819c871ccacf7f +size 4335086 diff --git a/python-healpy.changes b/python-healpy.changes index 841aed8..edf330d 100644 --- a/python-healpy.changes +++ b/python-healpy.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Jul 12 00:16:21 UTC 2022 - Atri Bhattacharya + +- Update to version 1.15.2: + * Update HEALPix C++ sources after update of ABI + (gh#healpy/healpy#746). +- Changes from versions 1.15.1: + * New function hp.blm_gauss to generate alm of a gaussian beam + (gh#healpy/healpy#735). + * Implement rotation in the graticule of projview + (gh#healpy/healpy#732). + * Explain how to create a local datapath for pixel weights + (gh#healpy/healpy#720). + * Improvement on is_seq to avoid synalm breaking on JAX input + arrays, added unit tests (gh#healpy/healpy#716). + * Upgraded HEALPix C++ sources to HEALPix 3.8.1, fixing + incompatibility with CFITSIO 4 (gh#healpy/healpy#727) and + (gh#healpy/healpy#743). + ------------------------------------------------------------------- Wed Aug 18 12:35:01 UTC 2021 - Atri Bhattacharya diff --git a/python-healpy.spec b/python-healpy.spec index 603fd54..2c8c930 100644 --- a/python-healpy.spec +++ b/python-healpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-healpy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-healpy -Version: 1.15.0 +Version: 1.15.2 Release: 0 Summary: Python library to handle pixelated data on the sphere based on HEALPix License: GPL-2.0-only