Hello community, here is the log from the commit of package python-pathlib2 for openSUSE:Factory checked in at 2018-08-08 14:45:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pathlib2 (Old) and /work/SRC/openSUSE:Factory/.python-pathlib2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pathlib2" Wed Aug 8 14:45:42 2018 rev:5 rq:627896 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pathlib2/python-pathlib2.changes 2018-06-02 12:09:36.265588004 +0200 +++ /work/SRC/openSUSE:Factory/.python-pathlib2.new/python-pathlib2.changes 2018-08-08 14:45:46.316789646 +0200 @@ -1,0 +2,5 @@ +Tue Aug 7 14:38:54 UTC 2018 - [email protected] + +- cleanup deps + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pathlib2.spec ++++++ --- /var/tmp/diff_new_pack.O2PERQ/_old 2018-08-08 14:45:47.144790996 +0200 +++ /var/tmp/diff_new_pack.O2PERQ/_new 2018-08-08 14:45:47.152791008 +0200 @@ -26,7 +26,6 @@ URL: https://pypi.python.org/pypi/pathlib2/ Source: https://files.pythonhosted.org/packages/source/p/pathlib2/pathlib2-%{version}.tar.gz BuildRequires: %{python_module mock} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: python-rpm-macros @@ -61,7 +60,9 @@ %python_install %check -PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} . +# nothing provides test module in python2 +export PYTHONPATH="$PWD" +python3 tests/test_pathlib2.py %files %{python_files} %license LICENSE.rst
