14
0

Accepting request 862143 from home:andythe_great:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/862143
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyLaTeX?expand=0&rev=9
This commit is contained in:
2021-01-11 15:06:07 +00:00
committed by Git OBS Bridge
parent 6433d6f0ec
commit a372d10700
5 changed files with 21 additions and 58 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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>