forked from pool/python-astropy
Accepting request 1155863 from devel:languages:python:numeric
- Don't test with python39-ipython: not available anymore OBS-URL: https://build.opensuse.org/request/show/1155863 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astropy?expand=0&rev=49
This commit is contained in:
commit
69af2c2f60
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 10:42:18 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Don't test with python39-ipython: not available anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 9 18:08:42 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-astropy
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -77,7 +77,7 @@ Requires: python-packaging >= 19.0
|
||||
Requires: python-pyerfa >= 2.0
|
||||
Requires: (python-numpy >= 1.22 with python-numpy < 2)
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
# %%{_bindir}/showtable namespace clash
|
||||
Conflicts: perl-Data-ShowTable
|
||||
# [recommended]
|
||||
@ -133,7 +133,7 @@ BuildRequires: libxml2-tools
|
||||
# SECTION [test]
|
||||
# We need the compiled package for testing
|
||||
BuildRequires: %{python_module astropy = %{version}}
|
||||
BuildRequires: %{python_module ipython >= 4.2}
|
||||
BuildRequires: %{python_module ipython >= 4.2 if %python-base >= 3.10}
|
||||
BuildRequires: %{python_module objgraph}
|
||||
BuildRequires: %{python_module pytest >= 7 with %python-pytest < 8}
|
||||
BuildRequires: %{python_module pytest-astropy >= 0.10}
|
||||
|
Loading…
Reference in New Issue
Block a user