15
0
forked from pool/python-Mako

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=66
This commit is contained in:
2020-02-18 17:03:10 +00:00
committed by Git OBS Bridge
parent f171012d61
commit 308d471bb2
4 changed files with 14 additions and 5 deletions

View File

@@ -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