Skip to content

for some python3 compatibility #361

Merged
tito merged 1 commit into
kivy:masterfrom
a358003542:master
May 16, 2015
Merged

for some python3 compatibility #361
tito merged 1 commit into
kivy:masterfrom
a358003542:master

Conversation

@a358003542

Copy link
Copy Markdown
Contributor

for some python3 compatibility , and change the jinja2 to the newest version

the modification list here:

  1. build.py some print function
  2. build.py line 277-278
    if sys.version_info[0] == 2:
    args.name = args.name.decode('utf-8')
  3. templates/AndroidManifest.tmpl.xml
    14 {% if args.min_sdk_version|int >= 9 %}
    32 android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode{% if args.min_sdk_version|int >= 13 %}|screenSize{% endif %}"
  4. buildlib/jinja2.egg/jinja2/

just copy from the jinja2 version 2.7.2 for better python3 compatibility .

@tito

tito commented May 16, 2015

Copy link
Copy Markdown
Member

Thanks!

tito added a commit that referenced this pull request May 16, 2015
for some python3 compatibility
@tito tito merged commit aa12697 into kivy:master May 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants