Hello community,

here is the log from the commit of package python-Mako for openSUSE:Factory 
checked in at 2019-08-06 15:09:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Mako (Old)
 and      /work/SRC/openSUSE:Factory/.python-Mako.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Mako"

Tue Aug  6 15:09:15 2019 rev:36 rq:721098 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Mako/python-Mako.changes  2019-06-24 
21:44:55.191723097 +0200
+++ /work/SRC/openSUSE:Factory/.python-Mako.new.4126/python-Mako.changes        
2019-08-06 15:09:16.807811034 +0200
@@ -1,0 +2,20 @@
+Mon Aug  5 11:42:51 UTC 2019 - [email protected]
+
+- version update to 1.1.0
+  * Removed the "python setup.py test" feature in favor
+  * Replaced usage of ``inspect.getfullargspec()`` with the vendored version
+    used by SQLAlchemy, Alembic to avoid future deprecation warnings.
+
+-------------------------------------------------------------------
+Mon Jul 29 07:36:52 UTC 2019 - [email protected]
+
+- version update to 1.0.14
+  * The n filter is now supported in the <%page> tag. This allows a template 
to omit the default expression filters throughout a whole template, for those 
cases where a
+    template-wide filter needs to have default filtering disabled.
+  * Fixed issue where the correct file URI would not be shown in the 
template-formatted exception traceback if the template filename were not known. 
Additionally fixes an issue
+    where stale filenames would be displayed if a stack trace alternated 
between different templates.
+  * Improved the line-number tracking for source lines inside of Python <% ... 
%> blocks, such that text- and HTML-formatted exception traces such as that of
+    html_error_template() now report the correct source line inside the block, 
rather than the first line of the block itself. Exceptions in <%! ... %> blocks 
which get raised
+    while loading the module are still not reported correctly, as these are 
handled before the Mako code is generated.
+
+-------------------------------------------------------------------

Old:
----
  Mako-1.0.12.tar.gz

New:
----
  Mako-1.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Mako.spec ++++++
--- /var/tmp/diff_new_pack.n8jgVh/_old  2019-08-06 15:09:17.343810730 +0200
+++ /var/tmp/diff_new_pack.n8jgVh/_new  2019-08-06 15:09:17.347810728 +0200
@@ -19,21 +19,22 @@
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Mako
-Version:        1.0.12
+Version:        1.1.0
 Release:        0
 Summary:        A Python templating language
 License:        MIT
 Group:          Development/Languages/Python
 URL:            http://www.makotemplates.org/
 Source:         
https://files.pythonhosted.org/packages/source/M/Mako/Mako-%{version}.tar.gz
-BuildRequires:  %{python_module MarkupSafe}
+BuildRequires:  %{python_module MarkupSafe >= 0.9.2}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-MarkupSafe
+Requires:       python-MarkupSafe >= 0.9.2
+Requires:       python-setuptools
 BuildArch:      noarch
 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Recommends:     python-Beaker >= 1.1
@@ -68,7 +69,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %license LICENSE

++++++ Mako-1.0.12.tar.gz -> Mako-1.1.0.tar.gz ++++++
++++ 3460 lines of diff (skipped)


Reply via email to