-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: flet-dev/python-build
base: main
head repository: flet-dev/python-build
compare: python-3.12
- 19 commits
- 17 files changed
- 1 contributor
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df4b310 - Browse repository at this point
Copy the full SHA df4b310View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f01f2e9 - Browse repository at this point
Copy the full SHA f01f2e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a660a - Browse repository at this point
Copy the full SHA b9a660aView commit details
Commits on Dec 5, 2024
-
Android build updated from Chaquopy (#2)
* Android build is in sync with Chaquopy * Python 3.12.7 * Fix downloads dir * Fix deps downloads * Android NDK r27c (27.2.12479018) * Re-build Python for iOS with xcrun fix
Configuration menu - View commit details
-
Copy full SHA for 8439c4b - Browse repository at this point
Copy the full SHA 8439c4bView commit details
Commits on Dec 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 911fbc5 - Browse repository at this point
Copy the full SHA 911fbc5View commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 520fa48 - Browse repository at this point
Copy the full SHA 520fa48View commit details
Commits on Feb 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b961307 - Browse repository at this point
Copy the full SHA b961307View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c7bd3 - Browse repository at this point
Copy the full SHA d4c7bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76b5213 - Browse repository at this point
Copy the full SHA 76b5213View commit details
Commits on Feb 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 178f047 - Browse repository at this point
Copy the full SHA 178f047View commit details
Commits on Feb 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0001600 - Browse repository at this point
Copy the full SHA 0001600View commit details
Commits on Feb 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 32f0bb5 - Browse repository at this point
Copy the full SHA 32f0bb5View commit details
Commits on Mar 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 46f18c4 - Browse repository at this point
Copy the full SHA 46f18c4View commit details
Commits on Aug 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f0e6bb0 - Browse repository at this point
Copy the full SHA f0e6bb0View commit details -
Update secure GitHub token in AppVeyor config
Replaced the encrypted value of the GITHUB_TOKEN in .appveyor.yml to update credentials for CI builds.
Configuration menu - View commit details
-
Copy full SHA for 324ef8d - Browse repository at this point
Copy the full SHA 324ef8dView commit details
Commits on Nov 16, 2025
-
Fix framework identifier formatting in xcframework_utils.sh
Ensures that the generated framework identifier does not start with a dash and defaults to 'framework' if empty. This improves compatibility and prevents invalid identifiers when creating xcframeworks from dylibs.
Configuration menu - View commit details
-
Copy full SHA for b6d4381 - Browse repository at this point
Copy the full SHA b6d4381View commit details -
Enable macOS build job in AppVeyor config
Uncommented the job for building Python for iOS and macOS using the macos-sonoma worker image. The Linux build job was commented out, shifting focus to macOS builds.
Configuration menu - View commit details
-
Copy full SHA for f05b14c - Browse repository at this point
Copy the full SHA f05b14cView commit details -
Exclude module.modulemap from framework headers
Updated the packaging script and exclude file to remove module.modulemap from Python.framework Headers for both iOS and macOS targets. This helps prevent unwanted module map files from being included in the packaged frameworks.
Configuration menu - View commit details
-
Copy full SHA for 11591f7 - Browse repository at this point
Copy the full SHA 11591f7View commit details -
Fix CFBundlePackageType in generated plist
Change CFBundlePackageType from 'APPL' to 'FMWK' in the create_plist function to correctly identify the bundle as a framework.
Configuration menu - View commit details
-
Copy full SHA for afdce86 - Browse repository at this point
Copy the full SHA afdce86View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...python-3.12