Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
BIN
pillow-10.4.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pillow-10.4.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:368da70808b36d73b4b390a8ffac11069f8a5c85f29eff1f1b01bcf3ef5b2a20
|
|
||||||
size 46742715
|
|
@ -1,232 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jan 13 08:31:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 11.1.0
|
|
||||||
* Added release notes for writing XMP bytes to JPEG and MPO #8627 [@radarhere]
|
|
||||||
* Added release notes for using zlib-ng instead of zlib #8599 [@radarhere]
|
|
||||||
* Replace python-pillow.org with python-pillow.github.io #8586 [@hugovk]
|
|
||||||
* ImageFile tile is never None #8582 [@radarhere]
|
|
||||||
* Only use start year in copyright, remove end years #8577 [@hugovk]
|
|
||||||
* Python 3.12 is tested on MinGW #8575 [@radarhere]
|
|
||||||
* Use brew formula to install libraqm #8574 [@radarhere]
|
|
||||||
* Added link to GitHub releases in CHANGES #8571 [@radarhere]
|
|
||||||
* Release drafter: move removals, deprecations, documentation up,
|
|
||||||
and uncategorised changes last #8570 [@hugovk]
|
|
||||||
* Updated macOS tested Pillow versions #8538 [@radarhere]
|
|
||||||
* Use test image filename #8534 [@radarhere]
|
|
||||||
* Update Windows 11 Arm64 tested versions #8523 [@nulano]
|
|
||||||
* Move MPO into "Fully supported formats" #8504 [@radarhere]
|
|
||||||
* Update license to MIT-CMU #8490 [@radarhere]
|
|
||||||
* Update dependency mypy to v1.14.1 #8643 [@renovate]
|
|
||||||
* Update dependency mypy to v1.14.0 #8613 [@renovate]
|
|
||||||
* Updated libwebp to 1.5.0 #8612 [@radarhere]
|
|
||||||
* Updated libXau to 1.0.12 #8598 [@radarhere]
|
|
||||||
* Updated libjpeg-turbo to 3.1.0 #8595 [@radarhere]
|
|
||||||
* Updated harfbuzz to 10.1.0 #8533 [@radarhere]
|
|
||||||
* Updated openjpeg to 2.5.3 #8591 [@radarhere]
|
|
||||||
* Update dependency cibuildwheel to v2.22.0 #8580 [@renovate]
|
|
||||||
* Update codecov/codecov-action action to v5 #8557 [@renovate]
|
|
||||||
* Migrate renovate config #8527 [@renovate]
|
|
||||||
* Update dependency mypy to v1.13.0 #8491 [@renovate]
|
|
||||||
* Update dependency mypy to v1.12.1 #8487 [@renovate]
|
|
||||||
* Added CentOS Stream 10 #8646 [@radarhere]
|
|
||||||
* Use monkeypatch #8628 [@radarhere]
|
|
||||||
* Pass file handle to ContainerIO #8625 [@radarhere]
|
|
||||||
* Use register_handler #8499 [@radarhere]
|
|
||||||
* Use monkeypatch #8626 [@radarhere]
|
|
||||||
* Test libjpeg-turbo on macOS #8596 [@radarhere]
|
|
||||||
* Test 3.13t (free-threaded) from Quansight-Labs/setup-python
|
|
||||||
on Linux and macOS #8565 [@hugovk]
|
|
||||||
* Run gcc problem matcher on Python 3.13 #8541 [@radarhere]
|
|
||||||
* Add trove-classifiers>=2024.10.12 to 'tests' extra and
|
|
||||||
use for Windows CI #8514 [@hugovk]
|
|
||||||
* Apply security fixes to GitHub Actions #8526 [@hugovk]
|
|
||||||
* Remove unused gcov: true for codecov-action@v4 #8521 [@hugovk]
|
|
||||||
* Added Fedora 41 #8520 [@radarhere]
|
|
||||||
* Do not repeatedly save to the same path #8512 [@radarhere]
|
|
||||||
* Use fixture to re-open image for each JPEG2000 test #8484 [@radarhere]
|
|
||||||
* Fixed catching warnings #8505 [@radarhere]
|
|
||||||
* Updated test type hint #8482 [@radarhere]
|
|
||||||
* Removed Fedora 39 #8466 [@radarhere]
|
|
||||||
* Pass file handle to ContainerIO #8625 [@radarhere]
|
|
||||||
* Corrected loadImageSeries type hint #8624 [@radarhere]
|
|
||||||
* Removed quotes after dropping support for Python 3.8 #8544 [@radarhere]
|
|
||||||
* Fixed type hint #8532 [@radarhere]
|
|
||||||
* Updated test type hint #8482 [@radarhere]
|
|
||||||
* Corrected BLP1 alpha depth handling #8651 [@radarhere]
|
|
||||||
* Remove pre-C99 definitions #8644 [@radarhere]
|
|
||||||
* Allow saving as BigTIFF #8642 [@radarhere]
|
|
||||||
* Restored Makernote as a deprecated enum #8629 [@radarhere]
|
|
||||||
* Use elif #8641 [@radarhere]
|
|
||||||
* Add zizmor to pre-commit and fix potential cache-poisoning
|
|
||||||
in wheels workflow #8638 [@hugovk]
|
|
||||||
* Keep new IFDs when converting EXIF to bytes #8635 [@radarhere]
|
|
||||||
* Added RGBX;16N to RGB unpacker #8637 [@radarhere]
|
|
||||||
* Populate JPEG DPI from JFIF cm density #8633 [@radarhere]
|
|
||||||
* Support saving CMYK JP2 images #8592 [@radarhere]
|
|
||||||
* Added reading of J2K comments #8622 [@radarhere]
|
|
||||||
* Removed variable #8631 [@radarhere]
|
|
||||||
* Do not use temporary file in ImageGrab.grabclipboard() on macOS #8630 [@radarhere]
|
|
||||||
* Fixed connecting discontiguous corners #8620 [@radarhere]
|
|
||||||
* Do not create new image when exif_transpose() is used in place #8555 [@radarhere]
|
|
||||||
* Added default values for _Tile offset and args #8553 [@radarhere]
|
|
||||||
* Platform guessing affects more than just Linux #8551 [@radarhere]
|
|
||||||
* Raise UnidentifiedImageError when opening TIFF without dimensions #8535 [@radarhere]
|
|
||||||
* Pass IFDs to libtiff as TIFF_LONG8 #8529 [@radarhere]
|
|
||||||
* Do not save XMP from JPEG info #8483 [@radarhere]
|
|
||||||
* Include JpegImageFile layers in pickle state #8476 [@radarhere]
|
|
||||||
* Fixed indentation #8623 [@radarhere]
|
|
||||||
* Updated MakerNote capitalization #8615 [@radarhere]
|
|
||||||
* Replace constants with EXIF enums #8611 [@radarhere]
|
|
||||||
* Install libjpeg-turbo8-dev #8610 [@radarhere]
|
|
||||||
* Raise ValueError when WMF inch is zero #8600 [@radarhere]
|
|
||||||
* Extract tar files with "data" filter in Windows build scripts #8606 [@radarhere]
|
|
||||||
* Updated libjpeg-turbo URL #8608 [@radarhere]
|
|
||||||
* Derive dir from filename if root is the same in winbuild #8567 [@radarhere]
|
|
||||||
* Updated libjpeg-turbo and harfbuzz URLs #8604 [@radarhere]
|
|
||||||
* Do not describe raw data as a table #8579 [@radarhere]
|
|
||||||
* Improved handling of RGBA palettes when saving GIF images #8494 [@radarhere]
|
|
||||||
* Use .tar.gz zlib in Windows build to match macOS and Linux #8601 [@radarhere]
|
|
||||||
* Use zlib-ng instead of zlib #8500 [@nulano]
|
|
||||||
* Do not attempt to install cmake if it is already present #8593 [@radarhere]
|
|
||||||
* [pre-commit.ci] pre-commit autoupdate #8578 [@pre-commit-ci]
|
|
||||||
* Updated build option error messages #8576 [@radarhere]
|
|
||||||
* Fix file position desync when calling into libtiff #8560 [@Knio]
|
|
||||||
* Do not attempt to install cmake a second time when building macOS
|
|
||||||
or Linux wheels #8566 [@radarhere]
|
|
||||||
* Do not install Pyroma in MinGW, to use only system packages #8562 [@radarhere]
|
|
||||||
* Isolate macOS wheel builds from Homebrew #8497 [@freakboy3742]
|
|
||||||
* Removed use of os.path.realpath #8545 [@radarhere]
|
|
||||||
* Allow linking to zlib import library on Windows #8519 [@cubanpit]
|
|
||||||
* [pre-commit.ci] pre-commit autoupdate #8531 [@pre-commit-ci]
|
|
||||||
* Detach PyQt6 QPixmap instance before returning #8509 [@radarhere]
|
|
||||||
* Upgraded multibuild to remove openjpeg lib64 copy #8511 [@radarhere]
|
|
||||||
* brew remove libdeflate #8502 [@radarhere]
|
|
||||||
* Fix SEGFAULT from calling FT_New_Face/FT_Done_Face in multiple
|
|
||||||
threads #8496 [@lysnikolaou]
|
|
||||||
* Corrected EMF DPI #8485 [@radarhere]
|
|
||||||
* Added filename placeholder in winbuild URL #8498 [@radarhere]
|
|
||||||
* Fix IFDRational with a zero denominator #8474 [@renovate]
|
|
||||||
* Fixed disabling a feature during install #8469 [@radarhere]
|
|
||||||
* Skip PyPy3.9 wheels #8467 [@radarhere]
|
|
||||||
* Removed unnecessary code #8465 [@radarhere]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Nov 7 09:39:59 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 11.0.0.0
|
|
||||||
* Update licence to MIT-CMU #8460
|
|
||||||
[hugovk]
|
|
||||||
* Conditionally define ImageCms type hint to avoid requiring core #8197
|
|
||||||
[radarhere]
|
|
||||||
* Support writing LONG8 offsets in AppendingTiffWriter #8417
|
|
||||||
[radarhere]
|
|
||||||
* Use ImageFile.MAXBLOCK when saving TIFF images #8461
|
|
||||||
[radarhere]
|
|
||||||
* Do not close provided file handles with libtiff when saving #8458
|
|
||||||
[radarhere]
|
|
||||||
* Support ImageFilter.BuiltinFilter for I;16* images #8438
|
|
||||||
[radarhere]
|
|
||||||
* Use ImagingCore.ptr instead of ImagingCore.id #8341
|
|
||||||
[homm, radarhere, hugovk]
|
|
||||||
* Updated EPS mode when opening images without transparency #8281
|
|
||||||
[Yay295, radarhere]
|
|
||||||
* Use transparency when combining P frames from APNGs #8443
|
|
||||||
[radarhere]
|
|
||||||
* Support all resampling filters when resizing I;16* images #8422
|
|
||||||
[radarhere]
|
|
||||||
* Free memory on early return #8413
|
|
||||||
[radarhere]
|
|
||||||
* Cast int before potentially exceeding INT_MAX #8402
|
|
||||||
[radarhere]
|
|
||||||
* Check image value before use #8400
|
|
||||||
[radarhere]
|
|
||||||
* Improved copying imagequant libraries #8420
|
|
||||||
[radarhere]
|
|
||||||
* Use Capsule for WebP saving #8386
|
|
||||||
[homm, radarhere]
|
|
||||||
* Fixed writing multiple StripOffsets to TIFF #8317
|
|
||||||
[Yay295, radarhere]
|
|
||||||
* Fix dereference before checking for NULL in ImagingTransformAffine #8398
|
|
||||||
[PavlNekrasov]
|
|
||||||
* Use transposed size after opening for TIFF images #8390
|
|
||||||
[radarhere, homm]
|
|
||||||
* Improve ImageFont error messages #8338
|
|
||||||
[yngvem, radarhere, hugovk]
|
|
||||||
* Mention MAX_TEXT_CHUNK limit in PNG error message #8391
|
|
||||||
[radarhere]
|
|
||||||
* Cast Dib handle to int #8385
|
|
||||||
[radarhere]
|
|
||||||
* Accept float stroke widths #8369
|
|
||||||
[radarhere]
|
|
||||||
* Deprecate ICNS (width, height, scale) sizes in favour of load(scale) #8352
|
|
||||||
[radarhere]
|
|
||||||
* Improved handling of RGBA palettes when saving GIF images #8366
|
|
||||||
[radarhere]
|
|
||||||
* Deprecate isImageType #8364
|
|
||||||
[radarhere]
|
|
||||||
* Support converting more modes to LAB by converting to RGBA first #8358
|
|
||||||
[radarhere]
|
|
||||||
* Deprecate support for FreeType 2.9.0 #8356
|
|
||||||
[hugovk, radarhere]
|
|
||||||
* Removed unused TiffImagePlugin IFD_LEGACY_API #8355
|
|
||||||
[radarhere]
|
|
||||||
* Handle duplicate EXIF header #8350
|
|
||||||
[zakajd, radarhere]
|
|
||||||
* Return early from BoxBlur if either width or height is zero #8347
|
|
||||||
[radarhere]
|
|
||||||
* Check text is either string or bytes #8308
|
|
||||||
[radarhere]
|
|
||||||
* Added writing XMP bytes to JPEG #8286
|
|
||||||
[radarhere]
|
|
||||||
* Support JPEG2000 RGBA palettes #8256
|
|
||||||
[radarhere]
|
|
||||||
* Expand C image to match GIF frame image size #8237
|
|
||||||
[radarhere]
|
|
||||||
* Allow saving I;16 images as PPM #8231
|
|
||||||
[radarhere]
|
|
||||||
* When IFD is missing, connect get_ifd() dictionary to Exif #8230
|
|
||||||
[radarhere]
|
|
||||||
* Skip truncated ICO mask if LOAD_TRUNCATED_IMAGES is enabled #8180
|
|
||||||
[radarhere]
|
|
||||||
* Treat unknown JPEG2000 colorspace as unspecified #8343
|
|
||||||
[radarhere]
|
|
||||||
* Updated error message when saving WebP with invalid width or height #8322
|
|
||||||
[radarhere, hugovk]
|
|
||||||
* Remove warning if NumPy failed to raise an error during conversion #8326
|
|
||||||
[radarhere]
|
|
||||||
* If left and right sides meet in ImageDraw.rounded_rectangle(),
|
|
||||||
do not draw rectangle to fill gap #8304
|
|
||||||
[radarhere]
|
|
||||||
* Remove WebP support without anim, mux/demux, and with buggy alpha #8213
|
|
||||||
[homm, radarhere]
|
|
||||||
* Add missing TIFF CMYK;16B reader #8298
|
|
||||||
[homm]
|
|
||||||
* Remove all WITH_* flags from _imaging.c and other flags #8211
|
|
||||||
[homm]
|
|
||||||
* Improve ImageDraw2 shape methods #8265
|
|
||||||
[radarhere]
|
|
||||||
* Lock around usages of imaging memory arenas #8238
|
|
||||||
[lysnikolaou]
|
|
||||||
* Deprecate JpegImageFile huffman_ac and huffman_dc #8274
|
|
||||||
[radarhere]
|
|
||||||
* Deprecate ImageMath lambda_eval and unsafe_eval options argument #8242
|
|
||||||
[radarhere]
|
|
||||||
* Changed ContainerIO to subclass IO #8240
|
|
||||||
[radarhere]
|
|
||||||
* Move away from APIs that use borrowed references under the free-threaded build #8216
|
|
||||||
[hugovk, lysnikolaou]
|
|
||||||
* Allow size argument to resize() to be a NumPy array #8201
|
|
||||||
[radarhere]
|
|
||||||
* Drop support for Python 3.8 #8183
|
|
||||||
[hugovk, radarhere]
|
|
||||||
* Add support for Python 3.13 #8181
|
|
||||||
[hugovk, radarhere]
|
|
||||||
* Fix incompatibility with NumPy 1.20 #8187
|
|
||||||
[neutrinoceros, radarhere]
|
|
||||||
* Remove PSFile, PyAccess and USE_CFFI_ACCESS #8182
|
|
||||||
[hugovk, radarhere]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 12:21:56 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Jul 22 12:21:56 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Pillow
|
# spec file for package python-Pillow
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Pillow
|
Name: python-Pillow
|
||||||
Version: 11.1.0
|
Version: 10.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Imaging Library (Fork)
|
Summary: Python Imaging Library (Fork)
|
||||||
License: HPND
|
License: HPND
|
||||||
|
Loading…
Reference in New Issue
Block a user