forked from pool/python-PyLaTeX
Accepting request 812618 from home:mcalabkova:branches:devel:languages:python
- Update to 1.3.2 * On python 3.6+ support multhreaded use of PyLaTeX, by not calling os.chdir OBS-URL: https://build.opensuse.org/request/show/812618 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyLaTeX?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
498b961951
commit
af28294dc0
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyLaTeX
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-PyLaTeX
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Summary: A Python library for creating LaTeX files and snippets
|
||||
License: MIT
|
||||
@@ -102,7 +102,7 @@ BuildRequires: tex(xcolor.sty)
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
PyLaTeX is a Python library for creating and compiling LaTeX files.
|
||||
PyLaTeX is a Python library for creating and compiling LaTeX files.
|
||||
|
||||
%prep
|
||||
%setup -q -n PyLaTeX-%{version}
|
||||
|
Reference in New Issue
Block a user