Accepting request 1115879 from home:badshah400:branches:devel:languages:python:numeric

- Update to version 1.16.6
- Split out -devel package containing C++ headers/sources.

OBS-URL: https://build.opensuse.org/request/show/1115879
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-healpy?expand=0&rev=16
This commit is contained in:
Matej Cepl 2023-10-05 15:47:26 +00:00 committed by Git OBS Bridge
parent 533fd91b2e
commit f55fff0016
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f99cd5ed2d8791dbfcefe1552a73e550ec85b87637127938756280008d0ed29
size 4374132

3
healpy-1.16.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ab26e828fcd251a141095af6d9bf3dba43cec6f0f5cd48b65bf0af8f56329f1
size 4374432

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 4 23:12:42 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.16.6:
* Support for Python 3.12.
- Split out -devel package containing C++ headers/sources.
-------------------------------------------------------------------
Mon Sep 4 16:40:18 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-healpy
Version: 1.16.5
Version: 1.16.6
Release: 0
Summary: Python library to handle pixelated data on the sphere based on HEALPix
License: GPL-2.0-only
@ -70,8 +70,18 @@ healpy provides utilities to:
* transform maps to Spherical Harmonics space and back using multi-threaded C++ routines
* compute Auto and Cross Power Spectra from maps and create map realizations from spectra
%package devel
Summary: C++ header files and source codes for healpy
Requires: python-devel
Requires: python-numpy-devel
Requires: pkgconfig(healpix_cxx)
%description devel
This package provides the C++ header files and source codes for healpy.
%prep
%autosetup -p1 -n healpy-%{version}
chmod -x healpy/data/planck_*cmap.dat
%build
export CFLAGS="%{optflags}"
@ -99,5 +109,9 @@ export PYTEST_DEBUG_TEMPROOT=$(mktemp -d -p ./)
%python_alternative %{_bindir}/healpy_get_wmap_maps.sh
%{python_sitearch}/healpy/
%{python_sitearch}/healpy-%{version}*-info/
%exclude %{python_sitearch}/healpy/src
%files %{python_files devel}
%{python_sitearch}/healpy/src/
%changelog