Revisions of python-Pillow

buildservice-autocommit accepted request 1166812 from Oliver Kurz's avatar Oliver Kurz (okurz) (revision 155)
baserev update by copy to link target
Oliver Kurz's avatar Oliver Kurz (okurz) accepted request 1166748 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 154)
- Reenable tests for s390x and ppc, bsc#1222553
  gh#python-pillow/Pillow#1204
buildservice-autocommit accepted request 1164299 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 153)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 152)
- update to 10.3.0 (bsc#1222262, CVE-2024-28219):
  * CVE-2024-28219: Use strncpy to avoid buffer overflow #7928
    [radarhere, hugovk]
  * Deprecate eval(), replacing it with lambda_eval() and
    unsafe_eval() #7927 [radarhere, hugovk]
  * Raise ValueError if seeking to greater than offset-sized
    integer in TIFF #7883 [radarhere]
  * Add --report argument to __main__.py to omit supported
    formats #7818 [nulano, radarhere, hugovk]
  * Added RGB to I;16, I;16L, I;16B and I;16N conversion #7918,
    #7920 [radarhere]
  * Fix editable installation with custom build backend and
    configuration options #7658 [nulano, radarhere]
  * Fix putdata() for I;16N on big-endian #7209 [Yay295, hugovk,
    radarhere]
  * Determine MPO size from markers, not EXIF data #7884
    [radarhere]
  * Improved conversion from RGB to RGBa, LA and La #7888
    [radarhere]
  * Support FITS images with GZIP_1 compression #7894 [radarhere]
  * Use I;16 mode for 9-bit JPEG 2000 images #7900 [scaramallion,
    radarhere]
  * Raise ValueError if kmeans is negative #7891 [radarhere]
  * Remove TIFF tag OSUBFILETYPE when saving using libtiff #7893
    [radarhere]
  * Raise ValueError for negative values when loading P1-P3 PPM
    images #7882 [radarhere]
  * Added reading of JPEG2000 palettes #7870 [radarhere]
  * Added alpha_quality argument when saving WebP images #7872
    [radarhere]
buildservice-autocommit accepted request 1140356 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 151)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 150)
- Update to 10.2.0:
  * Add ``keep_rgb`` option when saving JPEG to prevent conversion of
    RGB colorspace
  * Trim glyph size in ImageFont.getmask()
  * Deprecate IptcImagePlugin helpers
  * Allow uncompressed TIFF images to be saved in chunks
  * Concatenate multiple JPEG EXIF markers
  * Changed IPTC tile tuple to match other plugins
  * Do not assign new fp attribute when exiting context manager
  * Support arbitrary masks for uncompressed RGB DDS images
  * Support setting ROWSPERSTRIP tag
  * Apply ImageFont.MAX_STRING_LENGTH to ImageFont.getmask()
  * Optimise ``ImageColor`` using ``functools.lru_cache``
  * Restricted environment keys for ImageMath.eval()
    (CVE-2023-50447, bsc#1219048)
  * Optimise ``ImageMode.getmode`` using ``functools.lru_cache``
  * Fix incorrect color blending for overlapping glyphs
  * Attempt memory mapping when tile args is a string
  * Fill identical pixels with transparency in subsequent frames when
    saving GIF
  * Corrected duration when combining multiple GIF frames into single frame
  * Handle disposing GIF background from outside palette
  * Seek past the data when skipping a PSD layer
  * Import plugins relative to the module
  * Translate encoder error codes to strings; deprecate
    ``ImageFile.raise_oserror()``
  * Support reading BC4U and DX10 BC1 images
  * Optimize ImageStat.Stat.extrema
  * Handle pathlib.Path in FreeTypeFont
  * Added support for reading DX10 BC4 DDS images
buildservice-autocommit accepted request 1129060 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 149)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 148)
- update to 10.1.0:
  * Added TrueType default font to allow for different sizes
  * Fixed invalid argument warning #7442
  * Added ImageOps cover method #7412
  * Catch struct.error from truncated EXIF when reading JPEG DPI
  * Consider default image when selecting mode for PNG save_all
  * Support BGR;15, BGR;16 and BGR;24 access, unpacking and
    putdata #7303
  * Added CMYK to RGB unpacker #7310
  * Improved flexibility of XMP parsing #7274
  * Support reading 8-bit YCbCr TIFF images #7415
  * Allow saving I;16B images as PNG #7302
  * Corrected drawing I;16 points and writing I;16 text #7257
  * Set blue channel to 128 for BC5S #7413
  * Increase flexibility when reading IPTC fields #7319
  * Set C palette to be empty by default #7289
  * Added gs_binary to control Ghostscript use on all platforms
  * Read bounding box information from the trailer of EPS files
    if specified #7382
  * Added reading 8-bit color DDS images #7426
  * Added has_transparency_data #7420
  * Fixed bug when reading BC5S DDS images #7401
  * Prevent TIFF orientation from being applied more than once
  * Use previous pixel alpha for QOI_OP_RGB #7357
  * Added BC5U reading #7358
  * Allow getpixel() to accept a list #7355
  * Allow GaussianBlur and BoxBlur to accept a sequence of x and
    y radii #7336
  * Expand JPEG buffer size when saving optimized or progressive
  * Added session type check for Linux in
