File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed
pythonforandroid/recipes/sqlalchemy Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 3
3
4
4
class SQLAlchemyRecipe (CompiledComponentsPythonRecipe ):
5
5
name = 'sqlalchemy'
6
- version = '1.0.9 '
6
+ version = '1.3.3 '
7
7
url = 'https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-{version}.tar.gz'
8
+ call_hostpython_via_targetpython = False
8
9
9
10
depends = ['setuptools' ]
10
11
Original file line number Diff line number Diff line change 1
- diff --git a/setup.py b/setup.py
2
- index 09b524c..1e65772 100644
3
- --- a/setup.py
4
- +++ b/setup.py
5
- @@ -125,6 +125,7 @@ def run_setup(with_cext):
6
- setup(name="SQLAlchemy",
7
- version=VERSION,
8
- description="Database Abstraction Library",
9
- + zip_safe=False,
10
- author="Mike Bayer",
11
- author_email="mike_mp@zzzcomputing.com",
12
- url="http://www.sqlalchemy.org",
1
+ --- a/setup.py 2019-04-15 17:45:03.000000000 +0200
2
+ +++ b/setup.py 2019-04-16 20:12:19.056710749 +0200
3
+ @@ -145,6 +145,7 @@
4
+ name="SQLAlchemy",
5
+ version=VERSION,
6
+ description="Database Abstraction Library",
7
+ + zip_safe=False,
8
+ author="Mike Bayer",
9
+ author_email="mike_mp@zzzcomputing.com",
10
+ url="http://www.sqlalchemy.org",
You can’t perform that action at this time.
0 commit comments