-
Notifications
You must be signed in to change notification settings - Fork 53
Comparing changes
Open a pull request
base repository: skia-python/skia-python
base: v87.6
head repository: skia-python/skia-python
compare: v87.7
- 10 commits
- 4 files changed
- 1 contributor
Commits on Mar 13, 2025
-
Adding a __iter__ method to skia.Iter
See python/cpython#128161 "Defining iterator in a separate class no longer works in 3.13" We have iterator for SkTextBlob defined by SkTextBlob::Iter(textblob), which is the c++/pybind11 equivalent of the same situation. Following the suggestion: python/cpython#128161 (comment) Also see actions/runner-images#11241 Fixes #295
Configuration menu - View commit details
-
Copy full SHA for cfaf371 - Browse repository at this point
Copy the full SHA cfaf371View commit details -
Update cibuildwheel aarch64 docker image to to v2.19.2, to fix CentOS…
… 7 EOL on 1 Jul 2024 Upstream pull and issue: pypa/cibuildwheel#1917 pypa/cibuildwheel#1915 Conflicts: .github/workflows/ci.yml
Configuration menu - View commit details
-
Copy full SHA for d441642 - Browse repository at this point
Copy the full SHA d441642View commit details -
Configuration menu - View commit details
-
Copy full SHA for bddf0a1 - Browse repository at this point
Copy the full SHA bddf0a1View commit details -
The newer pypa/[email protected] also checks that the mac os deplo…
…yment target matches. We need and build for 10.13 in Skia. The default is 10.9, too low for us. Conflicts: .github/workflows/ci.yml
Configuration menu - View commit details
-
Copy full SHA for 7e3de7c - Browse repository at this point
Copy the full SHA 7e3de7cView commit details -
Fix CI warnings - pypa/cibuildwheel#1767
Conflicts: .github/workflows/ci.yml Bump MACOSX_DEPLOYMENT_TARGET and -mmacosx-version-min to 11.0 This is the correct way of getting rid of those CI warnings. arm64 mac os x is only available from 11.0 onwards. Conflicts: .github/workflows/ci.yml setup.py
Configuration menu - View commit details
-
Copy full SHA for 2e8336f - Browse repository at this point
Copy the full SHA 2e8336fView commit details
Commits on Mar 14, 2025
-
Build for python 3.13 too, now that it is out
Split CI machinery into two nearly identical sections, one for 3.8/3.9, another for 3.10 to 3.13. This is mainly due to newer cibuildwheel for 3.13 dropping 3.8 and 3.9, and older cibuildwheel not supporting 3.13. Fixes #230
Configuration menu - View commit details
-
Copy full SHA for a22ba02 - Browse repository at this point
Copy the full SHA a22ba02View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb93fb0 - Browse repository at this point
Copy the full SHA bb93fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d0166d - Browse repository at this point
Copy the full SHA 1d0166dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63277a6 - Browse repository at this point
Copy the full SHA 63277a6View commit details
Commits on Mar 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1bc54e0 - Browse repository at this point
Copy the full SHA 1bc54e0View 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 v87.6...v87.7