Releases: flet-dev/serious-python
Releases · flet-dev/serious-python
v0.9.2
What's Changed
- allow requirements with commas by @FeodorFitsner in #148 (Breaking change: multiple
--requirements
options ofpackage
command must be passed as--requirements DEP_1 --requirements DEP_2 ...
(or-r DEP_1 -r DEP_2 ...
) instead of-r DEP_1,DEP_2,...
to support dependency specifications with commas, e.g.pandas>=2.2,<3
) - Fix site-packages packaging for Pyodide platform by @FeodorFitsner in #150
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- v0.9.1: fixing to work with macOS 12 and Xcode 14 by @FeodorFitsner in #146
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Set
MinimumOSVersion
to13.0
for generated Python frameworks by @FeodorFitsner in #136 - Put Python resources into a bundle inside a framework by @FeodorFitsner in #139
Full Changelog: v0.8.7...v0.9.0
v0.8.7
What's Changed
- Fix:
xcframeworks
migration script didn't work for sub-directories by @FeodorFitsner in #131
Full Changelog: v0.8.6...v0.8.7
v0.8.6
What's Changed
- iOS/Android fixes and new environment variables by @FeodorFitsner in #130
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
- Added Java
loadLibrary
to Android plugin to supportpyjnius
by @FeodorFitsner in #128
Full Changelog: v0.8.4...v0.8.5
v0.8.4
What's Changed
- Copy
flutter
from site packages by @FeodorFitsner in #122
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Remove
PYTHONOPTIMIZE=2
to make CFFI work by @FeodorFitsner in #121
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- Copy
.so
libraries from{site-packages}/opt
tojniLibs
by @FeodorFitsner in #119
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- [Windows] Script set as empty string to fix windows build error by @rajputs37 in #83
- [Linux] Only pass
script
arg to the method channel if it is not null (Fix #64) by @jifalops in #77 - Remove --only-binary when packaging for desktop platforms by @FeodorFitsner in #113
New Contributors
- @rajputs37 made their first contribution in #83
- @jifalops made their first contribution in #77
Full Changelog: v0.8.0...v0.8.1