Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Jinja2 for openSUSE:Factory 
checked in at 2021-09-11 22:24:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Jinja2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-Jinja2.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Jinja2"

Sat Sep 11 22:24:14 2021 rev:44 rq:917899 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Jinja2/python-Jinja2.changes      
2021-09-04 22:35:56.020197570 +0200
+++ /work/SRC/openSUSE:Factory/.python-Jinja2.new.1899/python-Jinja2.changes    
2021-09-11 22:24:22.959377864 +0200
@@ -1,0 +2,6 @@
+Fri Sep 10 08:07:58 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Add no-warnings-as-errors.patch:
+  * Do not treat warnings as errors until upstream fix using async loops.
+
+-------------------------------------------------------------------

New:
----
  no-warnings-as-errors.patch

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

Other differences:
------------------
++++++ python-Jinja2.spec ++++++
--- /var/tmp/diff_new_pack.tSkvQo/_old  2021-09-11 22:24:24.435379319 +0200
+++ /var/tmp/diff_new_pack.tSkvQo/_new  2021-09-11 22:24:24.435379319 +0200
@@ -30,6 +30,7 @@
 License:        BSD-3-Clause
 URL:            https://jinja.palletsprojects.com
 Source:         
https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz
+Patch0:         no-warnings-as-errors.patch
 BuildRequires:  %{python_module MarkupSafe >= 0.23}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q -n Jinja2-%{version}
+%autopatch -p1
 dos2unix LICENSE.rst # Fix wrong EOL encoding
 
 %build

++++++ no-warnings-as-errors.patch ++++++
Index: Jinja2-3.0.1/setup.cfg
===================================================================
--- Jinja2-3.0.1.orig/setup.cfg
+++ Jinja2-3.0.1/setup.cfg
@@ -44,8 +44,6 @@ babel.extractors =
 
 [tool:pytest]
 testpaths = tests
-filterwarnings = 
-       error
 
 [coverage:run]
 branch = True

Reply via email to