14
0

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