14
0

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:
Tomáš Chvátal
2020-06-08 14:31:13 +00:00
committed by Git OBS Bridge
parent 498b961951
commit af28294dc0
4 changed files with 13 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
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> Fri Nov 8 17:41:10 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-PyLaTeX # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-PyLaTeX Name: python-PyLaTeX
Version: 1.3.1 Version: 1.3.2
Release: 0 Release: 0
Summary: A Python library for creating LaTeX files and snippets Summary: A Python library for creating LaTeX files and snippets
License: MIT License: MIT
@@ -102,7 +102,7 @@ BuildRequires: tex(xcolor.sty)
%python_subpackages %python_subpackages
%description %description
PyLaTeX is a Python library for creating and compiling LaTeX files. PyLaTeX is a Python library for creating and compiling LaTeX files.
%prep %prep
%setup -q -n PyLaTeX-%{version} %setup -q -n PyLaTeX-%{version}