diff --git a/Mako-1.1.0.tar.gz b/Mako-1.1.0.tar.gz deleted file mode 100644 index 0fe5ed7..0000000 --- a/Mako-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a36919599a9b7dc5d86a7a8988f23a9a3a3d083070023bab23d64f7f1d1e0a4b -size 463945 diff --git a/Mako-1.1.1.tar.gz b/Mako-1.1.1.tar.gz new file mode 100644 index 0000000..9875b9a --- /dev/null +++ b/Mako-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2984a6733e1d472796ceef37ad48c26f4a984bb18119bb2dbc37a44d8f6e75a4 +size 468894 diff --git a/python-Mako.changes b/python-Mako.changes index 3e7b6ea..b81b736 100644 --- a/python-Mako.changes +++ b/python-Mako.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 18 17:01:27 UTC 2020 - Ondřej Súkup + +- update to 1.1.1 + * Replaced usage of the long-superseded “parser.suite” module in the mako.util + package for parsing the python magic encoding comment with the “ast.parse” function + * Added “babel” and “lingua” dependency entries to the setuptools entrypoints + for the babel and lingua extensions + ------------------------------------------------------------------- Mon Aug 5 11:42:51 UTC 2019 - pgajdos@suse.com diff --git a/python-Mako.spec b/python-Mako.spec index 9cb46ee..56c0bdc 100644 --- a/python-Mako.spec +++ b/python-Mako.spec @@ -1,7 +1,7 @@ # # spec file for package python-Mako # -# 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 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Mako -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: A Python templating language License: MIT