~jelmer/ubuntu/natty/paramiko/271791-randompool-deprecation

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-07-18 14:16:08 UTC
  • mfrom: (1.1.6 upstream) (0.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080718141608-8vh7cx9hvay2v356
Tags: 1.7.4-0.1
* NMU.
* New upstream version.
  - Fix random number regression (stop using RandomPool). Closes: #490961.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2003-2007  Robey Pointer <robey@lag.net>
 
1
# Copyright (C) 2003-2008  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.7.3",
 
51
      version = "1.7.4",
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.7.3.zip',
 
57
      download_url = 'http://www.lag.net/paramiko/download/paramiko-1.7.4.zip',
58
58
      license = 'LGPL',
59
59
      platforms = 'Posix; MacOS X; Windows',
60
60
      classifiers = [ 'Development Status :: 5 - Production/Stable',