SHA256
1
0
forked from pool/python-sympy

4 Commits

Author SHA256 Message Date
e747fc70c1 Accepting request 1276026 from devel:languages:python:numeric
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1276026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sympy?expand=0&rev=34
2025-05-09 16:50:49 +00:00
a0297f6cd0 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-sympy?expand=0&rev=35
2025-05-09 05:38:27 +00:00
73c7bbe04f Accepting request 1225363 from devel:languages:python:numeric
- update to 1.13.3:
  * Handle matrices of zero columns correctly in the Matrix
    constructor.
  * NumPy numbers can be used with clebsch_gordan
  * An inconsistency in Float/Rational comparisons was fixed.
  * Fixed a bug that caused LambertW to hang on specific inputs
  * A regression introduced in SymPy 1.13 in the heurisch
    integration routine was fixed
  * see also https://github.com/sympy/sympy/wiki/release-notes-for-1.13.0

OBS-URL: https://build.opensuse.org/request/show/1225363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sympy?expand=0&rev=33
2024-11-21 14:14:35 +00:00
cc4f5fdedf - update to 1.13.3:
* Handle matrices of zero columns correctly in the Matrix
    constructor.
  * NumPy numbers can be used with clebsch_gordan
  * An inconsistency in Float/Rational comparisons was fixed.
  * Fixed a bug that caused LambertW to hang on specific inputs
  * A regression introduced in SymPy 1.13 in the heurisch
    integration routine was fixed
  * see also https://github.com/sympy/sympy/wiki/release-notes-for-1.13.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-sympy?expand=0&rev=33
2024-11-20 17:16:59 +00:00
4 changed files with 30 additions and 11 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri May 9 05:19:08 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Wed Nov 20 17:15:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.13.3:
* Handle matrices of zero columns correctly in the Matrix
constructor.
* NumPy numbers can be used with clebsch_gordan
* An inconsistency in Float/Rational comparisons was fixed.
* Fixed a bug that caused LambertW to hang on specific inputs
* A regression introduced in SymPy 1.13 in the heurisch
integration routine was fixed
* see also https://github.com/sympy/sympy/wiki/release-notes-for-1.13.0
-------------------------------------------------------------------
Sat Jun 29 05:41:22 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sympy
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,16 +20,17 @@
# Tests run 7h53m47s in OBS ... so we are switching them off right now
%bcond_with test
Name: python-sympy
Version: 1.12.1
Version: 1.13.3
Release: 0
Summary: Computer algebra system (CAS) in Python
License: BSD-3-Clause
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 >= 1.1.0 with %python-mpmath < 1.4.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-mpmath >= 1.1.0
@@ -63,10 +64,10 @@ find examples-%{$python_bin_suffix} -name "*.py" -exec sed -i "s|^#! %{_bindir}/
}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%{python_expand chmod a+x %{buildroot}%{$python_sitelib}/sympy/physics/mechanics/models.py
chmod a+x %{buildroot}%{$python_sitelib}/sympy/physics/optics/polarization.py
@@ -103,8 +104,8 @@ $python -c 'from sympy.testing import runtests ; runtests.run_all_tests()'
%python_alternative %{_bindir}/isympy
%python_alternative %{_mandir}/man1/isympy.1%{ext_man}
%{python_sitelib}/sympy
%{python_sitelib}/isympy.py*
%{python_sitelib}/sympy-%{version}-py*.egg-info
%pycache_only %{python_sitelib}/__pycache__/isympy*.py*
%{python_sitelib}/isympy.py
%{python_sitelib}/sympy-%{version}.dist-info
%pycache_only %{python_sitelib}/__pycache__/isympy*.pyc
%changelog

Binary file not shown.

3
sympy-1.13.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9
size 7533196