Hello community, here is the log from the commit of package python-units for openSUSE:Factory checked in at 2019-08-22 10:55:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-units (Old) and /work/SRC/openSUSE:Factory/.python-units.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-units" Thu Aug 22 10:55:47 2019 rev:4 rq:725094 version:0.07 Changes: -------- --- /work/SRC/openSUSE:Factory/python-units/python-units.changes 2018-12-24 11:45:37.001227450 +0100 +++ /work/SRC/openSUSE:Factory/.python-units.new.22127/python-units.changes 2019-08-22 10:55:50.261671983 +0200 @@ -1,0 +2,5 @@ +Wed Aug 21 14:31:25 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Do not pull in pytest4 as the tests work only with pytest 3.x + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-units.spec ++++++ --- /var/tmp/diff_new_pack.rXrc3g/_old 2019-08-22 10:55:51.709671789 +0200 +++ /var/tmp/diff_new_pack.rXrc3g/_new 2019-08-22 10:55:51.709671789 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-units # -# 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 @@ -25,7 +25,7 @@ Group: Development/Languages/Python Url: https://bitbucket.org/adonohue/units/ Source: https://files.pythonhosted.org/packages/source/u/units/units-%{version}.tar.gz -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest < 4} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -49,10 +49,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -rm -rf _build.* build -%{python_expand rm -rf _build.* build -py.test-%{$python_bin_suffix} -} +%pytest %files %{python_files} %doc README
