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-07-21 11:35:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Mathics (Old)
 and      /work/SRC/openSUSE:Factory/.python-Mathics.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Mathics"

Thu Jul 21 11:35:06 2022 rev:9 rq:990384 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Mathics/python-Mathics.changes    
2022-03-23 20:19:57.538516413 +0100
+++ /work/SRC/openSUSE:Factory/.python-Mathics.new.1523/python-Mathics.changes  
2022-07-21 11:35:11.519054130 +0200
@@ -1,0 +2,7 @@
+Sun Jul 17 00:51:00 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Add python-Mathics-relax-sympy-versions.patch -- Relax required
+  sympy versions, to enable tests to run on openSUSE >= 1550 where
+  python-sympy is at version 1.10.x already.
+
+-------------------------------------------------------------------

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

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

Other differences:
------------------
++++++ python-Mathics.spec ++++++
--- /var/tmp/diff_new_pack.r6zyYR/_old  2022-07-21 11:35:11.983054588 +0200
+++ /var/tmp/diff_new_pack.r6zyYR/_new  2022-07-21 11:35:11.987054591 +0200
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package python-Mathics
 #
 # Copyright (c) 2022 SUSE LLC
 #
@@ -40,6 +40,8 @@
 Source:         
https://github.com/mathics/Mathics/archive/%{version}/%{pyname}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM Revert version jump to dev branch
 Patch0:         
https://github.com/Mathics3/mathics-core/commit/41dee8c9dd7b979a4d77d38a1e8fe8dc75b7638c.patch
+# PATCH-FIX-UPSTREAM python-Mathics-relax-sympy-versions.patch 
badshah...@gmail.com -- Relax required sympy versions, to enable tests to run 
on openSUSE >= 1550 where sympy is at version 1.10.x already
+Patch1:         python-Mathics-relax-sympy-versions.patch
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module Django >= 1.8}
 BuildRequires:  %{python_module colorama}
@@ -86,6 +88,7 @@
 %prep
 %setup -q -n Mathics-%{version}
 %patch0 -p1 -R
+%patch1 -p1
 
 # FIX SPURIOUS EXEC PERMISSIONS
 chmod -x ./mathics/data/ExampleData/{numberdata.csv,InventionNo1.xml}

++++++ python-Mathics-relax-sympy-versions.patch ++++++
Index: Mathics-4.0.0/setup.py
===================================================================
--- Mathics-4.0.0.orig/setup.py
+++ Mathics-4.0.0/setup.py
@@ -105,7 +105,7 @@ else:
 # General Requirements
 INSTALL_REQUIRES += [
     "Mathics_Scanner>=1.2.1,<1.3.0",
-    "sympy>=1.8, <= 1.9dev",
+    "sympy>=1.8",
     "mpmath>=1.2.0",
     "numpy",
     "palettable",

Reply via email to