From 6433d6f0ecd561586ae5ee3f5aaa6dd4fe553eaa942ad088aff9bbb1dceb150a Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 1 Sep 2020 06:57:49 +0000 Subject: [PATCH] - 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 --- PyLaTeX-1.3.2.tar.gz | 3 --- PyLaTeX-1.3.4.tar.gz | 3 +++ python-PyLaTeX.changes | 9 +++++++++ python-PyLaTeX.spec | 3 +-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 PyLaTeX-1.3.2.tar.gz create mode 100644 PyLaTeX-1.3.4.tar.gz diff --git a/PyLaTeX-1.3.2.tar.gz b/PyLaTeX-1.3.2.tar.gz deleted file mode 100644 index 30de321..0000000 --- a/PyLaTeX-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa141dec488872eaf0396b87305685ba797a3be928fc17d2f7fed383ba3d1b78 -size 300576 diff --git a/PyLaTeX-1.3.4.tar.gz b/PyLaTeX-1.3.4.tar.gz new file mode 100644 index 0000000..aeecda9 --- /dev/null +++ b/PyLaTeX-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd28a9e195afcea07a121d74aac59eb52cd5d19b0650b698eb730b28f9d0ff7 +size 300679 diff --git a/python-PyLaTeX.changes b/python-PyLaTeX.changes index 8b0ed11..9931a65 100644 --- a/python-PyLaTeX.changes +++ b/python-PyLaTeX.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 1 06:56:57 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-PyLaTeX.spec b/python-PyLaTeX.spec index dc92456..e1dfa7b 100644 --- a/python-PyLaTeX.spec +++ b/python-PyLaTeX.spec @@ -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