We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d457e3 commit 013bf29Copy full SHA for 013bf29
pythonforandroid/recipes/twisted/__init__.py
@@ -12,8 +12,8 @@
12
13
14
class TwistedRecipe(CythonRecipe):
15
- version = '15.4.0'
16
- url = 'https://pypi.python.org/packages/source/T/Twisted/Twisted-{version}.tar.bz2'
+ version = '16.0.0'
+ url = 'https://github.com/twisted/twisted/archive/twisted-{version}.tar.gz'
17
18
depends = ['setuptools', 'zope_interface']
19
pythonforandroid/recipes/zope/__init__.py
@@ -6,7 +6,7 @@
6
7
class ZopeRecipe(PythonRecipe):
8
name = 'zope'
9
- version = '4.1.2'
+ version = '4.1.3'
10
url = 'http://pypi.python.org/packages/source/z/zope.interface/zope.interface-{version}.tar.gz'
11
depends = ['python2']
0 commit comments