Hello community, here is the log from the commit of package python-passlib for openSUSE:Factory checked in at 2020-10-23 12:18:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-passlib (Old) and /work/SRC/openSUSE:Factory/.python-passlib.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-passlib" Fri Oct 23 12:18:36 2020 rev:22 rq:839954 version:1.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-passlib/python-passlib.changes 2020-06-11 14:45:27.645515126 +0200 +++ /work/SRC/openSUSE:Factory/.python-passlib.new.3463/python-passlib.changes 2020-10-23 12:18:40.928538553 +0200 @@ -1,0 +2,6 @@ +Thu Sep 24 17:34:01 UTC 2020 - Hans-Peter Jansen <h...@urpla.net> + +- Add optional dependencies: bcrypt, argon2_cffi, cryptography + and scrypt. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-passlib.spec ++++++ --- /var/tmp/diff_new_pack.2Sc7OP/_old 2020-10-23 12:18:41.580538890 +0200 +++ /var/tmp/diff_new_pack.2Sc7OP/_new 2020-10-23 12:18:41.584538892 +0200 @@ -25,10 +25,18 @@ Group: Development/Languages/Python URL: https://bitbucket.org/ecollins/passlib Source: https://files.pythonhosted.org/packages/source/p/passlib/passlib-%{version}.tar.gz +BuildRequires: %{python_module argon2_cffi} +BuildRequires: %{python_module bcrypt} +BuildRequires: %{python_module cryptography} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module scrypt} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Recommends: python-argon2_cffi +Recommends: python-bcrypt +Recommends: python-cryptography +Recommends: python-scrypt BuildArch: noarch %python_subpackages