Skip to content

Commit 9666980

Browse files
committed
twisted: updated to 19.7.0
Last version is building fine with p4a.
1 parent f8472bd commit 9666980

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

pythonforandroid/recipes/twisted/__init__.py

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

33

44
class TwistedRecipe(CythonRecipe):
5-
version = '17.9.0'
5+
version = '19.7.0'
66
url = 'https://github.com/twisted/twisted/archive/twisted-{version}.tar.gz'
77

88
depends = ['setuptools', 'zope_interface', 'incremental', 'constantly']

pythonforandroid/recipes/twisted/incremental.patch

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
diff -Naur twisted-twisted-17.9.0/src/twisted/python/_setup.py twisted-twisted-17.9.0_patched/src/twisted/python/_setup.py
2-
--- twisted-twisted-17.9.0/src/twisted/python/_setup.py 2017-09-23 07:56:08.000000000 +0200
3-
+++ twisted-twisted-17.9.0_patched/src/twisted/python/_setup.py 2018-10-05 11:06:23.305860722 +0200
4-
@@ -227,14 +227,11 @@
5-
requirements = ["zope.interface >= 3.6.0"]
6-
7-
requirements.append("constantly >= 15.1")
8-
- requirements.append("incremental >= 16.10.1")
9-
requirements.append("Automat >= 0.3.0")
10-
requirements.append("hyperlink >= 17.1.1")
1+
diff -Naur twisted-twisted-19.7.0/src/twisted/python/_setup.py twisted-twisted-19.7.0_patched/src/twisted/python/_setup.py
2+
--- twisted-twisted-19.7.0/src/twisted/python/_setup.py 2019-07-28 11:17:29.000000000 +0200
3+
+++ twisted-twisted-19.7.0_patched/src/twisted/python/_setup.py 2019-10-21 22:10:03.643068863 +0200
4+
@@ -282,7 +282,6 @@
5+
requirements = [
6+
"zope.interface >= 4.4.2",
7+
"constantly >= 15.1",
8+
- "incremental >= 16.10.1",
9+
"Automat >= 0.3.0",
10+
"hyperlink >= 17.1.1",
11+
"PyHamcrest >= 1.9.0",
12+
@@ -291,8 +290,6 @@
1113

1214
arguments.update(dict(
1315
packages=find_packages("src"),

0 commit comments

Comments
 (0)