Page MenuHomeSolus

Update libpillowfight to 0.2.4
ClosedPublic

Authored by kyrios123 on Apr 16 2018, 4:44 PM.
Tags
None
Referenced Files
F11069520: D2730.diff
Fri, Aug 11, 11:15 PM
F10987336: D2730.id7320.diff
Mon, Jul 24, 5:17 AM
F10982601: D2730.id7574.diff
Sun, Jul 23, 11:08 AM
F10969895: D2730.diff
Fri, Jul 21, 12:19 AM
F10878989: D2730.id7574.diff
Jun 21 2023, 5:17 PM
F10856596: D2730.id7320.diff
Jun 14 2023, 9:45 PM
F10856582: D2730.id6762.diff
Jun 14 2023, 9:37 PM
F10773992: D2730.id.diff
May 22 2023, 2:05 AM

Details

Summary
  • Update README
  • Multiple imrpovements to Makefile
  • setup.py: Wrong classifier: license is actually GPLv2
  • Include version in each build
  • Add Doxygen documentation support
  • Add Sphinx documentation support
  • When testing, do not use system-site-packages
  • Fix ACE when # rows is not divisible by CPU count.
  • Python: Make sure the image are returned in RGBA only when the alpha channel is meaningful
  • CMakeLists: allow custom libraries directory
  • compare: fix the expected size for the output image when comparing 2 images with different sizes
  • compare(): fix asserts
  • compare: allow image of different sizes as input

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

Tested with paperwork/paperwork-backend using python-pillow 4.3.0 (current version in the repo) and 5.1.0 (D2726)

Diff Detail

Repository
R1818 libpillowfight
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added inline comments.
package.yml
18

Redundant . ? Surely could just be %cmake -DLIBDIR=lib%LIBSUFFIX% .

This revision is now accepted and ready to land.Jun 10 2018, 2:39 PM
This revision was automatically updated to reflect the committed changes.