Hello community, here is the log from the commit of package python-pbkdf2 for openSUSE:Factory checked in at 2020-06-10 00:48:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pbkdf2 (Old) and /work/SRC/openSUSE:Factory/.python-pbkdf2.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pbkdf2" Wed Jun 10 00:48:03 2020 rev:3 rq:812709 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pbkdf2/python-pbkdf2.changes 2019-03-10 09:34:03.456195175 +0100 +++ /work/SRC/openSUSE:Factory/.python-pbkdf2.new.3606/python-pbkdf2.changes 2020-06-10 00:48:04.198890645 +0200 @@ -1,0 +2,5 @@ +Mon Jun 8 14:47:51 UTC 2020 - Marketa Calabkova <[email protected]> + +- replace nose with pytest + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pbkdf2.spec ++++++ --- /var/tmp/diff_new_pack.VudRVW/_old 2020-06-10 00:48:05.270893449 +0200 +++ /var/tmp/diff_new_pack.VudRVW/_new 2020-06-10 00:48:05.274893459 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pbkdf2 # -# 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 @@ -23,16 +23,15 @@ Summary: PKCS#5 v2.0 PBKDF2 Module License: MIT Group: Development/Libraries/Python -Url: http://www.dlitz.net/software/%{name}/ +URL: http://www.dlitz.net/software/%{name}/ Source: https://files.pythonhosted.org/packages/source/p/pbkdf2/pbkdf2-%{version}.tar.gz -BuildArch: noarch BuildRequires: %{python_module base} -BuildRequires: %{python_module nose} BuildRequires: %{python_module pycrypto} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python-pycrypto - +BuildArch: noarch %python_subpackages %description @@ -50,10 +49,9 @@ %python_install %check -%python_expand nosetests-%{$python_bin_suffix} +%pytest -%files %python_files -%defattr(-,root,root,-) +%files %{python_files} %{python_sitelib}/* %doc README.txt
