forked from pool/python-sympy
Compare commits
18 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e747fc70c1 | |||
| a0297f6cd0 | |||
| 73c7bbe04f | |||
| cc4f5fdedf | |||
| 81a43f5213 | |||
| befd4c6c9d | |||
| 9f3c3d55b6 | |||
| 1aac1ed82d | |||
| 55ef3877ab | |||
| 947c749eb8 | |||
| 07b50c7cb3 | |||
| e615910696 | |||
| 3d9fd4125e | |||
| 28f6fc4322 | |||
| c2f4a73c73 | |||
| e8ddbda301 | |||
| 76f33df313 | |||
| fc029c57ca |
@@ -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>
|
Sat Jun 29 05:41:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sympy
|
# 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
|
# 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
|
||||||
@@ -20,16 +20,17 @@
|
|||||||
# 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.13.3
|
||||||
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
|
||||||
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 >= 1.1.0 with %python-mpmath < 1.4.0}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-mpmath >= 1.1.0
|
Requires: python-mpmath >= 1.1.0
|
||||||
@@ -63,10 +64,10 @@ find examples-%{$python_bin_suffix} -name "*.py" -exec sed -i "s|^#! %{_bindir}/
|
|||||||
}
|
}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
|
|
||||||
%{python_expand chmod a+x %{buildroot}%{$python_sitelib}/sympy/physics/mechanics/models.py
|
%{python_expand chmod a+x %{buildroot}%{$python_sitelib}/sympy/physics/mechanics/models.py
|
||||||
chmod a+x %{buildroot}%{$python_sitelib}/sympy/physics/optics/polarization.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 %{_bindir}/isympy
|
||||||
%python_alternative %{_mandir}/man1/isympy.1%{ext_man}
|
%python_alternative %{_mandir}/man1/isympy.1%{ext_man}
|
||||||
%{python_sitelib}/sympy
|
%{python_sitelib}/sympy
|
||||||
%{python_sitelib}/isympy.py*
|
%{python_sitelib}/isympy.py
|
||||||
%{python_sitelib}/sympy-%{version}-py*.egg-info
|
%{python_sitelib}/sympy-%{version}.dist-info
|
||||||
%pycache_only %{python_sitelib}/__pycache__/isympy*.py*
|
%pycache_only %{python_sitelib}/__pycache__/isympy*.pyc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
BIN
sympy-1.12.1.tar.gz
LFS
BIN
sympy-1.12.1.tar.gz
LFS
Binary file not shown.
3
sympy-1.13.3.tar.gz
Normal file
3
sympy-1.13.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9
|
||||||
|
size 7533196
|
||||||
Reference in New Issue
Block a user