- Fix macro usage and remove reST from description
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=5
This commit is contained in:
parent
b0ab8a8952
commit
3e73c7f048
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 31 10:38:52 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Fix macro usage and remove reST from description
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 29 09:26:22 UTC 2011 - saschpe@suse.de
|
Tue Nov 29 09:26:22 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-passlib
|
# spec file for package python-passlib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,8 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: python-passlib
|
Name: python-passlib
|
||||||
Version: 1.5.3
|
Version: 1.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -29,13 +27,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%py_requires
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%if 0%{?suse_version} > 1110
|
%else
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Passlib is a password hashing library for Python 2 & 3,
|
Passlib is a password hashing library for Python 2 & 3,
|
||||||
@ -45,18 +41,6 @@ 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 /etc/shadow,
|
||||||
to providing full-strength password hashing for multi-user applications.
|
to providing full-strength password hashing for multi-user applications.
|
||||||
|
|
||||||
* See the `online documentation <http://packages.python.org/passlib>`_
|
|
||||||
for details, installation instructions, and examples.
|
|
||||||
|
|
||||||
* See the `passlib homepage <http://passlib.googlecode.com>`_
|
|
||||||
for the latest news, more information, and additional downloads.
|
|
||||||
|
|
||||||
* See the `changelog <http://packages.python.org/passlib/history.html>`_
|
|
||||||
for a description of what's new in Passlib.
|
|
||||||
|
|
||||||
All releases are signed with the gpg key
|
|
||||||
`4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n passlib-%{version}
|
%setup -q -n passlib-%{version}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user