8000 update zope and twisted, fixs openssh security issues. · hottwaj/python-for-android@013bf29 · GitHub
[go: up one dir, main page]

Skip to content

Commit 013bf29

Browse files
committed
update zope and twisted, fixs openssh security issues.
1 parent 9d457e3 commit 013bf29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pythonforandroid/recipes/twisted/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313

1414
class TwistedRecipe(CythonRecipe):
15-
version = '15.4.0'
16-
url = 'https://pypi.python.org/packages/source/T/Twisted/Twisted-{version}.tar.bz2'
15+
version = '16.0.0'
16+
url = 'https://github.com/twisted/twisted/archive/twisted-{version}.tar.gz'
1717

1818
depends = ['setuptools', 'zope_interface']
1919

pythonforandroid/recipes/zope/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class ZopeRecipe(PythonRecipe):
88
name = 'zope'
9-
version = '4.1.2'
9+
version = '4.1.3'
1010
url = 'http://pypi.python.org/packages/source/z/zope.interface/zope.interface-{version}.tar.gz'
1111

1212
depends = ['python2']

0 commit comments

Comments
 (0)
0