diff --git a/PyLaTeX-1.3.1.tar.gz b/PyLaTeX-1.3.1.tar.gz deleted file mode 100644 index 03f92a0..0000000 --- a/PyLaTeX-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50657df50688f994d4efcafa3f97d39b0061022ef8271f1f9ee43808d2f7a162 -size 300388 diff --git a/PyLaTeX-1.3.2.tar.gz b/PyLaTeX-1.3.2.tar.gz new file mode 100644 index 0000000..30de321 --- /dev/null +++ b/PyLaTeX-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa141dec488872eaf0396b87305685ba797a3be928fc17d2f7fed383ba3d1b78 +size 300576 diff --git a/python-PyLaTeX.changes b/python-PyLaTeX.changes index a8f2041..70e1bff 100644 --- a/python-PyLaTeX.changes +++ b/python-PyLaTeX.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 8 13:29:44 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-PyLaTeX.spec b/python-PyLaTeX.spec index 63955b3..a346f23 100644 --- a/python-PyLaTeX.spec +++ b/python-PyLaTeX.spec @@ -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}