forked from pool/python-passlib
Accepting request 213721 from Cloud:OpenStack:Master
- update to 1.6.2: * Re-tuned the :attr:`~passlib.ifc.PasswordHash.default_rounds` values for all of the hashes. * Added the new :doc:`bcrypt_sha256 <lib/passlib.hash.bcrypt_sha256>` hash, which wraps BCrypt using SHA256 in order to work around BCrypt's password size limitations * :doc:`passlib.hash.bcrypt <lib/passlib.hash.bcrypt>`: Added support for the `bcrypt <https://pypi.python.org/pypi/bcrypt>`_ OBS-URL: https://build.opensuse.org/request/show/213721 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
04845832d1
commit
3ec6de223a
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-passlib
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-passlib
|
||||
Version: 1.6.1
|
||||
Version: 1.6.2
|
||||
Release: 0
|
||||
Url: http://passlib.googlecode.com
|
||||
Summary: Comprehensive password hashing framework supporting over 20 schemes
|
||||
|
Reference in New Issue
Block a user