From 3ec6de223a143e7618b625824dffa8f7b73f339ae122543b6b9e75038df4fadd Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 13 Jan 2014 17:27:26 +0000
Subject: [PATCH] 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 ` hash,
which wraps BCrypt using SHA256 in order to work around BCrypt's password size limitations
* :doc:`passlib.hash.bcrypt `:
Added support for the `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
---
passlib-1.6.1.tar.gz | 3 ---
passlib-1.6.2.tar.gz | 3 +++
python-passlib.changes | 10 ++++++++++
python-passlib.spec | 4 ++--
4 files changed, 15 insertions(+), 5 deletions(-)
delete mode 100644 passlib-1.6.1.tar.gz
create mode 100644 passlib-1.6.2.tar.gz
diff --git a/passlib-1.6.1.tar.gz b/passlib-1.6.1.tar.gz
deleted file mode 100644
index 78e64c4..0000000
--- a/passlib-1.6.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:00cfb564feb2d97ebaf6b28acdc9277a0c73c3c1df7b2a7b65605c76e724177b
-size 395855
diff --git a/passlib-1.6.2.tar.gz b/passlib-1.6.2.tar.gz
new file mode 100644
index 0000000..1476548
--- /dev/null
+++ b/passlib-1.6.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e987f6000d16272f75314c7147eb015727e8532a3b747b1a8fb58e154c68392d
+size 408950
diff --git a/python-passlib.changes b/python-passlib.changes
index 7c81f6f..7fcc1c1 100644
--- a/python-passlib.changes
+++ b/python-passlib.changes
@@ -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 ` hash,
+ which wraps BCrypt using SHA256 in order to work around BCrypt's password size limitations
+ * :doc:`passlib.hash.bcrypt `:
+ Added support for the `bcrypt `_
+
-------------------------------------------------------------------
Thu Oct 24 11:09:44 UTC 2013 - speilicke@suse.com
diff --git a/python-passlib.spec b/python-passlib.spec
index 06901c7..1180745 100644
--- a/python-passlib.spec
+++ b/python-passlib.spec
@@ -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