Hello community, here is the log from the commit of package python-wcwidth for openSUSE:Factory checked in at 2019-10-05 16:19:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wcwidth (Old) and /work/SRC/openSUSE:Factory/.python-wcwidth.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wcwidth" Sat Oct 5 16:19:22 2019 rev:5 rq:734571 version:0.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wcwidth/python-wcwidth.changes 2019-03-12 09:44:39.855784691 +0100 +++ /work/SRC/openSUSE:Factory/.python-wcwidth.new.2352/python-wcwidth.changes 2019-10-05 16:19:27.525569473 +0200 @@ -1,0 +2,7 @@ +Wed Oct 2 04:39:59 UTC 2019 - John Vandenberg <[email protected]> + +- Re-active test suite +- Remove test suite from runtime package +- Run fdupes + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wcwidth.spec ++++++ --- /var/tmp/diff_new_pack.qp2VCz/_old 2019-10-05 16:19:27.949568368 +0200 +++ /var/tmp/diff_new_pack.qp2VCz/_new 2019-10-05 16:19:27.957568348 +0200 @@ -27,6 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-%{version}.tar.gz BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -53,13 +54,14 @@ %install %python_install -# This file is meant to be runnable on its own for testing, -# so don't remove the shebang. -%python_expand chmod a+x %{buildroot}%{$python_sitelib}/wcwidth/tests/test_*.py +# Remove tests from runtime +%{python_expand rm -r %{buildroot}%{$python_sitelib}/wcwidth/tests/ +%fdupes %{buildroot}%{$python_sitelib} +} %check pushd wcwidth/tests -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} test*.py popd %files %{python_files}
