Hello community, here is the log from the commit of package python-passlib for openSUSE:Factory checked in at 2020-06-11 14:45:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-passlib (Old) and /work/SRC/openSUSE:Factory/.python-passlib.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-passlib" Thu Jun 11 14:45:09 2020 rev:21 rq:812776 version:1.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-passlib/python-passlib.changes 2020-01-04 19:20:18.217109652 +0100 +++ /work/SRC/openSUSE:Factory/.python-passlib.new.3606/python-passlib.changes 2020-06-11 14:45:27.645515126 +0200 @@ -1,0 +2,5 @@ +Tue Jun 9 06:39:47 UTC 2020 - Marketa Calabkova <[email protected]> + +- replace nose with pytest + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-passlib.spec ++++++ --- /var/tmp/diff_new_pack.7lcey5/_old 2020-06-11 14:45:29.485520487 +0200 +++ /var/tmp/diff_new_pack.7lcey5/_new 2020-06-11 14:45:29.493520510 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-passlib # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,8 +25,7 @@ Group: Development/Languages/Python URL: https://bitbucket.org/ecollins/passlib Source: https://files.pythonhosted.org/packages/source/p/passlib/passlib-%{version}.tar.gz -# test requirements -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -51,7 +50,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand nosetests-%{$python_version} -v +%pytest %files %{python_files} %license LICENSE
