[Python-modules-commits] r24803 - in packages/python-keyring/trunk/debian (2 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Thu Jun 13 15:17:41 UTC 2013


    Date: Thursday, June 13, 2013 @ 15:17:39
  Author: mitya57-guest
Revision: 24803

convert-crypto-keyring: Do not set password and reference

Modified:
  packages/python-keyring/trunk/debian/changelog
  packages/python-keyring/trunk/debian/convert-crypto-keyring

Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog	2013-06-13 15:15:21 UTC (rev 24802)
+++ packages/python-keyring/trunk/debian/changelog	2013-06-13 15:17:39 UTC (rev 24803)
@@ -28,7 +28,7 @@
   * Remove build directory and .pyc files in clean target.
   * Update some file names to match upstream renamings.
 
- -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 08 Jun 2013 14:46:41 +0400
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 13 Jun 2013 19:17:06 +0400
 
 python-keyring (0.9.3-1) unstable; urgency=low
 

Modified: packages/python-keyring/trunk/debian/convert-crypto-keyring
===================================================================
--- packages/python-keyring/trunk/debian/convert-crypto-keyring	2013-06-13 15:15:21 UTC (rev 24802)
+++ packages/python-keyring/trunk/debian/convert-crypto-keyring	2013-06-13 15:17:39 UTC (rev 24803)
@@ -44,12 +44,9 @@
     sys.stderr.write("Wrong password for the keyring.\n")
     raise ValueError("Wrong password")
 
-keyring.keyring_key = keyring_password
 config.remove_option(KEYRING_SETTING, CRYPTED_PASSWORD)
 with open(file_path, 'w') as f:
     config.write(f)
-keyring.set_password('keyring-setting', 'password reference',
-    'password reference value')
 
 password = keyring_password + (
     keyring.block_size - len(keyring_password) % keyring.block_size




More information about the Python-modules-commits mailing list