Next | Query returned 90 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-07-05 22:10:14 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-Pillow: update to 10.0.0.

10.0.0 (2023-07-01)
-------------------

- 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]
   2023-06-24 02:08:04 by Greg Troxel | Files touched by this commit (2)
Log message:
devel/py-Pillow*: Clarify DESCR

Explain that Pillow is the maintained version, for Python 3 only, and
that Pillow6 is an old version for use with Python 2.7, and that the
package is not available for Python 3.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-05-22 13:39:04 by Thomas Klausner | Files touched by this commit (56)
Log message:
*: recursive bump for libimagequant 4.x
   2023-05-07 18:56:40 by Thomas Klausner | Files touched by this commit (5)
Log message:
*: recursive bump for libimagequant downgrade
   2023-05-07 14:25:54 by Thomas Klausner | Files touched by this commit (5)
Log message:
*: bump for libimagequant change to static library
   2023-04-01 16:30:30 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-Pillow: updated to 9.5.0

9.5.0 (2023-04-01)
- Added ImageSourceData to TAGS_V2
- Clear PPM half token after use
- Removed absolute path to ldconfig
- Support custom comments and PLT markers when saving JPEG2000 images
- Load before getting size in __array_interface__
- Support creating BGR;15, BGR;16 and BGR;24 images, but drop support for BGR;32
- Consider transparency when applying APNG blend mask
- Round duration when saving animated WebP images
- Added reading of JPEG2000 comments
- Decrement reference count
- Allow libtiff_support_custom_tags to be missing
- Improved I;16N support
- Added QOI reading
- Added saving RGBA images as PDFs
- 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
- Added memoryview support to Dib.frombytes()
- Close file pointer copy in the libtiff encoder if still open
- Raise an error if ImageDraw co-ordinates are incorrectly ordered
- Added "corners" argument to ImageDraw rounded_rectangle()
- Added memoryview support to frombytes()
- Allow comments in FITS images
- Support saving PDF with different X and Y resolutions
- Fixed writing int as UNDEFINED tag
- Raise an error if EXIF data is too long when saving JPEG
- Handle more than one directory returned by pkg-config
- Do not retry past formats when loading all formats for the first time
- Do not retry specified formats if they failed when opening
- Do not unintentionally load TIFF format at first
- Stop reading when EPS line becomes too long
- Allow writing IFDRational to BYTE tag
- Raise ValueError for BoxBlur filter with negative radius
- Support arbitrary number of loaded modules on Windows
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416)
Log message:
*: recursive bump for tiff shlib major bump
   2023-01-02 09:46:40 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-Pillow: updated to 9.4.0

9.4.0 (2023-01-02)
------------------
- Fixed null pointer dereference crash with malformed font
- Return from ImagingFill early if image has a zero dimension
- Reversed deprecations for Image constants, except for duplicate Resampling \ 
attributes
- Improve exception traceback readability
- Do not attempt to read IFD1 if absent
- Fixed writing int as ASCII tag
- If available, use wl-paste or xclip for grabclipboard() on Linux
- Added signed option when saving JPEG2000 images
- Patch OpenJPEG to include ARM64 fix
- Added support for I;16 modes in putdata()
- Added conversion from RGBa to RGB
- Added DDS support for uncompressed L and LA images
- Added LightSource tag values to ExifTags
- Fixed PyAccess after changing ICO size
- Do not use EXIF from info when saving PNG images
- Fixed saving EXIF data to MPO
- Added Exif hide_offsets()
- Only compare to previous frame when checking for duplicate GIF frames while saving
- Always initialize all plugins in registered_extensions()
- Ignore non-opaque WebP background when saving as GIF
- Only set tile in ImageFile __setstate__
- When reading BLP, do not trust JPEG decoder to determine image is CMYK
- Added IFD enum to ExifTags
- Fixed bug combining GIF frame durations
- Support saving JPEG comments
- Added getxmp() to WebPImagePlugin
- Added "exact" option when saving WebP
- Use fractional coordinates when drawing text
- Fixed writing int as BYTE tag
- Added MP Format Version when saving MPO
- Added Interop to ExifTags
- CVE-2007-4559 patch when building on Windows
- Fix compiler warning: accessing 64 bytes in a region of size 48
- Use verbose flag for pip install

Next | Query returned 90 messages, browsing 11 to 20 | Previous