Bug 509042 - Some deprecation warnings during installation
Summary: Some deprecation warnings during installation
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: freeIPA
Classification: Retired
Component: ipa-server
Version: 2.0
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: 431020
TreeView+ depends on / blocked
 
Reported: 2009-07-01 00:28 UTC by Martin Nagy
Modified: 2016-07-26 23:47 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-28 09:33:22 UTC
Embargoed:


Attachments (Terms of Use)
fix deprecation warning for sha (1.54 KB, patch)
2009-07-23 21:01 UTC, Rob Crittenden
no flags Details | Diff

Description Martin Nagy 2009-07-01 00:28:20 UTC
Description of problem:
During installation, few deprecation warnings are shown.

Version-Release number of selected component (if applicable):
Latest git tree.

How reproducible:
Install freeipa.

Actual results:
These warnings can be seen:
/usr/lib/python2.6/site-packages/ipaserver/install/certs.py:21: DeprecationWarning: the sha module is deprecated; use the hashlib module instead  import sha

/usr/lib/python2.6/site-packages/ipalib/errors.py:260: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6

/usr/lib/python2.6/site-packages/ipalib/errors.py:275: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6

Comment 1 Rob Crittenden 2009-07-23 21:01:35 UTC
Created attachment 354930 [details]
fix deprecation warning for sha

Comment 2 Rob Crittenden 2010-02-03 20:28:34 UTC
master commit 5767c6b37d68e645bce5666ec803570e12e22560


Note You need to log in before you can comment on or make changes to this bug.