Hello community, here is the log from the commit of package python-unify for openSUSE:Factory checked in at 2019-06-06 18:16:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-unify (Old) and /work/SRC/openSUSE:Factory/.python-unify.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-unify" Thu Jun 6 18:16:29 2019 rev:3 rq:707166 version:0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-unify/python-unify.changes 2018-12-24 11:45:35.449228825 +0100 +++ /work/SRC/openSUSE:Factory/.python-unify.new.4811/python-unify.changes 2019-06-06 18:16:31.236700114 +0200 @@ -1,0 +2,5 @@ +Mon Jun 3 11:36:19 UTC 2019 - [email protected] + +- run the testsuite, call spec-cleaner + +------------------------------------------------------------------- Old: ---- unify-0.4.tar.gz New: ---- v0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-unify.spec ++++++ --- /var/tmp/diff_new_pack.FgW6sP/_old 2019-06-06 18:16:32.120699855 +0200 +++ /var/tmp/diff_new_pack.FgW6sP/_new 2019-06-06 18:16:32.124699854 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-unify # -# 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 @@ -23,18 +23,19 @@ Summary: Tool to modify strings to use the same quotes License: MIT Group: Development/Languages/Python -Url: https://github.com/myint/unify -Source: https://files.pythonhosted.org/packages/source/u/unify/unify-%{version}.tar.gz +URL: https://github.com/myint/unify +Source: https://github.com/myint/unify/archive/v%{version}.tar.gz Source9: README.suse BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-untokenize +BuildArch: noarch # SECTION test requirements +BuildRequires: %{python_module pytest} BuildRequires: %{python_module untokenize} # /SECTION -Requires: python-untokenize -BuildArch: noarch - +Requires: python-setuptools %python_subpackages %description @@ -51,6 +52,9 @@ %build %python_build +%check +%pytest + %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib}
