]> git.pld-linux.org Git - packages/python-sympy.git/commitdiff
- up to 1.1.1 auto/th/python-sympy-1.1.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 4 Jul 2018 19:32:24 +0000 (21:32 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 4 Jul 2018 19:32:24 +0000 (21:32 +0200)
docs-build.patch
python-sympy.spec

index 01760005bf5595c76c8000c7f288ffb1b3667ea9..f9e3a92cfb75819022c5a32dc928aefaa8daeab8 100644 (file)
@@ -9,3 +9,24 @@
        mkdir -p _build/cheatsheet
        pdflatex -output-directory=_build/cheatsheet cheatsheet/combinatoric_cheatsheet.tex
        pdflatex -output-directory=_build/cheatsheet cheatsheet/combinatoric_cheatsheet.tex
+diff -ur sympy-1.1.1.org/doc/api/conf.py sympy-1.1.1/doc/api/conf.py
+--- sympy-1.1.1.org/doc/api/conf.py    2017-07-22 00:17:42.000000000 +0200
++++ sympy-1.1.1/doc/api/conf.py        2018-07-04 21:04:02.333475214 +0200
+@@ -131,4 +131,4 @@
+ #latex_appendices = []
+ # If false, no module index is generated.
+-#latex_use_modindex = True
++#latex_domain_indices = True
+diff -ur sympy-1.1.1.org/doc/src/conf.py sympy-1.1.1/doc/src/conf.py
+--- sympy-1.1.1.org/doc/src/conf.py    2017-07-27 00:46:51.000000000 +0200
++++ sympy-1.1.1/doc/src/conf.py        2018-07-04 21:03:49.133014108 +0200
+@@ -178,7 +178,7 @@
+ latex_show_pagerefs = True
+ # We use False otherwise the module index gets generated twice.
+-latex_use_modindex = False
++latex_domain_indices = False
+ default_role = 'math'
+ pngmath_divpng_args = ['-gamma 1.5', '-D 110']
index 50297cf8d3a43dbcd2d8666db3489b99b72d02c3..de6ef49bd1de4e165142f093d707a9680633a493 100644 (file)
@@ -6,12 +6,12 @@
 
 Summary:       A Python library for symbolic mathematics
 Name:          python-sympy
-Version:       1.0
-Release:       4
+Version:       1.1.1
+Release:       1
 License:       BSD
 Group:         Libraries/Python
 Source0:       https://github.com/sympy/sympy/releases/download/sympy-%{version}/sympy-%{version}.tar.gz
-# Source0-md5: 43e797de799f00f9e8fd2307dba9fab1
+# Source0-md5: c410a9c2346878716d16ec873d72e72a
 Patch0:                docs-build.patch
 URL:           http://sympy.org/
 BuildRequires: rpmbuild(macros) >= 1.710
This page took 0.089764 seconds and 4 git commands to generate.