Hello community, here is the log from the commit of package python-passlib for openSUSE:Factory checked in at 2018-12-24 11:46:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-passlib (Old) and /work/SRC/openSUSE:Factory/.python-passlib.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-passlib" Mon Dec 24 11:46:37 2018 rev:17 rq:660068 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-passlib/python-passlib.changes 2017-05-17 10:54:57.705698870 +0200 +++ /work/SRC/openSUSE:Factory/.python-passlib.new.28833/python-passlib.changes 2018-12-24 11:46:38.869173031 +0100 @@ -1,0 +2,10 @@ +Wed Dec 19 00:03:58 UTC 2018 - Jan Engelhardt <[email protected]> + +- Use noun phrase in summary. Trim filler wording from description. + +------------------------------------------------------------------- +Tue Dec 4 12:51:16 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-passlib.spec ++++++ --- /var/tmp/diff_new_pack.6gjjHu/_old 2018-12-24 11:46:39.441172529 +0100 +++ /var/tmp/diff_new_pack.6gjjHu/_new 2018-12-24 11:46:39.445172526 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-passlib # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,28 +20,25 @@ Name: python-passlib Version: 1.7.1 Release: 0 -Url: https://bitbucket.org/ecollins/passlib -Summary: Comprehensive password hashing framework supporting over 20 schemes +Summary: Password hashing framework supporting over 20 schemes License: BSD-3-Clause 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 devel} +# test requirements +BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -# test requirements -BuildRequires: %{python_module nose} -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages %description -Passlib is a password hashing library for Python 2 & 3, -which provides cross-platform implementations of over 20 -password hashing algorithms, as well as a framework for -managing existing password hashes. It's designed to be useful -for a wide range of tasks; from verifying a hash found in /etc/shadow, -to providing full-strength password hashing for multi-user applications. +Passlib is a password hashing library for Python 2 & 3. It provides +implementations of over 20 password hashing algorithms, as well as a +framework for managing existing password hashes. It can verify hashes +found in %{_sysconfdir}/shadow, and provide password hashing for +applications. %prep %setup -q -n passlib-%{version} @@ -57,8 +54,8 @@ %python_expand nosetests-%{$python_version} -v %files %{python_files} -%defattr(-,root,root) -%doc LICENSE README +%license LICENSE +%doc README %{python_sitelib}/passlib %{python_sitelib}/passlib-%{version}-py%{python_version}.egg-info
