Accepting request 1009795 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1009795 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-healpy?expand=0&rev=5
This commit is contained in:
commit
5ffa4ae430
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d559ad287a78d3b500919a5cb9e4dff3cb63c1b3a2e23edf62819c871ccacf7f
|
||||
size 4335086
|
3
healpy-1.16.1.tar.gz
Normal file
3
healpy-1.16.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d691b0a77fdf699672de09d39d82a640cfcc8ca03ae55022fb71e6edda69d2f
|
||||
size 4351539
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 10:18:41 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
- version update to 1.16.1
|
||||
* Updated CFITSIO included in `healpy` to 4.1.0, necessary for
|
||||
compatibility with Apple ARM chips
|
||||
- Changes from versions 1.16.0:
|
||||
* Update HEALPix C++ sources to revision 1206
|
||||
* Do not normalize binary arrays
|
||||
* Fix unncessary log warning message in plots
|
||||
* Fixed double application of `margins` in visualization
|
||||
functions when using subplot syntax and implemented
|
||||
`margins` parameter for `mollview`, `orthview`, and
|
||||
`azeqview` when subplot syntax is not used
|
||||
* Fixed `reuse_axes=True` for `cartview` and `gnomview`
|
||||
* New features in `projview`: subplots, remove monopole-dipole,
|
||||
labels, tickmarks, graticule, Planck and WMAP colormaps
|
||||
* Fixed the CFITSIO version mismatch warning
|
||||
* Added colorbar ticks and normalization
|
||||
- python-six is not required
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 12 00:16:21 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-healpy
|
||||
Version: 1.15.2
|
||||
Version: 1.16.1
|
||||
Release: 0
|
||||
Summary: Python library to handle pixelated data on the sphere based on HEALPix
|
||||
License: GPL-2.0-only
|
||||
@ -30,7 +30,6 @@ BuildRequires: %{python_module Cython}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module numpy-devel >= 1.13}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
@ -42,7 +41,6 @@ Requires: python-astropy >= 4.0
|
||||
Requires: python-matplotlib
|
||||
Requires: python-numpy >= 1.13
|
||||
Requires: python-scipy
|
||||
Requires: python-six
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
# SECTION Additional test requirements
|
||||
@ -52,7 +50,6 @@ BuildRequires: %{python_module matplotlib}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module scipy}
|
||||
BuildRequires: %{python_module six}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user