~ubuntu-branches/ubuntu/lucid/paramiko/lucid

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2008-01-24 13:54:18 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080124135418-npxfwu271vsfsa3c
Tags: 1.7.2-0.1
* Non-maintainer upload to DELAYED/14-day. (¹)
* New upstream release. (Closes: #415060)
* Drop the patch introduced in 1.6.4-1.1, as it's part of 1.7.2.

  (¹) Counting since the initial 1.7.1-0.1 upload in Jan 13th.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2003-2006 Robey Pointer <robey@lag.net>
 
1
# Copyright (C) 2003-2007  Robey Pointer <robey@lag.net>
2
2
#
3
3
# This file is part of paramiko.
4
4
#
48
48
 
49
49
 
50
50
setup(name = "paramiko",
51
 
      version = "1.6.4",
 
51
      version = "1.7.2",
52
52
      description = "SSH2 protocol library",
53
53
      author = "Robey Pointer",
54
54
      author_email = "robey@lag.net",
55
55
      url = "http://www.lag.net/paramiko/",
56
56
      packages = [ 'paramiko' ],
57
 
      download_url = 'http://www.lag.net/paramiko/download/paramiko-1.6.4.zip',
 
57
      download_url = 'http://www.lag.net/paramiko/download/paramiko-1.7.2.zip',
58
58
      license = 'LGPL',
59
59
      platforms = 'Posix; MacOS X; Windows',
60
60
      classifiers = [ 'Development Status :: 5 - Production/Stable',