Hello community,

here is the log from the commit of package python-Werkzeug for openSUSE:Factory 
checked in at 2018-05-13 15:56:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Werkzeug (Old)
 and      /work/SRC/openSUSE:Factory/.python-Werkzeug.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Werkzeug"

Sun May 13 15:56:51 2018 rev:22 rq:606252 version:0.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Werkzeug/python-Werkzeug.changes  
2018-05-06 14:55:24.634364024 +0200
+++ /work/SRC/openSUSE:Factory/.python-Werkzeug.new/python-Werkzeug.changes     
2018-05-13 15:56:54.936172334 +0200
@@ -1,0 +2,6 @@
+Thu May 10 15:44:58 UTC 2018 - [email protected]
+
+- Make sure ssl is available
+- Avoid problem with bytecode being overwritten in tests
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Werkzeug.spec ++++++
--- /var/tmp/diff_new_pack.9KeKVp/_old  2018-05-13 15:56:55.716143873 +0200
+++ /var/tmp/diff_new_pack.9KeKVp/_new  2018-05-13 15:56:55.716143873 +0200
@@ -33,12 +33,14 @@
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
+BuildRequires:  python2
 BuildArch:      noarch
 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Recommends:     python-termcolor
 Recommends:     python-watchdog
 %endif
 %ifpython2
+Requires:       python2
 Provides:       %{oldpython}-werkzeug = %{version}
 Obsoletes:      %{oldpython}-werkzeug < %{version}
 %endif
@@ -72,9 +74,11 @@
 %python_install
 
 %check
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}}
-export LANG=en_US.UTF-8
-%python_exec -m pytest
+%{python_expand export LANG=en_US.UTF-8
+export PYTHONDONTWRITEBYTECODE=1
+export PYTHONPATH=%{buildroot}%{$python_sitelib}
+$python -m pytest
+}
 
 %files %{python_files}
 %license LICENSE


Reply via email to