Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Mathics for openSUSE:Factory 
checked in at 2022-10-27 13:54:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Mathics (Old)
 and      /work/SRC/openSUSE:Factory/.python-Mathics.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Mathics"

Thu Oct 27 13:54:20 2022 rev:13 rq:1031378 version:5.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Mathics/python-Mathics.changes    
2022-09-20 19:23:38.962485349 +0200
+++ /work/SRC/openSUSE:Factory/.python-Mathics.new.2275/python-Mathics.changes  
2022-10-27 13:55:00.568823718 +0200
@@ -1,0 +2,6 @@
+Sun Oct 23 04:51:56 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Add python-Mathics-relax-sympy-version.patch: Relax sympy
+  requirement to allow sympy >= 1.11.
+
+-------------------------------------------------------------------

New:
----
  python-Mathics-relax-sympy-version.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Mathics.spec ++++++
--- /var/tmp/diff_new_pack.JkSXT0/_old  2022-10-27 13:55:01.064826248 +0200
+++ /var/tmp/diff_new_pack.JkSXT0/_new  2022-10-27 13:55:01.068826269 +0200
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package python-Mathics
 #
 # Copyright (c) 2022 SUSE LLC
 #
@@ -38,6 +38,8 @@
 License:        Apache-2.0 AND BSD-3-Clause AND GPL-3.0-only AND MIT
 URL:            https://mathics.github.io/
 Source0:        
https://github.com/Mathics3/mathics-core/releases/download/%{version}/%{pyname}-%{version}.tar.gz
+# PATCH-FEATURE-OPENSUSE python-Mathics-relax-sympy-version.patch 
badshah...@gmail.com -- Allow working with sympy version >= 1.11
+Patch0:         python-Mathics-relax-sympy-version.patch
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module Django >= 1.8}
 BuildRequires:  %{python_module colorama}
@@ -82,7 +84,7 @@
 Mathics is a general-purpose computer algebra system (CAS). It is meant to be 
a free, lightweight alternative to Mathematica.
 
 %prep
-%setup -q -n %{pyname}-%{version}
+%autosetup -p1 -n %{pyname}-%{version}
 
 # FIX SPURIOUS EXEC PERMISSIONS
 chmod -x ./mathics/data/ExampleData/{numberdata.csv,InventionNo1.xml}

++++++ python-Mathics-relax-sympy-version.patch ++++++
Index: Mathics3-5.0.2/setup.py
===================================================================
--- Mathics3-5.0.2.orig/setup.py
+++ Mathics3-5.0.2/setup.py
@@ -57,7 +57,7 @@ elif sys.version_info[:2] == (3, 6):
 elif sys.version_info[:2] == (3, 7):
     INSTALL_REQUIRES += ["numpy<1.22", "llvmlite", "sympy>=1.8, < 1.11"]
 else:
-    INSTALL_REQUIRES += ["numpy", "llvmlite", "sympy>=1.8, < 1.11"]
+    INSTALL_REQUIRES += ["numpy", "llvmlite", "sympy>=1.8, < 1.12"]
 
 if not is_PyPy:
     INSTALL_REQUIRES += ["recordclass"]

Reply via email to