New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18034 (closed submission: fixed)

Opened 4 years ago

Last modified 4 years ago

Add py26-fabric port

Reported by: arthur@… Owned by: snc@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: py26-fabric

Description

There's an DeprecationWarning when executing the "fab-2.6" command but this is due to the fact that crypto uses deprecated modules. It will be fixed in the next Crypto version (https://bugs.launchpad.net/pycrypto/+bug/269429).

/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 *

However, Fabric works fine.

Attachments

Portfile (1.5 KB) - added by arthur@… 4 years ago.

Change History

Changed 4 years ago by arthur@…

comment:1 Changed 4 years ago by snc@…

  • Owner changed from macports-tickets@… to snc@…
  • Status changed from new to assigned

comment:2 Changed 4 years ago by snc@…

  • Status changed from assigned to closed
  • Keywords fabric removed
  • Resolution set to fixed

Added in r45762.

comment:3 Changed 4 years ago by jmr@…

  • Type changed from enhancement to submission

comment:4 Changed 4 years ago by anonymous

  • Milestone Port Submissions deleted

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.