Accepting request 133454 from devel:languages:python

Update to 1.6.1 (forwarded request 133375 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/133454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passlib?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2012-09-11 07:16:37 +00:00 committed by Git OBS Bridge
commit 4b0ef1fa42
4 changed files with 21 additions and 4 deletions

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

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

View File

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

View File

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

View File

@ -17,7 +17,7 @@
Name: python-passlib
Version: 1.6
Version: 1.6.1
Release: 0
Url: http://passlib.googlecode.com
Summary: Comprehensive password hashing framework supporting over 20 schemes