Package: python-keyczar / 0.6~b.061709-2
Metadata
Package | Version | Patches format |
---|---|---|
python-keyczar | 0.6~b.061709-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 workaround deprecated interface.patch | (download) |
src/keyczar/util.py |
4 2 + 2 - 0 ! |
[patch] work around deprecated pycrypto interface For gathering random data, python-keyczar uses a PyCrypto module that has been deprecated recently in favor of a newer solution. To this end, the old PyCrypto interface now a wrapper around the new solution with the addition that it emits a DeprecationWarning. While there is still debate going on whether to use PyCrypto at all for this task or to rely on lower-level OS interfaces, this patch will get rid of the DeprecationWarning by switching to the new interface. Bug: http://code.google.com/p/keyczar/issues/detail?id=59 |
1