Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Mako for openSUSE:Factory 
checked in at 2022-08-04 13:23:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Mako (Old)
 and      /work/SRC/openSUSE:Factory/.python-Mako.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Mako"

Thu Aug  4 13:23:10 2022 rev:46 rq:989969 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Mako/python-Mako.changes  2022-03-28 
16:59:03.264846557 +0200
+++ /work/SRC/openSUSE:Factory/.python-Mako.new.1521/python-Mako.changes        
2022-08-04 13:23:21.704481344 +0200
@@ -1,0 +2,27 @@
+Mon Jul 18 13:39:44 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Update to 1.2.1:
+  * [bug] [tests] Various fixes to the test suite in the area of exception
+    message rendering to accommodate for variability in Python versions as
+    well as Pygments.
+  * [performance] Optimized some codepaths within the lexer/Python code
+    generation process, improving performance for generation of templates
+    prior to their being cached. Pull request courtesy Takuto Ikuta.
+  * [changed] [py3k] Corrected "universal wheel" directive in setup.cfg so
+    that building a wheel does not target Python 2.
+  * [changed] [py3k] The bytestring_passthrough template argument is removed,
+    as this flag only applied to Python 2.
+  * [changed] [py3k] With the removal of Python 2's cStringIO, Mako now uses
+    its own internal FastEncodingBuffer exclusively.
+  * [changed] Refactored test utilities into mako.testing module. Removed
+    unittest.TestCase dependency in favor of pytest.
+  * [changed] [setup] Replaced the use of pkg_resources with the importlib
+    library. For Python < 3.8 the library importlib_metadata is used.
+  * [changed] [py3k] Removed support for Python 2 and Python 3.6. Mako now
+    requires Python >= 3.7.
+  * [bug] [py3k] Mako now performs exception chaining using raise from,
+    correctly identifying underlying exception conditions when it raises its
+    own exceptions. Pull request courtesy Ram Rachum.
+- Remove python2 gubbins, since it is no longer supported.
+
+-------------------------------------------------------------------

Old:
----
  Mako-1.1.6.tar.gz

New:
----
  Mako-1.2.1.tar.gz

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

Other differences:
------------------
++++++ python-Mako.spec ++++++
--- /var/tmp/diff_new_pack.RS692g/_old  2022-08-04 13:23:22.192482729 +0200
+++ /var/tmp/diff_new_pack.RS692g/_new  2022-08-04 13:23:22.196482741 +0200
@@ -22,17 +22,15 @@
 %bcond_with libalternatives
 %endif
 
-%define oldpython python
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Mako
-Version:        1.1.6
+Version:        1.2.1
 Release:        0
 Summary:        A Python templating language
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://www.makotemplates.org/
 Source:         
https://files.pythonhosted.org/packages/source/M/Mako/Mako-%{version}.tar.gz
 BuildRequires:  %{python_module MarkupSafe >= 0.9.2}
+BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -51,10 +49,6 @@
 Recommends:     python-Beaker >= 1.1
 Provides:       python-mako = %{version}
 Obsoletes:      python-mako < %{version}
-%ifpython2
-Provides:       %{oldpython}-mako = %{version}
-Obsoletes:      %{oldpython}-mako < %{version}
-%endif
 %python_subpackages
 
 %description

++++++ Mako-1.1.6.tar.gz -> Mako-1.2.1.tar.gz ++++++
++++ 35946 lines of diff (skipped)

Reply via email to