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:
Denisart Benjamin 2014-01-13 17:27:26 +00:00 committed by Git OBS Bridge
parent 04845832d1
commit 3ec6de223a
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00cfb564feb2d97ebaf6b28acdc9277a0c73c3c1df7b2a7b65605c76e724177b
size 395855

3
passlib-1.6.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e987f6000d16272f75314c7147eb015727e8532a3b747b1a8fb58e154c68392d
size 408950

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 13 14:00:00 UTC 2014 - dmueller@suse.com
- 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>`_
-------------------------------------------------------------------
Thu Oct 24 11:09:44 UTC 2013 - speilicke@suse.com

View File

@ -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