Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-WebOb for openSUSE:Factory 
checked in at 2021-03-24 16:10:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-WebOb (Old)
 and      /work/SRC/openSUSE:Factory/.python-WebOb.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-WebOb"

Wed Mar 24 16:10:45 2021 rev:31 rq:880534 version:1.8.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-WebOb/python-WebOb.changes        
2021-03-05 13:43:13.403510226 +0100
+++ /work/SRC/openSUSE:Factory/.python-WebOb.new.2401/python-WebOb.changes      
2021-03-24 16:10:47.159802613 +0100
@@ -1,0 +2,5 @@
+Sat Mar 20 19:02:16 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- fix test suite for python39 (based on gh#Pylons/webob#390) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-WebOb.spec ++++++
--- /var/tmp/diff_new_pack.adudA9/_old  2021-03-24 16:10:47.955803448 +0100
+++ /var/tmp/diff_new_pack.adudA9/_new  2021-03-24 16:10:47.963803457 +0100
@@ -60,6 +60,8 @@
 
 %prep
 %setup -q -n WebOb-%{version}
+# gh#Pylons/webob#390 -- Thread.is_alive is present since Python 2.6, 
Thread.isAlive was removed in 3.9.
+sed -i 's/worker.isAlive/worker.is_alive/' tests/conftest.py
 
 %build
 %python_build
@@ -70,12 +72,13 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version}
+%pytest
 
 %files %{python_files}
 %license docs/license.txt
 %doc CHANGES.txt README.rst
-%{python_sitelib}/*
+%{python_sitelib}/webob
+%{python_sitelib}/WebOb-%{version}*-info
 
 %files -n python-WebOb-doc
 %doc build/sphinx/html

Reply via email to