1
0

- Don't test with python39-ipython: not available anymore

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=111
This commit is contained in:
Benjamin Greiner 2024-03-07 10:57:29 +00:00 committed by Git OBS Bridge
parent 2675be0069
commit dbddb54ece
2 changed files with 9 additions and 4 deletions

View File

@ -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>

View File

@ -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}