diff --git a/passlib-1.6.1.tar.gz b/passlib-1.6.1.tar.gz new file mode 100644 index 0000000..78e64c4 --- /dev/null +++ b/passlib-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cfb564feb2d97ebaf6b28acdc9277a0c73c3c1df7b2a7b65605c76e724177b +size 395855 diff --git a/passlib-1.6.tar.gz b/passlib-1.6.tar.gz deleted file mode 100644 index 41f6697..0000000 --- a/passlib-1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e546e00bc19f7f4bfa84ec2770ea4c226b577149a094c3455711fc7a74d7117 -size 390451 diff --git a/python-passlib.changes b/python-passlib.changes index 96041d9..bf7dac2 100644 --- a/python-passlib.changes +++ b/python-passlib.changes @@ -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 diff --git a/python-passlib.spec b/python-passlib.spec index f965ca5..c399309 100644 --- a/python-passlib.spec +++ b/python-passlib.spec @@ -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