Skip to content

Commit 0f7b5cb

Browse files
Simpler Python init on Android (#37)
* Use simpler Python init logic for Android * Bump version to 0.5.1
1 parent 5000a32 commit 0f7b5cb

File tree

22 files changed

+100
-169
lines changed

22 files changed

+100
-169
lines changed

src/serious_python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.1
2+
3+
* Simplified Python initialization on Android.
4+
15
## 0.5.0
26

37
* Python 3.11.6 for all platforms.

src/serious_python/example/flask_example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PODS:
55
- path_provider_foundation (0.0.1):
66
- Flutter
77
- FlutterMacOS
8-
- serious_python_darwin (0.5.0):
8+
- serious_python_darwin (0.5.1):
99
- Flutter
1010
- FlutterMacOS
1111

@@ -29,7 +29,7 @@ SPEC CHECKSUMS:
2929
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
3030
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85
3131
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8
32-
serious_python_darwin: be59ff398a983746c5bb1c425d9e5caf706198e4
32+
serious_python_darwin: 951b581b303b3c74e7511e306c0dc5a6ebd8b0d6
3333

3434
PODFILE CHECKSUM: 7be2f5f74864d463a8ad433546ed1de7e0f29aef
3535

src/serious_python/example/flask_example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,42 +302,42 @@ packages:
302302
path: "../.."
303303
relative: true
304304
source: path
305-
version: "0.5.0"
305+
version: "0.5.1"
306306
serious_python_android:
307307
dependency: transitive
308308
description:
309309
path: "../../../serious_python_android"
310310
relative: true
311311
source: path
312-
version: "0.5.0"
312+
version: "0.5.1"
313313
serious_python_darwin:
314314
dependency: transitive
315315
description:
316316
path: "../../../serious_python_darwin"
317317
relative: true
318318
source: path
319-
version: "0.5.0"
319+
version: "0.5.1"
320320
serious_python_linux:
321321
dependency: transitive
322322
description:
323323
path: "../../../serious_python_linux"
324324
relative: true
325325
source: path
326-
version: "0.5.0"
326+
version: "0.5.1"
327327
serious_python_platform_interface:
328328
dependency: transitive
329329
description:
330330
path: "../../../serious_python_platform_interface"
331331
relative: true
332332
source: path
333-
version: "0.5.0"
333+
version: "0.5.1"
334334
serious_python_windows:
335335
dependency: transitive
336336
description:
337337
path: "../../../serious_python_windows"
338338
relative: true
339339
source: path
340-
version: "0.5.0"
340+
version: "0.5.1"
341341
sky_engine:
342342
dependency: transitive
343343
description: flutter

src/serious_python/example/flet_example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PODS:
4848
- SDWebImage/Core (5.18.5)
4949
- sensors_plus (0.0.1):
5050
- Flutter
51-
- serious_python_darwin (0.5.0):
51+
- serious_python_darwin (0.5.1):
5252
- Flutter
5353
- FlutterMacOS
5454
- shared_preferences_foundation (0.0.1):
@@ -110,7 +110,7 @@ SPEC CHECKSUMS:
110110
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8
111111
SDWebImage: 7ac2b7ddc5e8484c79aa90fc4e30b149d6a2c88f
112112
sensors_plus: 5717760720f7e6acd96fdbd75b7428f5ad755ec2
113-
serious_python_darwin: be59ff398a983746c5bb1c425d9e5caf706198e4
113+
serious_python_darwin: 951b581b303b3c74e7511e306c0dc5a6ebd8b0d6
114114
shared_preferences_foundation: e2dae3258e06f44cc55f49d42024fd8dd03c590c
115115
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
116116
url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4

src/serious_python/example/flet_example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -509,42 +509,42 @@ packages:
509509
path: "../.."
510510
relative: true
511511
source: path
512-
version: "0.5.0"
512+
version: "0.5.1"
513513
serious_python_android:
514514
dependency: transitive
515515
description:
516516
path: "../../../serious_python_android"
517517
relative: true
518518
source: path
519-
version: "0.5.0"
519+
version: "0.5.1"
520520
serious_python_darwin:
521521
dependency: transitive
522522
description:
523523
path: "../../../serious_python_darwin"
524524
relative: true
525525
source: path
526-
version: "0.5.0"
526+
version: "0.5.1"
527527
serious_python_linux:
528528
dependency: transitive
529529
description:
530530
path: "../../../serious_python_linux"
531531
relative: true
532532
source: path
533-
version: "0.5.0"
533+
version: "0.5.1"
534534
serious_python_platform_interface:
535535
dependency: transitive
536536
description:
537537
path: "../../../serious_python_platform_interface"
538538
relative: true
539539
source: path
540-
version: "0.5.0"
540+
version: "0.5.1"
541541
serious_python_windows:
542542
dependency: transitive
543543
description:
544544
path: "../../../serious_python_windows"
545545
relative: true
546546
source: path
547-
version: "0.5.0"
547+
version: "0.5.1"
548548
shake:
549549
dependency: transitive
550550
description:

src/serious_python/example/run_example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PODS:
77
- path_provider_foundation (0.0.1):
88
- Flutter
99
- FlutterMacOS
10-
- serious_python_darwin (0.5.0):
10+
- serious_python_darwin (0.5.1):
1111
- Flutter
1212
- FlutterMacOS
1313

@@ -35,7 +35,7 @@ SPEC CHECKSUMS:
3535
integration_test: 13825b8a9334a850581300559b8839134b124670
3636
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85
3737
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
38-
serious_python_darwin: be59ff398a983746c5bb1c425d9e5caf706198e4
38+
serious_python_darwin: 951b581b303b3c74e7511e306c0dc5a6ebd8b0d6
3939

4040
PODFILE CHECKSUM: 7be2f5f74864d463a8ad433546ed1de7e0f29aef
4141

src/serious_python/example/run_example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,42 +317,42 @@ packages:
317317
path: "../.."
318318
relative: true
319319
source: path
320-
version: "0.5.0"
320+
version: "0.5.1"
321321
serious_python_android:
322322
dependency: transitive
323323
description:
324324
path: "../../../serious_python_android"
325325
relative: true
326326
source: path
327-
version: "0.5.0"
327+
version: "0.5.1"
328328
serious_python_darwin:
329329
dependency: transitive
330330
description:
331331
path: "../../../serious_python_darwin"
332332
relative: true
333333
source: path
334-
version: "0.5.0"
334+
version: "0.5.1"
335335
serious_python_linux:
336336
dependency: transitive
337337
description:
338338
path: "../../../serious_python_linux"
339339
relative: true
340340
source: path
341-
version: "0.5.0"
341+
version: "0.5.1"
342342
serious_python_platform_interface:
343343
dependency: transitive
344344
description:
345345
path: "../../../serious_python_platform_interface"
346346
relative: true
347347
source: path
348-
version: "0.5.0"
348+
version: "0.5.1"
349349
serious_python_windows:
350350
dependency: transitive
351351
description:
352352
path: "../../../serious_python_windows"
353353
relative: true
354354
source: path
355-
version: "0.5.0"
355+
version: "0.5.1"
356356
sky_engine:
357357
dependency: transitive
358358
description: flutter

src/serious_python/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: serious_python
22
description: A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/serious-python
5-
version: 0.5.0
5+
version: 0.5.1
66

77
platforms:
88
ios:

src/serious_python_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.1
2+
3+
* Simplified Python initialization on Android.
4+
15
## 0.5.0
26

37
* Python 3.11.6.

src/serious_python_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.flet.serious_python_android'
2-
version '0.5.0'
2+
version '0.5.1'
33

44
buildscript {
55
repositories {

0 commit comments

Comments
 (0)