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

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