Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
523c21fbaa |
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sympy
|
# spec file for package python-sympy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,11 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
|
%define skip_python36 1
|
||||||
|
%define skip_python37 1
|
||||||
# Tests run 7h53m47s in OBS ... so we are switching them off right now
|
# Tests run 7h53m47s in OBS ... so we are switching them off right now
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-sympy
|
Name: python-sympy
|
||||||
Version: 1.12.1
|
Version: 1.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Computer algebra system (CAS) in Python
|
Summary: Computer algebra system (CAS) in Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -28,14 +31,14 @@ Group: Development/Libraries/Python
|
|||||||
URL: https://www.sympy.org/
|
URL: https://www.sympy.org/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/s/sympy/sympy-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/s/sympy/sympy-%{version}.tar.gz
|
||||||
Source99: python-sympy-rpmlintrc
|
Source99: python-sympy-rpmlintrc
|
||||||
BuildRequires: %{python_module mpmath >= 1.1.0 with %python-mpmath < 1.4.0}
|
BuildRequires: %{python_module mpmath >= 0.19}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-mpmath >= 1.1.0
|
Requires: python-mpmath >= 0.19
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Recommends: python-ipython
|
Recommends: python-ipython
|
||||||
Recommends: python-numpy
|
Recommends: python-numpy
|
||||||
Recommends: python-symengine
|
Recommends: python-symengine
|
||||||
|
BIN
sympy-1.11.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
sympy-1.11.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
sympy-1.12.1.tar.gz
(Stored with Git LFS)
BIN
sympy-1.12.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user