14
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyLaTeX?expand=0&rev=7
This commit is contained in:
2020-09-01 06:57:49 +00:00
committed by Git OBS Bridge
parent 282cd5d5d7
commit 6433d6f0ec
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa141dec488872eaf0396b87305685ba797a3be928fc17d2f7fed383ba3d1b78
size 300576

3
PyLaTeX-1.3.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccd28a9e195afcea07a121d74aac59eb52cd5d19b0650b698eb730b28f9d0ff7
size 300679

View File

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

View File

@@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-PyLaTeX
Version: 1.3.2
Version: 1.3.4
Release: 0
Summary: A Python library for creating LaTeX files and snippets
License: MIT
Group: Development/Languages/Python
URL: https://github.com/JelteF/PyLaTeX
Source: https://github.com/JelteF/PyLaTeX/archive/v%{version}.tar.gz#/PyLaTeX-%{version}.tar.gz
# PATCH-FEATURE-UPSTREAM denose.patch gh#JelteF/PyLaTeX#294 mcepl@suse.com