1
0

- limit to numpy < 2

- Restrict numpy to < 2.
  features since the 4.0.x series of releases.  In particular, this
  * A new SpectralCoord class for representing and transforming
  * Support for in-place setting of array-valued SkyCoord and frame
  * Change in the definition of equality comparison for coordinate
  * Support for units on otherwise unitless models via the
    which are first time contributors to Astropy
  * astropy.table
    Fixed a small bug where initializing an empty `Column`
    with a structured dtype with a length and a shape
  * Fixed installation of the source distribution with
    astropy.utils.data.download_file now supports FTPS/FTP over
    astropy.utils.data now uses a lock-free mechanism for caching.
    This new mechanism uses a new cache layout and so ignores
    caches created using earlier mechanisms (which were causing
    lockups on clusters). The two cache formats can coexist but do
    astropy.utils.data now ignores the config item
    astropy.utils.data.conf.download_cache_lock_attempts since no
    astropy.utils.data.download_file and related functions now
    interpret the parameter or config file setting timeout=0 to
    mean they should make no attempt to download files. [#10437,
    astropy.utils.import_file_to_cache now accepts a keyword-only
    argument replace, defaulting to True, to determine whether it
    should replace existing files in the cache, in a way as close
    astropy.utils.data.download_file and related functions now
    treat http://example.com and http://example.com/ as equivalent.
    The new auxiliary WCS parameters added in WCSLIB 7.1 are now
    Added an extra fallback to os.expanduser('~') when trying to
    Corrected definition of parsec to 648 000 / pi AU following IAU

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=132
This commit is contained in:
Dirk Mueller 2024-08-09 07:08:05 +00:00 committed by Git OBS Bridge
parent 707a3eff42
commit 79cc8953be
2 changed files with 248 additions and 243 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 9 07:07:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- limit to numpy < 2
-------------------------------------------------------------------
Fri Aug 9 06:55:41 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -74,9 +74,9 @@ BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
Requires: python-PyYAML >= 3.13
Requires: python-astropy-iers-data >= 0.2024.4.29.0.28.48
Requires: python-numpy >= 1.23
Requires: python-packaging >= 19.0
Requires: python-pyerfa >= 2.0.1.1
Requires: (python-numpy >= 1.23 with python-numpy < 2)
Requires(post): update-alternatives
Requires(postun): update-alternatives
# %%{_bindir}/showtable namespace clash