forked from pool/python-passlib
Accepting request 133375 from home:poorboywilly:branches:devel:languages:python
Update to 1.6.1 OBS-URL: https://build.opensuse.org/request/show/133375 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
79405e0940
commit
4d5027a18f
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 8 21:58:41 UTC 2012 - os-dev@jacraig.com
|
||||
|
||||
- Update to 1.6.1:
|
||||
* bugfix: Various CryptContext methods would incorrectly raise TypeError
|
||||
if passed a unicode user category under Python 2. For consistency,
|
||||
unicode user category values are now encoded to ``utf-8`` bytes under
|
||||
Python 2.
|
||||
* bugfix: Reworked internals of the CryptContext config compiler to fix a
|
||||
couple of border cases (issue 39), see CHANGES for details.
|
||||
* bugfix: FreeBSD 8.3 added native support for hash.sha256_crypt -- updated
|
||||
Passlib's unittests and documentation accordingly (issue 35).
|
||||
* bugfix: Fixed bug which caused passlib.apache unittest to fail if mtime
|
||||
resolution >= 1 second (issue 35).
|
||||
* Various bugfixes for Python 3.3 compatibility.
|
||||
* Various documentation updates and corrections.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 04:57:41 UTC 2012 - os-dev@jacraig.com
|
||||
|
||||
|
Reference in New Issue
Block a user