Hello community,

here is the log from the commit of package python-bleach for openSUSE:Factory 
checked in at 2019-07-30 13:02:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bleach (Old)
 and      /work/SRC/openSUSE:Factory/.python-bleach.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bleach"

Tue Jul 30 13:02:43 2019 rev:7 rq:717075 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bleach/python-bleach.changes      
2019-03-04 09:24:01.340561604 +0100
+++ /work/SRC/openSUSE:Factory/.python-bleach.new.4126/python-bleach.changes    
2019-07-30 13:02:45.638422088 +0200
@@ -1,0 +2,5 @@
+Fri Jul 19 12:02:58 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Restrict pytest to <5.0; upstream has an issue already reported
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-bleach.spec ++++++
--- /var/tmp/diff_new_pack.TGwOsp/_old  2019-07-30 13:02:47.830421646 +0200
+++ /var/tmp/diff_new_pack.TGwOsp/_new  2019-07-30 13:02:47.886421636 +0200
@@ -28,7 +28,8 @@
 Source:         
https://files.pythonhosted.org/packages/source/b/bleach/bleach-%{version}.tar.gz
 Patch0:         de-vendor.patch
 BuildRequires:  %{python_module html5lib >= 1.0.0}
-BuildRequires:  %{python_module pytest >= 3.0.0}
+# https://github.com/mozilla/bleach/issues/459
+BuildRequires:  %{python_module pytest < 5.0}
 BuildRequires:  %{python_module pytest-runner >= 2.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.9}
@@ -63,13 +64,10 @@
 
 %install
 %python_install
-
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-py.test-%{$python_bin_suffix}
-}
+%pytest
 
 %files %{python_files}
 %license LICENSE


Reply via email to