#21223 closed defect (fixed)
Deprecation warnings from py26-crypto
Reported by: | henrik@… | Owned by: | skymoo (Adam Mercer) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | py26-crypto |
Description
I get deprecation warnings when I run bzr compiled under Snow Leopard. I assume this is caused by either bzr or py26-crypto.
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Crypto/Hash/SHA.py:6: DeprecationWarning: the sha module is deprecated; use the hashlib module instead from sha import * /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Crypto/Hash/MD5.py:6: DeprecationWarning: the md5 module is deprecated; use hashlib instead from md5 import *
Change History (5)
comment:1 Changed 15 years ago by skymoo (Adam Mercer)
Owner: | changed from macports-tickets@… to ram@… |
---|---|
Port: | py26-crypto added; bzr removed |
Status: | new → assigned |
Summary: | Deprecation warnings from Python in Bazaar → Deprecation warnings from py26-crypto |
comment:3 Changed 15 years ago by skymoo (Adam Mercer)
comment:4 Changed 15 years ago by skymoo (Adam Mercer)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Upstream patch applied in r57313
Note: See
TracTickets for help on using
tickets.
These are coming from py26-crypto. The port is already at the latest upstream version, I'll see if I can patch it accordingly.