Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flet-dev/python-build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: flet-dev/python-build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python-3.12
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 17 files changed
  • 1 contributor

Commits on Oct 20, 2024

  1. Enable _sqlite3

    FeodorFitsner committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    df4b310 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    f01f2e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9a660a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. 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
    FeodorFitsner authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    8439c4b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Configuration menu
    Copy the full SHA
    911fbc5 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Configuration menu
    Copy the full SHA
    520fa48 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. MinimumOSVersion=13.0

    FeodorFitsner committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    b961307 View commit details
    Browse the repository at this point in the history
  2. Fix Windows build

    FeodorFitsner committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    d4c7bd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76b5213 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. Python 3.12.9

    FeodorFitsner committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    178f047 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Update path in .origin

    FeodorFitsner committed Feb 15, 2025
    Configuration menu
    Copy the full SHA
    0001600 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. Configuration menu
    Copy the full SHA
    32f0bb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    46f18c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Configuration menu
    Copy the full SHA
    f0e6bb0 View commit details
    Browse the repository at this point in the history
  2. Update secure GitHub token in AppVeyor config

    Replaced the encrypted value of the GITHUB_TOKEN in .appveyor.yml to update credentials for CI builds.
    FeodorFitsner committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    324ef8d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. 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.
    FeodorFitsner committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    b6d4381 View commit details
    Browse the repository at this point in the history
  2. 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.
    FeodorFitsner committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    f05b14c View commit details
    Browse the repository at this point in the history
  3. 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.
    FeodorFitsner committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    11591f7 View commit details
    Browse the repository at this point in the history
  4. Fix CFBundlePackageType in generated plist

    Change CFBundlePackageType from 'APPL' to 'FMWK' in the create_plist function to correctly identify the bundle as a framework.
    FeodorFitsner committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    afdce86 View commit details
    Browse the repository at this point in the history
Loading