forked from pool/python-PyLaTeX
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyLaTeX?expand=0&rev=16
67 lines
2.5 KiB
Plaintext
67 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Apr 14 06:26:37 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Support both lowercased and unnormalized metadata directory names.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 25 04:57:11 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Lowercase metadata directory name.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 16 04:11:23 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 1.4.2:
|
|
* Add `.Chapter` in ``__init__.py``
|
|
* Fix installation on Python 3.12
|
|
- Drop patch skip-optional-dependencies-test.patch, no longer required.
|
|
- Switch to pyproject macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 26 20:15:47 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Some optional dependencies not available for the python36 flavor:
|
|
* add skip-optional-dependencies-test.patch
|
|
* don't install numpy, matplotlib and quantities for python36
|
|
(NumPy 1.20 does not provide a Python 3.6 build on TW: NEP 29)
|
|
|
|
-------------------------------------------------------------------
|
|
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
|