diff --git a/changelog b/changelog new file mode 100644 index 0000000..fc2cfd9 --- /dev/null +++ b/changelog @@ -0,0 +1,361 @@ +* Sat Jan 27 2024 Fedora Release Engineering - 1.12-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Nov 30 2023 Jerry James - 1.12-3 +- Fix incompatible pointer types for GCC 14 compatibility + +* Sat Jul 22 2023 Fedora Release Engineering - 1.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 29 2023 Jerry James - 1.12-1 +- Version 1.12 +- Add patch for python 3.12 compatibility + +* Thu Jun 29 2023 Python Maint - 1.11.1-5 +- Rebuilt for Python 3.12 + +* Tue Feb 21 2023 Jerry James - 1.11.1-4 +- Fix the antlr4 Recommends (bz 2172030) +- Dynamically generate BuildRequires (to the extent possible) + +* Sat Jan 21 2023 Fedora Release Engineering - 1.11.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Sep 27 2022 Jerry James - 1.11.1-2 +- Do not run antlr on i386 where it doesn't exist +- Be archful so we don't BR a package that doesn't exist on i386 + +* Tue Sep 6 2022 Jerry James - 1.11.1-1 +- Version 1.11.1 +- Convert License tag to SPDX +- Drop upstreamed patches: -tests, -distutils, -signature +- Drop fastcache dependency +- Regenerate ANTLR4 files + +* Sat Jul 23 2022 Fedora Release Engineering - 1.10.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jun 15 2022 Python Maint - 1.10.1-2 +- Rebuilt for Python 3.11 + +* Sat Mar 19 2022 Jerry James - 1.10.1-1 +- Version 1.10.1 + +* Thu Mar 17 2022 Jerry James - 1.10-1 +- Version 1.10 +- Drop upstreamed patches: -python3, -png-decoder, -gmpy2-mpq, + and -rational-exponent + +* Sat Jan 22 2022 Fedora Release Engineering - 1.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Oct 8 2021 Jerry James - 1.9-1 +- Version 1.9 +- Drop theano support due to incompatibility with the Fedora version +- Add -tests, -distutils, -gmpy2-mpq, and -rational-exponent patches to + work around test failures + +* Fri Jul 23 2021 Fedora Release Engineering - 1.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 10 2021 Zbigniew Jędrzejewski-Szmek - 1.8-2~bootstrap +- Build in bootstrap mode to work-around missing theano + +* Fri Jun 04 2021 Python Maint - 1.8-2 +- Rebuilt for Python 3.10 + +* Mon Apr 12 2021 Jerry James - 1.8-1 +- Version 1.8 +- Drop the -float patch and only run tests on x86_64 +- Add -circuitplot patch to skip tests that fail with no display +- Drop the -texmacs subpackage; the TeXmacs package ships its own sympy plugin + +* Wed Jan 27 2021 Fedora Release Engineering - 1.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Dec 12 2020 Jerry James - 1.7.1-1 +- Version 1.7.1 + +* Thu Dec 10 2020 Jerry James - 1.7-2 +- Fix preview of PNG images (bz 1906363) +- Add missing Recommends needed to preview images (bz 1906363) + +* Sat Nov 28 2020 Jerry James - 1.7-1 +- Version 1.7 + +* Thu Nov 26 2020 Jerry James - 1.6.2-2 +- Update Theano dependency for Theano-PyMC +- Add -theano-pymc patch to adapt + +* Mon Aug 10 2020 Jerry James - 1.6.2-1 +- Version 1.6.2 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jul 2 2020 Jerry James - 1.6.1-1 +- Version 1.6.1 +- Drop upstreamed -ast patch + +* Wed Jun 24 2020 Jerry James - 1.6-2 +- Add setuptools BR +- Add -ast patch to fix compilation with python 3.9 + +* Fri May 29 2020 Jerry James - 1.6-1 +- Version 1.6 +- Drop upstreamed -doc and -sample-set patches +- Disable testing on 32-bit systems; too many tests need 64-bit integers + +* Tue May 26 2020 Miro Hrončok - 1.5.1-4 +- Rebuilt for Python 3.9 + +* Mon May 11 2020 Jerry James - 1.5.1-3 +- Add -sample-set patch to fix test failure with python 3.9 + +* Fri Jan 31 2020 Fedora Release Engineering - 1.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jan 8 2020 Jerry James - 1.5.1-1 +- Update to 1.5.1 +- Drop upstreamed patches +- Drop upstreamed workaround for numpy with a release candidate version + +* Mon Nov 4 2019 Jerry James - 1.4-6 +- Fix broken dependencies in the -texmacs subpackage +- Recommend numexpr + +* Fri Sep 13 2019 Jerry James - 1.4-5 +- Add one more patch to fix a python 3.8 warning + +* Sat Aug 24 2019 Robert-André Mauchin - 1.4-4 +- Add patches to fix build with Python 3.8 and Numpy 1.17 + +* Mon Aug 19 2019 Miro Hrončok - 1.4-3 +- Rebuilt for Python 3.8 + +* Sat Jul 27 2019 Fedora Release Engineering - 1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Apr 17 2019 Jerry James - 1.4-1 +- Update to 1.4 +- Drop -factorial patch + +* Sun Feb 03 2019 Fedora Release Engineering - 1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Jan 30 2019 Jerry James - 1.3-2 +- Add -sympify and -factorial patches to work around test failures + +* Mon Jan 14 2019 Jerry James - 1.3-2 +- Drop Requires from the -doc subpackage (bz 1665767) + +* Sat Oct 6 2018 Jerry James - 1.3-1 +- Update to 1.3 +- Drop upstreamed patches: subexpr-lambdify, test-code-quality, tex-encoding +- Drop the python2 subpackage +- Add -python3 patch to ask cython to generate python 3 code + +* Tue Aug 14 2018 Miro Hrončok - 1.2-2 +- Fix _subexpr method in lambdify + +* Sat Jul 21 2018 Jerry James - 1.2-1 +- Update to 1.2 (bz 1599502) +- Drop upstreamed -python3 patch +- Add -test-code-quality and -doc patches + +* Sat Jul 14 2018 Fedora Release Engineering - 1.1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 1.1.1-5 +- Rebuilt for Python 3.7 + +* Wed Feb 21 2018 Iryna Shcherbina - 1.1.1-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 1.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.1.1-2 +- Python 2 binary package renamed to python2-sympy + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + +* Thu Jul 27 2017 Jerry James - 1.1.1-1 +- Update to 1.1.1 (bz 1468405) + +* Thu Jul 27 2017 Fedora Release Engineering - 1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Jul 24 2017 Jerry James - 1.1-3 +- Fix dependency on python2 from python3 package (bz 1471886) + +* Sat Jul 8 2017 Jerry James - 1.1-2 +- Disable tests that fail due to overflow on some 32-bit architectures + +* Fri Jul 7 2017 Jerry James - 1.1-1 +- Update to 1.1 (bz 1468405) +- All patches have been upstreamed; drop them all + +* Sat Apr 1 2017 Jerry James - 1.0-7 +- Update theano test for theano 0.9 + +* Sat Feb 11 2017 Fedora Release Engineering - 1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Jan 20 2017 Iryna Shcherbina - 1.0-5 +- Make documentation scripts non-executable to avoid + autogenerating Python 2 dependency in sympy-examples (#1360766) + +* Fri Jan 13 2017 Zbigniew Jędrzejewski-Szmek - 1.0-4 +- Run tests in parallel +- Work around some broken tests +- Use python3 in texmacs-sympy (#1360766) + +* Thu Dec 22 2016 Miro Hrončok - 1.0-4 +- Rebuild for Python 3.6 + +* Fri Jul 22 2016 Jerry James - 1.0-3 +- Update the -test patch for the latest matplotlib release + +* Tue Jul 19 2016 Fedora Release Engineering - 1.0-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Sat Apr 2 2016 Jerry James - 1.0-2 +- Fix bad /usr/bin/env substitution + +* Thu Mar 31 2016 Jerry James - 1.0-1 +- Update to 1.0 +- All patches have been upstreamed; drop them all +- Add -test patch to fix test failures with recent mpmath +- Recommend scipy + +* Fri Feb 05 2016 Fedora Release Engineering - 0.7.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Thu Sep 3 2015 Jerry James - 0.7.6.1-1 +- Update to 0.7.6.1 (bz 1259971) + +* Mon Jul 6 2015 Zbigniew Jędrzejewski-Szmek - 0.7.6-3 +- Fix failure in tests (#1240097) + +* Fri Jun 19 2015 Fedora Release Engineering - 0.7.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri Dec 5 2014 Jerry James - 0.7.6-1 +- Update to 0.7.6 +- Drop upstreamed -test and -is-tangent patches +- Drop obsolete bug workarounds +- Add python(3)-fastcache BR and R +- Recommend python-theano +- Fix executable bits on tm_sympy + +* Tue Sep 16 2014 Jerry James - 0.7.5-4 +- Drop python3-six BR and R now that bz 1140413 is fixed +- Use gmpy2 + +* Wed Sep 3 2014 Jerry James - 0.7.5-3 +- Install both isympy and python3-isympy to comply with packaging standards +- Add -is-tangent patch (bz 1135677) +- Temporarily disable tests that fail due to mpmath bugs (bz 1127796) +- Fix license handling +- Add python3-six BR and R; see bz 1140413 for details + +* Sun Jun 08 2014 Fedora Release Engineering - 0.7.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon May 19 2014 Bohuslav Kabrda - 0.7.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + +* Thu Mar 13 2014 Jerry James - 0.7.5-1 +- Update to 0.7.5 (bz 1066951) +- Binaries now default to using python3 +- Use py3dir macro to simplify python3 build +- Add BRs for more comprehensive testing +- Workaround bz 1075826 +- Add -test patch to fix Unicode problem in the tests + +* Mon Dec 9 2013 Jerry James - 0.7.4-1 +- Update to 0.7.4 +- Python 2 and 3 sources are now in the same tarball + +* Fri Oct 18 2013 Jerry James - 0.7.3-2 +- Build a python3 subpackage (bz 982759) + +* Fri Aug 2 2013 Jerry James - 0.7.3-1 +- Update to 0.7.3 +- Upstream dropped all tutorial translations +- Add graphviz BR for documentation +- Sources now distributed from github instead of googlecode +- Adapt to versionless _docdir in Rawhide + +* Mon Jun 17 2013 Jerry James - 0.7.2-1 +- Update to 0.7.2 (bz 866044) +- Add python-pyglet R (bz 890312) +- Package the TeXmacs integration +- Build and provide documentation +- Provide examples +- Minor spec file cleanups + +* Fri Feb 15 2013 Fedora Release Engineering - 0.7.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Jul 21 2012 Fedora Release Engineering - 0.7.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 0.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Oct 11 2011 Jussi Lehtola - 0.7.1-1 +- Update to 0.7.1. + +* Wed Feb 09 2011 Fedora Release Engineering - 0.6.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Aug 30 2010 Jussi Lehtola - 0.6.7-5 +- Patch around BZ #564504. + +* Sat Jul 31 2010 David Malcolm - 0.6.7-4 +- fix a python 2.7 incompatibility + +* Thu Jul 22 2010 David Malcolm - 0.6.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + +* Tue Apr 27 2010 Jussi Lehtola - 0.6.7-2 +- Added %%check phase. + +* Tue Apr 27 2010 Jussi Lehtola - 0.6.7-1 +- Update to 0.6.7. + +* Mon Feb 15 2010 Conrad Meyer - 0.6.6-3 +- Patch around private copy nicely; avoid breakage from trying to replace + a directory with a symlink. + +* Mon Feb 15 2010 Conrad Meyer - 0.6.6-2 +- Remove private copy of system lib 'mpmath' (rhbz #551576). + +* Sun Dec 27 2009 Jussi Lehtola - 0.6.6-1 +- Update to 0.6.6. + +* Sat Nov 07 2009 Jussi Lehtola - 0.6.5-1 +- Update to 0.6.5. + +* Sun Jul 26 2009 Fedora Release Engineering - 0.6.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 0.6.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Dec 4 2008 Conrad Meyer - 0.6.3-1 +- Bump to 0.6.3, supports python 2.6. + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.6.2-3 +- Rebuild for Python 2.6 + +* Mon Oct 13 2008 Conrad Meyer - 0.6.2-2 +- Patch to remove extraneous shebangs. + +* Sun Oct 12 2008 Conrad Meyer - 0.6.2-1 +- Initial package. diff --git a/sympy.spec b/sympy.spec index 10bae85..c34d739 100644 --- a/sympy.spec +++ b/sympy.spec @@ -7,7 +7,7 @@ Name: sympy Version: 1.12 -Release: 4%{?dist} +Release: %autorelease Summary: A Python library for symbolic mathematics # The project as a whole is BSD-3-Clause. @@ -244,364 +244,4 @@ fi %{_docdir}/%{name}-doc/html %changelog -* Sat Jan 27 2024 Fedora Release Engineering - 1.12-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Thu Nov 30 2023 Jerry James - 1.12-3 -- Fix incompatible pointer types for GCC 14 compatibility - -* Sat Jul 22 2023 Fedora Release Engineering - 1.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Thu Jun 29 2023 Jerry James - 1.12-1 -- Version 1.12 -- Add patch for python 3.12 compatibility - -* Thu Jun 29 2023 Python Maint - 1.11.1-5 -- Rebuilt for Python 3.12 - -* Tue Feb 21 2023 Jerry James - 1.11.1-4 -- Fix the antlr4 Recommends (bz 2172030) -- Dynamically generate BuildRequires (to the extent possible) - -* Sat Jan 21 2023 Fedora Release Engineering - 1.11.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Tue Sep 27 2022 Jerry James - 1.11.1-2 -- Do not run antlr on i386 where it doesn't exist -- Be archful so we don't BR a package that doesn't exist on i386 - -* Tue Sep 6 2022 Jerry James - 1.11.1-1 -- Version 1.11.1 -- Convert License tag to SPDX -- Drop upstreamed patches: -tests, -distutils, -signature -- Drop fastcache dependency -- Regenerate ANTLR4 files - -* Sat Jul 23 2022 Fedora Release Engineering - 1.10.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Wed Jun 15 2022 Python Maint - 1.10.1-2 -- Rebuilt for Python 3.11 - -* Sat Mar 19 2022 Jerry James - 1.10.1-1 -- Version 1.10.1 - -* Thu Mar 17 2022 Jerry James - 1.10-1 -- Version 1.10 -- Drop upstreamed patches: -python3, -png-decoder, -gmpy2-mpq, - and -rational-exponent - -* Sat Jan 22 2022 Fedora Release Engineering - 1.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Oct 8 2021 Jerry James - 1.9-1 -- Version 1.9 -- Drop theano support due to incompatibility with the Fedora version -- Add -tests, -distutils, -gmpy2-mpq, and -rational-exponent patches to - work around test failures - -* Fri Jul 23 2021 Fedora Release Engineering - 1.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Jun 10 2021 Zbigniew Jędrzejewski-Szmek - 1.8-2~bootstrap -- Build in bootstrap mode to work-around missing theano - -* Fri Jun 04 2021 Python Maint - 1.8-2 -- Rebuilt for Python 3.10 - -* Mon Apr 12 2021 Jerry James - 1.8-1 -- Version 1.8 -- Drop the -float patch and only run tests on x86_64 -- Add -circuitplot patch to skip tests that fail with no display -- Drop the -texmacs subpackage; the TeXmacs package ships its own sympy plugin - -* Wed Jan 27 2021 Fedora Release Engineering - 1.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Dec 12 2020 Jerry James - 1.7.1-1 -- Version 1.7.1 - -* Thu Dec 10 2020 Jerry James - 1.7-2 -- Fix preview of PNG images (bz 1906363) -- Add missing Recommends needed to preview images (bz 1906363) - -* Sat Nov 28 2020 Jerry James - 1.7-1 -- Version 1.7 - -* Thu Nov 26 2020 Jerry James - 1.6.2-2 -- Update Theano dependency for Theano-PyMC -- Add -theano-pymc patch to adapt - -* Mon Aug 10 2020 Jerry James - 1.6.2-1 -- Version 1.6.2 - -* Wed Jul 29 2020 Fedora Release Engineering - 1.6.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 2 2020 Jerry James - 1.6.1-1 -- Version 1.6.1 -- Drop upstreamed -ast patch - -* Wed Jun 24 2020 Jerry James - 1.6-2 -- Add setuptools BR -- Add -ast patch to fix compilation with python 3.9 - -* Fri May 29 2020 Jerry James - 1.6-1 -- Version 1.6 -- Drop upstreamed -doc and -sample-set patches -- Disable testing on 32-bit systems; too many tests need 64-bit integers - -* Tue May 26 2020 Miro Hrončok - 1.5.1-4 -- Rebuilt for Python 3.9 - -* Mon May 11 2020 Jerry James - 1.5.1-3 -- Add -sample-set patch to fix test failure with python 3.9 - -* Fri Jan 31 2020 Fedora Release Engineering - 1.5.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Jan 8 2020 Jerry James - 1.5.1-1 -- Update to 1.5.1 -- Drop upstreamed patches -- Drop upstreamed workaround for numpy with a release candidate version - -* Mon Nov 4 2019 Jerry James - 1.4-6 -- Fix broken dependencies in the -texmacs subpackage -- Recommend numexpr - -* Fri Sep 13 2019 Jerry James - 1.4-5 -- Add one more patch to fix a python 3.8 warning - -* Sat Aug 24 2019 Robert-André Mauchin - 1.4-4 -- Add patches to fix build with Python 3.8 and Numpy 1.17 - -* Mon Aug 19 2019 Miro Hrončok - 1.4-3 -- Rebuilt for Python 3.8 - -* Sat Jul 27 2019 Fedora Release Engineering - 1.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Wed Apr 17 2019 Jerry James - 1.4-1 -- Update to 1.4 -- Drop -factorial patch - -* Sun Feb 03 2019 Fedora Release Engineering - 1.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Jan 30 2019 Jerry James - 1.3-2 -- Add -sympify and -factorial patches to work around test failures - -* Mon Jan 14 2019 Jerry James - 1.3-2 -- Drop Requires from the -doc subpackage (bz 1665767) - -* Sat Oct 6 2018 Jerry James - 1.3-1 -- Update to 1.3 -- Drop upstreamed patches: subexpr-lambdify, test-code-quality, tex-encoding -- Drop the python2 subpackage -- Add -python3 patch to ask cython to generate python 3 code - -* Tue Aug 14 2018 Miro Hrončok - 1.2-2 -- Fix _subexpr method in lambdify - -* Sat Jul 21 2018 Jerry James - 1.2-1 -- Update to 1.2 (bz 1599502) -- Drop upstreamed -python3 patch -- Add -test-code-quality and -doc patches - -* Sat Jul 14 2018 Fedora Release Engineering - 1.1.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 1.1.1-5 -- Rebuilt for Python 3.7 - -* Wed Feb 21 2018 Iryna Shcherbina - 1.1.1-4 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 1.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.1.1-2 -- Python 2 binary package renamed to python2-sympy - See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 - -* Thu Jul 27 2017 Jerry James - 1.1.1-1 -- Update to 1.1.1 (bz 1468405) - -* Thu Jul 27 2017 Fedora Release Engineering - 1.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Mon Jul 24 2017 Jerry James - 1.1-3 -- Fix dependency on python2 from python3 package (bz 1471886) - -* Sat Jul 8 2017 Jerry James - 1.1-2 -- Disable tests that fail due to overflow on some 32-bit architectures - -* Fri Jul 7 2017 Jerry James - 1.1-1 -- Update to 1.1 (bz 1468405) -- All patches have been upstreamed; drop them all - -* Sat Apr 1 2017 Jerry James - 1.0-7 -- Update theano test for theano 0.9 - -* Sat Feb 11 2017 Fedora Release Engineering - 1.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Jan 20 2017 Iryna Shcherbina - 1.0-5 -- Make documentation scripts non-executable to avoid - autogenerating Python 2 dependency in sympy-examples (#1360766) - -* Fri Jan 13 2017 Zbigniew Jędrzejewski-Szmek - 1.0-4 -- Run tests in parallel -- Work around some broken tests -- Use python3 in texmacs-sympy (#1360766) - -* Thu Dec 22 2016 Miro Hrončok - 1.0-4 -- Rebuild for Python 3.6 - -* Fri Jul 22 2016 Jerry James - 1.0-3 -- Update the -test patch for the latest matplotlib release - -* Tue Jul 19 2016 Fedora Release Engineering - 1.0-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Sat Apr 2 2016 Jerry James - 1.0-2 -- Fix bad /usr/bin/env substitution - -* Thu Mar 31 2016 Jerry James - 1.0-1 -- Update to 1.0 -- All patches have been upstreamed; drop them all -- Add -test patch to fix test failures with recent mpmath -- Recommend scipy - -* Fri Feb 05 2016 Fedora Release Engineering - 0.7.6.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 10 2015 Fedora Release Engineering -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Thu Sep 3 2015 Jerry James - 0.7.6.1-1 -- Update to 0.7.6.1 (bz 1259971) - -* Mon Jul 6 2015 Zbigniew Jędrzejewski-Szmek - 0.7.6-3 -- Fix failure in tests (#1240097) - -* Fri Jun 19 2015 Fedora Release Engineering - 0.7.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Fri Dec 5 2014 Jerry James - 0.7.6-1 -- Update to 0.7.6 -- Drop upstreamed -test and -is-tangent patches -- Drop obsolete bug workarounds -- Add python(3)-fastcache BR and R -- Recommend python-theano -- Fix executable bits on tm_sympy - -* Tue Sep 16 2014 Jerry James - 0.7.5-4 -- Drop python3-six BR and R now that bz 1140413 is fixed -- Use gmpy2 - -* Wed Sep 3 2014 Jerry James - 0.7.5-3 -- Install both isympy and python3-isympy to comply with packaging standards -- Add -is-tangent patch (bz 1135677) -- Temporarily disable tests that fail due to mpmath bugs (bz 1127796) -- Fix license handling -- Add python3-six BR and R; see bz 1140413 for details - -* Sun Jun 08 2014 Fedora Release Engineering - 0.7.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon May 19 2014 Bohuslav Kabrda - 0.7.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 - -* Thu Mar 13 2014 Jerry James - 0.7.5-1 -- Update to 0.7.5 (bz 1066951) -- Binaries now default to using python3 -- Use py3dir macro to simplify python3 build -- Add BRs for more comprehensive testing -- Workaround bz 1075826 -- Add -test patch to fix Unicode problem in the tests - -* Mon Dec 9 2013 Jerry James - 0.7.4-1 -- Update to 0.7.4 -- Python 2 and 3 sources are now in the same tarball - -* Fri Oct 18 2013 Jerry James - 0.7.3-2 -- Build a python3 subpackage (bz 982759) - -* Fri Aug 2 2013 Jerry James - 0.7.3-1 -- Update to 0.7.3 -- Upstream dropped all tutorial translations -- Add graphviz BR for documentation -- Sources now distributed from github instead of googlecode -- Adapt to versionless _docdir in Rawhide - -* Mon Jun 17 2013 Jerry James - 0.7.2-1 -- Update to 0.7.2 (bz 866044) -- Add python-pyglet R (bz 890312) -- Package the TeXmacs integration -- Build and provide documentation -- Provide examples -- Minor spec file cleanups - -* Fri Feb 15 2013 Fedora Release Engineering - 0.7.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sat Jul 21 2012 Fedora Release Engineering - 0.7.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Oct 11 2011 Jussi Lehtola - 0.7.1-1 -- Update to 0.7.1. - -* Wed Feb 09 2011 Fedora Release Engineering - 0.6.7-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Aug 30 2010 Jussi Lehtola - 0.6.7-5 -- Patch around BZ #564504. - -* Sat Jul 31 2010 David Malcolm - 0.6.7-4 -- fix a python 2.7 incompatibility - -* Thu Jul 22 2010 David Malcolm - 0.6.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Tue Apr 27 2010 Jussi Lehtola - 0.6.7-2 -- Added %%check phase. - -* Tue Apr 27 2010 Jussi Lehtola - 0.6.7-1 -- Update to 0.6.7. - -* Mon Feb 15 2010 Conrad Meyer - 0.6.6-3 -- Patch around private copy nicely; avoid breakage from trying to replace - a directory with a symlink. - -* Mon Feb 15 2010 Conrad Meyer - 0.6.6-2 -- Remove private copy of system lib 'mpmath' (rhbz #551576). - -* Sun Dec 27 2009 Jussi Lehtola - 0.6.6-1 -- Update to 0.6.6. - -* Sat Nov 07 2009 Jussi Lehtola - 0.6.5-1 -- Update to 0.6.5. - -* Sun Jul 26 2009 Fedora Release Engineering - 0.6.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 0.6.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Dec 4 2008 Conrad Meyer - 0.6.3-1 -- Bump to 0.6.3, supports python 2.6. - -* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.6.2-3 -- Rebuild for Python 2.6 - -* Mon Oct 13 2008 Conrad Meyer - 0.6.2-2 -- Patch to remove extraneous shebangs. - -* Sun Oct 12 2008 Conrad Meyer - 0.6.2-1 -- Initial package. +%autochangelog