File tree Expand file tree Collapse file tree
serious_python_platform_interface Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.9.12
2+
3+ * Fix web packaging to skip ` site-packages ` when appropriate ([ #199 ] ( https://github.com/flet-dev/serious-python/pull/199 ) ).
4+
15## 0.9.11
26
37* Disable user-site packages in pip environment ([ #195 ] ( https://github.com/flet-dev/serious-python/pull/195 ) ).
214218
215219## 0.1.0
216220
217- * Initial release of ` serious_python ` with iOS support.
221+ * Initial release of ` serious_python ` with iOS support.
Original file line number Diff line number Diff line change @@ -289,42 +289,42 @@ packages:
289289 path: "../.."
290290 relative: true
291291 source: path
292- version: "0.9.11 "
292+ version: "0.9.12 "
293293 serious_python_android:
294294 dependency: transitive
295295 description:
296296 path: "../../../serious_python_android"
297297 relative: true
298298 source: path
299- version: "0.9.11 "
299+ version: "0.9.12 "
300300 serious_python_darwin:
301301 dependency: transitive
302302 description:
303303 path: "../../../serious_python_darwin"
304304 relative: true
305305 source: path
306- version: "0.9.11 "
306+ version: "0.9.12 "
307307 serious_python_linux:
308308 dependency: transitive
309309 description:
310310 path: "../../../serious_python_linux"
311311 relative: true
312312 source: path
313- version: "0.9.11 "
313+ version: "0.9.12 "
314314 serious_python_platform_interface:
315315 dependency: transitive
316316 description:
317317 path: "../../../serious_python_platform_interface"
318318 relative: true
319319 source: path
320- version: "0.9.11 "
320+ version: "0.9.12 "
321321 serious_python_windows:
322322 dependency: transitive
323323 description:
324324 path: "../../../serious_python_windows"
325325 relative: true
326326 source: path
327- version: "0.9.11 "
327+ version: "0.9.12 "
328328 shelf:
329329 dependency: transitive
330330 description:
Original file line number Diff line number Diff line change @@ -562,42 +562,42 @@ packages:
562562 path: "../.."
563563 relative: true
564564 source: path
565- version: "0.9.11 "
565+ version: "0.9.12 "
566566 serious_python_android:
567567 dependency: transitive
568568 description:
569569 path: "../../../serious_python_android"
570570 relative: true
571571 source: path
572- version: "0.9.11 "
572+ version: "0.9.12 "
573573 serious_python_darwin:
574574 dependency: transitive
575575 description:
576576 path: "../../../serious_python_darwin"
577577 relative: true
578578 source: path
579- version: "0.9.11 "
579+ version: "0.9.12 "
580580 serious_python_linux:
581581 dependency: transitive
582582 description:
583583 path: "../../../serious_python_linux"
584584 relative: true
585585 source: path
586- version: "0.9.11 "
586+ version: "0.9.12 "
587587 serious_python_platform_interface:
588588 dependency: transitive
589589 description:
590590 path: "../../../serious_python_platform_interface"
591591 relative: true
592592 source: path
593- version: "0.9.11 "
593+ version: "0.9.12 "
594594 serious_python_windows:
595595 dependency: transitive
596596 description:
597597 path: "../../../serious_python_windows"
598598 relative: true
599599 source: path
600- version: "0.9.11 "
600+ version: "0.9.12 "
601601 shared_preferences:
602602 dependency: transitive
603603 description:
Original file line number Diff line number Diff line change @@ -312,42 +312,42 @@ packages:
312312 path: "../.."
313313 relative: true
314314 source: path
315- version: "0.9.11 "
315+ version: "0.9.12 "
316316 serious_python_android:
317317 dependency: transitive
318318 description:
319319 path: "../../../serious_python_android"
320320 relative: true
321321 source: path
322- version: "0.9.11 "
322+ version: "0.9.12 "
323323 serious_python_darwin:
324324 dependency: transitive
325325 description:
326326 path: "../../../serious_python_darwin"
327327 relative: true
328328 source: path
329- version: "0.9.11 "
329+ version: "0.9.12 "
330330 serious_python_linux:
331331 dependency: transitive
332332 description:
333333 path: "../../../serious_python_linux"
334334 relative: true
335335 source: path
336- version: "0.9.11 "
336+ version: "0.9.12 "
337337 serious_python_platform_interface:
338338 dependency: transitive
339339 description:
340340 path: "../../../serious_python_platform_interface"
341341 relative: true
342342 source: path
343- version: "0.9.11 "
343+ version: "0.9.12 "
344344 serious_python_windows:
345345 dependency: transitive
346346 description:
347347 path: "../../../serious_python_windows"
348348 relative: true
349349 source: path
350- version: "0.9.11 "
350+ version: "0.9.12 "
351351 shelf:
352352 dependency: transitive
353353 description:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: serious_python
22description : A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
33homepage : https://flet.dev
44repository : https://github.com/flet-dev/serious-python
5- version : 0.9.11
5+ version : 0.9.12
66
77platforms :
88 ios :
@@ -57,4 +57,4 @@ dev_dependencies:
5757 flutter_test :
5858 sdk : flutter
5959 plugin_platform_interface : ^2.1.6
60- flutter_lints : ^2.0.0
60+ flutter_lints : ^2.0.0
Original file line number Diff line number Diff line change 1+ ## 0.9.12
2+
3+ * Fix web packaging to skip ` site-packages ` when appropriate ([ #199 ] ( https://github.com/flet-dev/serious-python/pull/199 ) ).
4+
15## 0.9.11
26
37* Disable user-site packages in pip environment ([ #195 ] ( https://github.com/flet-dev/serious-python/pull/195 ) ).
148152
149153## 0.3.0
150154
151- Initial version.
155+ Initial version.
Original file line number Diff line number Diff line change 11group ' com.flet.serious_python_android'
2- version ' 0.9.11 '
2+ version ' 0.9.12 '
33
44def python_version = ' 3.12'
55
@@ -129,4 +129,4 @@ if (System.getenv('SERIOUS_PYTHON_BUILD_DIST')) {
129129 task copyOrUntar(dependsOn : packageTasks)
130130}
131131
132- preBuild. dependsOn copyOrUntar
132+ preBuild. dependsOn copyOrUntar
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: serious_python_android
22description : Android implementation of the serious_python plugin
33homepage : https://flet.dev
44repository : https://github.com/flet-dev/serious-python
5- version : 0.9.11
5+ version : 0.9.12
66
77environment :
88 sdk : " >=3.0.0 <4.0.0"
@@ -31,4 +31,4 @@ flutter:
3131 package : com.flet.serious_python_android
3232 pluginClass : AndroidPlugin
3333 dartPluginClass : SeriousPythonAndroid
34- ffiPlugin : true
34+ ffiPlugin : true
Original file line number Diff line number Diff line change 1+ ## 0.9.12
2+
3+ * Fix web packaging to skip ` site-packages ` when appropriate ([ #199 ] ( https://github.com/flet-dev/serious-python/pull/199 ) ).
4+
15## 0.9.11
26
37* Disable user-site packages in pip environment ([ #195 ] ( https://github.com/flet-dev/serious-python/pull/195 ) ).
148152
149153## 0.3.0
150154
151- Initial version.
155+ Initial version.
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'serious_python_darwin'
7- s . version = '0.9.11 '
7+ s . version = '0.9.12 '
88 s . summary = 'A cross-platform plugin for adding embedded Python runtime to your Flutter apps.'
99 s . description = <<-DESC
1010 A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
You can’t perform that action at this time.
0 commit comments