Compare commits

1 Commits
main ... 1.1

4 changed files with 366 additions and 375 deletions

View File

@@ -1,15 +1,3 @@
-------------------------------------------------------------------
Sat Jun 29 05:41:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.12.1:
* improved compatibility with NumPy 2.0 and CPython 3.12
-------------------------------------------------------------------
Wed May 31 20:29:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.12:
* https://github.com/sympy/sympy/wiki/release-notes-for-1.12
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 17 15:29:28 UTC 2022 - Arun Persaud <arun@gmx.de> Sat Sep 17 15:29:28 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

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

Binary file not shown.

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

Binary file not shown.