Hello community,

here is the log from the commit of package python-EasyProcess for 
openSUSE:Factory checked in at 2019-03-01 16:50:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-EasyProcess (Old)
 and      /work/SRC/openSUSE:Factory/.python-EasyProcess.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-EasyProcess"

Fri Mar  1 16:50:14 2019 rev:14 rq:680488 version:0.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-EasyProcess/python-EasyProcess.changes    
2018-12-13 19:47:31.612772238 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-EasyProcess.new.28833/python-EasyProcess.changes
 2019-03-01 16:50:16.593734540 +0100
@@ -1,0 +2,8 @@
+Fri Mar  1 12:54:05 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.2.5:
+  * Fixes for python 3.7
+  * Many utf8 fixes
+- Switch to github tarball for tests
+
+-------------------------------------------------------------------

Old:
----
  EasyProcess-0.2.3.tar.gz

New:
----
  0.2.5.tar.gz

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

Other differences:
------------------
++++++ python-EasyProcess.spec ++++++
--- /var/tmp/diff_new_pack.skwoe9/_old  2019-03-01 16:50:17.453734216 +0100
+++ /var/tmp/diff_new_pack.skwoe9/_new  2019-03-01 16:50:17.489734203 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-EasyProcess
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,22 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without  test
 Name:           python-EasyProcess
-Version:        0.2.3
+Version:        0.2.5
 Release:        0
 Summary:        Python subprocess interface
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/ponty/easyprocess
-Source:         
https://files.pythonhosted.org/packages/source/E/EasyProcess/EasyProcess-%{version}.tar.gz
+Source:         https://github.com/ponty/EasyProcess/archive/%{version}.tar.gz
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
+BuildRequires:  iputils
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-2to3
 BuildArch:      noarch
-%if %{with test}
-BuildRequires:  %{python_module nose}
-%endif
 %python_subpackages
 
 %description
@@ -60,6 +59,9 @@
 
 %prep
 %setup -q -n EasyProcess-%{version}
+# requires pyvirtualdisplay which is mostly dead package
+rm -f tests/coverage/fast/test_deadlock.py
+2to3 -w easyprocess/examples/log.py
 
 %build
 %python_build
@@ -68,15 +70,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-mkdir tester
-pushd tester
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-$python -B -m nose easyprocess
-}
-popd
-%endif
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v tests/coverage/
 
 %files %{python_files}
 %license LICENSE.txt

++++++ EasyProcess-0.2.3.tar.gz -> 0.2.5.tar.gz ++++++
++++ 1615 lines of diff (skipped)


Reply via email to