diff options
author | sbz <sbz@FreeBSD.org> | 2014-05-20 21:20:22 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2014-05-20 21:20:22 +0800 |
commit | 0f80522c21d50170900bbba168b9283dd5888a24 (patch) | |
tree | 88bb0c07d1e0ee1f01b4f90bd39cfbbd42317550 /security | |
parent | 44a5b39d97c4a3e4db13901fe32e7e4f5cdb8844 (diff) | |
download | freebsd-ports-gnome-0f80522c21d50170900bbba168b9283dd5888a24.tar.gz freebsd-ports-gnome-0f80522c21d50170900bbba168b9283dd5888a24.tar.zst freebsd-ports-gnome-0f80522c21d50170900bbba168b9283dd5888a24.zip |
- Update to 1.14.0
Diffstat (limited to 'security')
-rw-r--r-- | security/py-paramiko/Makefile | 2 | ||||
-rw-r--r-- | security/py-paramiko/distinfo | 4 | ||||
-rw-r--r-- | security/py-paramiko/files/patch-setup.py | 13 |
3 files changed, 10 insertions, 9 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index d6e097918bf3..29bf8b62b0d9 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paramiko -PORTVERSION= 1.13.0 +PORTVERSION= 1.14.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-paramiko/distinfo b/security/py-paramiko/distinfo index 256f0bf605aa..043e52ad7a5e 100644 --- a/security/py-paramiko/distinfo +++ b/security/py-paramiko/distinfo @@ -1,2 +1,2 @@ -SHA256 (paramiko-1.13.0.tar.gz) = 920d68fdb549189c7ebff89f432cc242161d76554a91ae38fad94e7ab70349f5 -SIZE (paramiko-1.13.0.tar.gz) = 1108744 +SHA256 (paramiko-1.14.0.tar.gz) = 6e606b4623fad4bf02c1aa5ade4c480b4514be90dbf2e096c643e56d1ead63e9 +SIZE (paramiko-1.14.0.tar.gz) = 1103322 diff --git a/security/py-paramiko/files/patch-setup.py b/security/py-paramiko/files/patch-setup.py index 9f90358ed731..9437b3733f19 100644 --- a/security/py-paramiko/files/patch-setup.py +++ b/security/py-paramiko/files/patch-setup.py @@ -1,15 +1,16 @@ ---- ./setup.py.orig 2014-02-06 14:49:52.000000000 +0100 -+++ ./setup.py 2014-02-06 14:51:23.000000000 +0100 -@@ -37,16 +37,8 @@ +--- ./setup.py.orig 2014-05-20 15:06:31.000000000 +0200 ++++ ./setup.py 2014-05-20 15:07:11.000000000 +0200 +@@ -37,17 +37,8 @@ #ez_setup.use_setuptools() import sys -try: - from setuptools import setup - kw = { -- 'install_requires': ['pycrypto >= 2.1, != 2.4', -- 'ecdsa', -- ], +- 'install_requires': [ +- 'pycrypto >= 2.1, != 2.4', +- 'ecdsa', +- ], - } -except ImportError: - from distutils.core import setup |