-
Notifications
You must be signed in to change notification settings - Fork 494
Fix windows arm builds #1423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Fix windows arm builds #1423
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
radarhere
added a commit
to radarhere/Pillow
that referenced
this pull request
Nov 5, 2022
radarhere
added a commit
to radarhere/Pillow
that referenced
this pull request
Nov 5, 2022
radarhere
added a commit
to radarhere/Pillow
that referenced
this pull request
Nov 5, 2022
|
Do you have a rough schedule for when this will be released? It would great if we could use this without patching OpenJPEG (python-pillow/Pillow#6718). Thank you! |
clrpackages
pushed a commit
to clearlinux-pkgs/pypi-pillow
that referenced
this pull request
Jan 3, 2023
…on 9.4.0
Alex Clark (1):
Remove Tidelift alignment action and badge
Alireza Shafaei (8):
updated webp with exact parameter.
Added version check for WebP
added a note to the docs for webp
minor fix in the comments
doc update for libwebp
added RN for the new exact option.
RN trailing space fix
Update docs/releasenotes/9.4.0.rst
Andrew Murray (126):
Removed Fedora 35
Added conversion from RGBa to RGB
Updated lcms2 to 2.14
XCB will not be used on Linux if gnome-screenshot is present
Added signed option when saving JPEG2000 images
Replaced IOError with OSError
Use verbose flag for pip install for debug target
Patch OpenJPEG to include uclouvain/openjpeg#1423
Added file to questionable list
Update CHANGES.rst [ci skip]
Updated AppVeyor to Python 3.11
Use fractional coordinates when drawing text
Added Interop tags
Update CHANGES.rst [ci skip]
Update CHANGES.rst [ci skip]
Update to Python 3.11 in GitHub Actions
Use the latest Python version
Revert "Install NumPy with OpenBLAS"
Updated macOS tested Pillow versions [ci skip]
Added oss-fuzz badge
Added MP Format Version when saving
Update CHANGES.rst [ci skip]
Updated xz to 5.2.8
Fixed writing int as BYTE tag
Revert "Added Tidelift Align badge to docs"
Revert "Add tidelift alignment badge"
Update CHANGES.rst [ci skip]
Added "start" argument to docstring
Added release notes
Added Fedora 37
Update CHANGES.rst [ci skip]
Added LightSource tag values
Simplified code
Note that the fill behaviour only affects libwebp >= 0.5
Assert that image is equal
Update CHANGES.rst [ci skip]
Updated libpng to 1.6.39
Use stdlib for setuptools on Cygwin
Document how to install Pillow from a directory
Added getxmp() to WebPImagePlugin
Added Exif hide_offsets()
Added docstring
Added getxmp() to release notes
Update CHANGES.rst [ci skip]
Added IFD enum
Removed typo
List dependency instructions first
Updated instructions to download source code
Do not trust JPEG decoder to determine image is CMYK
Updated xz to 5.2.9
Remove specific number of jobs from comment
Save comments from any image format by default
Use _binary instead of struct
Test that comment is reread
Changed indentation to be consistent
Use compile_python_fuzzer
Added IFD1 reading
Use jpeg_write_marker to write comment
Corrected default combined frame duration
Allow get_child_images to access JPEG thumbnails
Free comment when returning early
If available, use wl-paste for grabclipboard() on Linux
If available, use xclip for grabclipboard() on Linux
Update CHANGES.rst [ci skip]
Added support for saving JPEG comments
Only compare to previous when checking for duplicate frames while saving
Ignore non-opaque WebP background when saving as GIF
Only set tile in ImageFile __setstate__
Document Hue range
Clarify apply_transparency() docstring
Specify "I" and "F" ranges
Fixed writing int as ASCII tag
Update CHANGES.rst [ci skip]
Use snake case
Update CHANGES.rst [ci skip]
Updated xz to 5.4.0
Update CHANGES.rst [ci skip]
Updated harfbuzz to 6.0.0
Always initialize all plugins in registered_extensions()
Updated deprecated NumPy alias
Removed Python 3.7 on Cygwin
Fixed BytesWarning
Python 3.7 on Cygwin is no longer part of CI
Update CHANGES.rst [ci skip]
Fixed saving EXIF data to MPO
Initialize unsigned char variables
Do not save EXIF from info
Added support for uncompressed L images
Added support for uncompressed LA images
Clear pyaccess after re-assigning im
Update CHANGES.rst [ci skip]
Document new ExifTags enums
Added release notes
Updated libtiff to 4.5.0
Updated libtiff shared library name
Added support for I;16 modes in putdata()
Update CHANGES.rst [ci skip]
Restored Image constants, except for duplicate Resampling attributes
Document "transparency" info key
Parametrized test
Added release notes
Use pytest.raises match argument
Fixed typo
Update CHANGES.rst [ci skip]
Document the meaning of "premultiplied alpha"
Updated release notes
Update CHANGES.rst [ci skip]
Do not attempt to read IFD1 if absent
Update CHANGES.rst [ci skip]
Further improve exception traceback readability
Return from ImagingFill early if image has a zero dimension
Update CHANGES.rst [ci skip]
Updated wording
Update CHANGES.rst [ci skip]
Skip timeout checks on slower running valgrind job
Updated copyright year
Update CHANGES.rst [ci skip]
Lint fixes
Replaced IOError with OSError
Lint fixes
Update CHANGES.rst [ci skip]
Added release notes for #6842
Added release notes for #6846
Updated security descriptions
Updated size parameter descriptions
9.4.0 version bump
Eric Soroos (5):
Use verbose flag for pip install
Fix compiler error:
Add oss-fuzz badge [ci skip]
Fix null pointer dereference crash with malformed font
Return a PyError instead of a fake fterror.
Hugo van Kemenade (14):
9.4.0.dev0 version bump
Use sphinx-inline-tabs to organise installation per OS
Add missing 'make help' for serve and livehtml
Inline PHONY targets to help avoid omissions (texinfo, info, livehtml, serve were missing)
Reorder tabs: big three OS first
Remove extra space
Use 4-space indents for RST
Fix comment
Add support for PyPy3.9, drop PyPy3.7
Remove unnecessary Pipfile
Format tox.ini with tox-ini-fmt
Add allowlist_externals=make to fix tox 4
Run Bandit on CI via pre-commit
Improve exception traceback readability
Ondrej Baranovič (2):
use os.path.commonpath instead of os.path.commonprefix
simplify code
REDxEYE (1):
Add missing LA test textures
Sam Mason (3):
support round-tripping JPEG comments
make sure passing a blank comment removes existing comment
switch to #z for comment parameter
TrellixVulnTeam (1):
Adding tarfile member sanitization to extractall()
Yay295 (4):
remove unused ImagingAccess->line() method defs
remove unused ImagingAccess->line() method def
remove comment about Access.c line methods
Fix webp dealloc method definitions
nulano (4):
disable __CxxFrameHandler4 when compiling harfbuzz
add xfail mark to test_image_access:test_embeddable
move import used only on Windows and remove unused import
simplify patch, also check zipfile
pre-commit-ci[bot] (5):
[pre-commit.ci] auto fixes from pre-commit.com hooks
[pre-commit.ci] pre-commit autoupdate
[pre-commit.ci] auto fixes from pre-commit.com hooks
[pre-commit.ci] auto fixes from pre-commit.com hooks
[pre-commit.ci] pre-commit autoupdate
renovate[bot] (3):
Update cygwin/cygwin-install-action action to v3
Update egor-tensin/cleanup-path action to v3
Update actions/stale action to v7
smb123w64gb (1):
Fix version mismatch
Contributor
|
This has now been released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #1422