14
0
Files
python-PyLaTeX/python-PyLaTeX.changes

40 lines
1.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sun Jan 10 18:05:44 UTC 2021 - andy great <andythe_great@pm.me>
- Update to version 1.4.1.
* Fixes regression in 1.4.0 where empty ``geometry_options``
would throw an error.
- Updates for version 1.4.0
* Add ``Fragment`` class which is a ``Container`` without any
LaTeX code surrounding its content.
* Escape newlines in ``ContainerCommand``
* Fix bug where the geometry options were not applied in some
cases
* Remove denose.patch, fixed.
-------------------------------------------------------------------
Tue Sep 1 06:56:57 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.3.4:
* Use known working versions for Python 3.5 and lower of ordered-set
dependency
* The 'at' parameter for TikZNode should now work.
* Use a different temporary directory per user.
-------------------------------------------------------------------
Mon Aug 3 06:35:01 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add denose.patch removing nose dependency (gh#JelteF/PyLaTeX#294).
-------------------------------------------------------------------
Mon Jun 8 13:29:44 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.3.2
* On python 3.6+ support multhreaded use of PyLaTeX, by not calling
os.chdir
-------------------------------------------------------------------
Fri Nov 8 17:41:10 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Initial version