Sync from SUSE:SLFO:Main python-sympy revision 9f42197558090fe4d4bc807d29e6adab

This commit is contained in:
Adrian Schröter 2024-12-13 12:29:22 +01:00
parent 7b35d1e90a
commit ade7053b40
4 changed files with 375 additions and 366 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package python-sympy
#
# Copyright (c) 2022 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
@ -16,14 +16,11 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%define skip_python36 1
%define skip_python37 1
%{?sle15_python_module_pythons}
# Tests run 7h53m47s in OBS ... so we are switching them off right now
%bcond_with test
Name: python-sympy
Version: 1.11.1
Version: 1.12.1
Release: 0
Summary: Computer algebra system (CAS) in Python
License: BSD-3-Clause
@ -31,14 +28,14 @@ Group: Development/Libraries/Python
URL: https://www.sympy.org/
Source0: https://files.pythonhosted.org/packages/source/s/sympy/sympy-%{version}.tar.gz
Source99: python-sympy-rpmlintrc
BuildRequires: %{python_module mpmath >= 0.19}
BuildRequires: %{python_module mpmath >= 1.1.0 with %python-mpmath < 1.4.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-mpmath >= 0.19
Requires: python-mpmath >= 1.1.0
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Recommends: python-ipython
Recommends: python-numpy
Recommends: python-symengine

BIN
sympy-1.11.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
sympy-1.12.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.