buildservice-autocommit accepted request 1125429 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 147)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 146)
- Add link to cve in changelog: (bsc#1216894, CVE-2023-44271)
buildservice-autocommit accepted request 1112103 from Oliver Kurz's avatar Oliver Kurz (okurz) (revision 145)
baserev update by copy to link target
Oliver Kurz's avatar Oliver Kurz (okurz) accepted request 1112102 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 144)
- Update to 10.0.1
  - Updated libwebp to 1.3.2 #7395 [radarhere]
  - Updated zlib to 1.3 #7344 [radarhere]
- Changes from 10.0.0
  - Fixed deallocating mask images #7246 [radarhere]
  - Added ImageFont.MAX_STRING_LENGTH #7244 [radarhere, hugovk]
  - Fix Windows build with pyproject.toml #7230 [hugovk, nulano, radarhere]
  - Do not close provided file handles with libtiff #7199 [radarhere]
  - Convert to HSV if mode is HSV in getcolor() #7226 [radarhere]
  - Added alpha_only argument to getbbox() #7123 [radarhere. hugovk]
  - Prioritise speed in _repr_png_ #7242 [radarhere]
  - Do not use CFFI access by default on PyPy #7236 [radarhere]
  - Limit size even if one dimension is zero in decompression bomb check #7235 [radarhere]
  - Use --config-settings instead of deprecated --global-option #7171 [radarhere]
  - Better C integer definitions #6645 [Yay295, hugovk]
  - Fixed finding dependencies on Cygwin #7175 [radarhere]
  - Changed grabclipboard() to use PNG instead of JPG compression on macOS #7219 [abey79, radarhere]
  - Added in_place argument to ImageOps.exif_transpose() #7092 [radarhere]
  - Fixed calling putpalette() on L and LA images before load() #7187 [radarhere]
  - Fixed saving TIFF multiframe images with LONG8 tag types #7078 [radarhere]
  - Fixed combining single duration across duplicate APNG frames #7146 [radarhere]
  - Remove temporary file when error is raised #7148 [radarhere]
  - Do not use temporary file when grabbing clipboard on Linux #7200 [radarhere]
  - If the clipboard fails to open on Windows, wait and try again #7141 [radarhere]
  - Fixed saving multiple 1 mode frames to GIF #7181 [radarhere]
  - Replaced absolute PIL import with relative import #7173 [radarhere]
  - Replaced deprecated Py_FileSystemDefaultEncoding for Python >= 3.12 #7192 [radarhere]
  - Improved wl-paste mimetype handling in ImageGrab #7094 [rrcgat, radarhere]
  - Added _repr_jpeg_() for IPython display_jpeg #7135 [n3011, radarhere, nulano]
  - Use "/sbin/ldconfig" if ldconfig is not found #7068 [radarhere]
  - Prefer screenshots using XCB over gnome-screenshot #7143 [nulano, radarhere]
  - Fixed joined corners for ImageDraw rounded_rectangle() odd dimensions #7151 [radarhere]
  - Support reading signed 8-bit TIFF images #7111 [radarhere]
  - Added width argument to ImageDraw regular_polygon #7132 [radarhere]
  - Support I mode for ImageFilter.BuiltinFilter #7108 [radarhere]
  - Raise error from stderr of Linux ImageGrab.grabclipboard() command #7112 [radarhere]
  - Added unpacker from I;16B to I;16 #7125 [radarhere]
  - Support float font sizes #7107 [radarhere]
  - Use later value for duplicate xref entries in PdfParser #7102 [radarhere]
  - Load before getting size in __getstate__ #7105 [bigcat88, radarhere]
  - Fixed type handling for include and lib directories #7069 [adisbladis, radarhere]
  - Remove deprecations for Pillow 10.0.0 #7059, #7080 [hugovk, radarhere]
  - Drop support for soon-EOL Python 3.7 #7058 [hugovk, radarhere]
buildservice-autocommit accepted request 1101368 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 143)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 142)
- Add Provides for python-PIL
buildservice-autocommit accepted request 1081810 from Oliver Kurz's avatar Oliver Kurz (okurz) (revision 141)
baserev update by copy to link target
Oliver Kurz's avatar Oliver Kurz (okurz) accepted request 1081303 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 140)
SR for python stack proposal
buildservice-autocommit accepted request 1077061 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 139)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 138)
- update to 9.5.0:
  * Added ImageSourceData to TAGS_V2 #7053
  * Clear PPM half token after use #7052
  * Removed absolute path to ldconfig #7044
  * Support custom comments and PLT markers when saving JPEG2000
    images #6903
  * Load before getting size in __array_interface__ #7034
  * Support creating BGR;15, BGR;16 and BGR;24 images, but drop
    support for BGR;32 #7010
  * Consider transparency when applying APNG blend mask #7018
  * Round duration when saving animated WebP images #6996
  * Added reading of JPEG2000 comments #6909
  * Decrement reference count #7003
  * Allow libtiff_support_custom_tags to be missing #7020
  * Improved I;16N support #6834
  * Added QOI reading #6852
  * Added saving RGBA images as PDFs #6925
  * Do not raise an error if os.environ does not contain PATH
  * Close OleFileIO instance when closing or exiting FPX or MIC
  * Added __int__ to IFDRational for Python >= 3.11 #6998
  * Added memoryview support to Dib.frombytes() #6988
  * Close file pointer copy in the libtiff encoder if still open
  * Raise an error if ImageDraw co-ordinates are incorrectly
    ordered #6978
  * Added "corners" argument to ImageDraw rounded_rectangle()
  * Added memoryview support to frombytes() #6974
  * Allow comments in FITS images #6973
  * Support saving PDF with different X and Y resolutions #6961
  * [jvanderneutstulen, radarhere, hugovk]
  * Fixed writing int as UNDEFINED tag #6950
buildservice-autocommit accepted request 1046168 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 137)
baserev update by copy to link target
Displaying revisions 1 - 20 of 155
openSUSE Build Service is sponsored by