From 0c196b046b6903b4ebfa6195e01ac11c067de02f75f87333a66edaf8c5f548ad Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:45:21 +0000 Subject: [PATCH 1/3] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=28 --- python-passlib.changes | 5 +++++ python-passlib.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-passlib.changes b/python-passlib.changes index 162ef19..dc502d3 100644 --- a/python-passlib.changes +++ b/python-passlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:16 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sat Apr 22 16:44:52 UTC 2017 - aloisio@gmx.com diff --git a/python-passlib.spec b/python-passlib.spec index 459f9b1..ee8d1a3 100644 --- a/python-passlib.spec +++ b/python-passlib.spec @@ -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/ # @@ -25,7 +25,6 @@ Summary: Comprehensive password hashing framework supporting over 20 sche License: BSD-3-Clause Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/p/passlib/passlib-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros From cd8aa2f04c793c79453c473d3ee609b3e97aec86fb6297d9c9bb90f46fe0f5b6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:17:53 +0000 Subject: [PATCH 2/3] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=29 --- python-passlib.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/python-passlib.spec b/python-passlib.spec index ee8d1a3..811d5de 100644 --- a/python-passlib.spec +++ b/python-passlib.spec @@ -20,17 +20,16 @@ Name: python-passlib Version: 1.7.1 Release: 0 -Url: https://bitbucket.org/ecollins/passlib Summary: Comprehensive 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 +# 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 @@ -39,7 +38,7 @@ 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, +for a wide range of tasks; from verifying a hash found in %{_sysconfdir}/shadow, to providing full-strength password hashing for multi-user applications. %prep @@ -56,8 +55,8 @@ to providing full-strength password hashing for multi-user applications. %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 From 3227adfeed92bf92a77ac8a4ef63c96d2101dc4eed57f8d546691c939639aa9e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 19 Dec 2018 16:58:17 +0000 Subject: [PATCH 3/3] Accepting request 659791 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. Trim filler wording from description. OBS-URL: https://build.opensuse.org/request/show/659791 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=30 --- python-passlib.changes | 5 +++++ python-passlib.spec | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/python-passlib.changes b/python-passlib.changes index dc502d3..45b220c 100644 --- a/python-passlib.changes +++ b/python-passlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 19 00:03:58 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. Trim filler wording from description. + ------------------------------------------------------------------- Tue Dec 4 12:51:16 UTC 2018 - Matej Cepl diff --git a/python-passlib.spec b/python-passlib.spec index 811d5de..97b4a25 100644 --- a/python-passlib.spec +++ b/python-passlib.spec @@ -20,7 +20,7 @@ Name: python-passlib Version: 1.7.1 Release: 0 -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 @@ -34,12 +34,11 @@ 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 %{_sysconfdir}/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}