Commit Graph

  • 54fdf1255b Accepting request 1166812 from devel:languages:python factory Ana Guerrero 2024-04-12 15:33:43 +0000
  • 346a2d881f Accepting request 1166748 from home:dgarcia:branches:devel:languages:python Oliver Kurz 2024-04-11 09:42:47 +0000
  • 2e95961e8f Accepting request 1164299 from devel:languages:python Ana Guerrero 2024-04-04 20:24:02 +0000
  • 5c160e4e61 - 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] Dirk Mueller 2024-04-03 08:08:49 +0000
  • fe6a5712cb Accepting request 1140356 from devel:languages:python Ana Guerrero 2024-01-22 19:30:29 +0000
  • 9357c98535 - 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 Steve Kowalik 2024-01-22 06:02:29 +0000
  • 6d33bac13d Accepting request 1129060 from devel:languages:python Ana Guerrero 2023-12-25 18:04:20 +0000
  • dbf7abb7a1 - 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 Dirk Mueller 2023-11-27 08:57:42 +0000
  • 12ff8aed97 Accepting request 1125429 from devel:languages:python Ana Guerrero 2023-11-17 19:48:53 +0000
  • ec3f6ec563 - Add link to cve in changelog: (bsc#1216894, CVE-2023-44271) Daniel Garcia 2023-11-13 09:54:37 +0000
  • 2ae896da0a Accepting request 1112103 from devel:languages:python Ana Guerrero 2023-09-22 19:46:59 +0000
  • 44e0e7058d Accepting request 1112102 from home:ecsos:python Oliver Kurz 2023-09-19 04:51:13 +0000
  • aac574aed8 Accepting request 1101368 from devel:languages:python Dominique Leuenberger 2023-08-07 13:28:47 +0000
  • 721c0d6539 - Add Provides for python-PIL Matej Cepl 2023-07-30 06:55:14 +0000
  • c9172707ce Accepting request 1081810 from devel:languages:python Dominique Leuenberger 2023-04-22 19:59:20 +0000
  • b624dafd44 Accepting request 1081303 from home:dirkmueller:acdc:as_python3_module Oliver Kurz 2023-04-21 14:07:23 +0000
  • 88aad54fd8 Accepting request 1077061 from devel:languages:python Dominique Leuenberger 2023-04-06 13:55:27 +0000
  • c6d024b73c - 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 Dirk Mueller 2023-04-03 20:02:06 +0000
  • 6942a6211d Accepting request 1046168 from devel:languages:python Dominique Leuenberger 2023-01-04 16:50:37 +0000
  • fb43ef0a81 Accepting request 1046152 from home:stroeder:python Markéta Machová 2023-01-02 12:34:35 +0000
  • 5f94c69228 Accepting request 1032325 from devel:languages:python Dominique Leuenberger 2022-10-31 09:44:36 +0000
  • fee7a621df Accepting request 1032267 from home:stroeder:python Matej Cepl 2022-10-30 17:12:14 +0000
  • c0595db3cb Accepting request 986547 from devel:languages:python Dominique Leuenberger 2022-07-05 10:27:02 +0000
  • 2f288d3b84 Accepting request 986295 from home:stroeder:branches:devel:languages:python Oliver Kurz 2022-07-04 07:08:47 +0000
  • ff61aca95b Accepting request 980462 from devel:languages:python Dominique Leuenberger 2022-06-03 12:16:32 +0000
  • 9e35a9d5a1 apply the patch (oops) Markéta Machová 2022-06-02 07:59:12 +0000
  • 2fcadec505 Accepting request 980378 from home:mcalabkova:branches:devel:languages:python Oliver Kurz 2022-06-01 15:44:59 +0000
  • c980471e30 Accepting request 979708 from devel:languages:python Dominique Leuenberger 2022-05-30 10:42:08 +0000
  • d5dc9f519d - update to 9.1.1 (bsc#1199713, CVE-2022-30595): * When reading past the end of a TGA scan line, reduce bytes left. CVE-2022-30595 * Do not open images with zero or negative height #6269 Dirk Mueller 2022-05-29 18:43:20 +0000
  • a85ec27579 Accepting request 967882 from devel:languages:python Dominique Leuenberger 2022-04-23 17:45:16 +0000
  • aeb52a574e - add toml buildrequires Dirk Mueller 2022-04-08 16:51:58 +0000
  • 27ae5684da Accepting request 951391 from devel:languages:python Dominique Leuenberger 2022-02-06 22:53:40 +0000
  • 33df33996c Accepting request 951379 from home:apersaud:branches:devel:languages:python Dirk Mueller 2022-02-03 21:03:07 +0000
  • 645eee0072 Accepting request 943843 from home:bnavigator:branches:devel:languages:python Oliver Kurz 2022-01-04 21:24:59 +0000
  • 87b78bad68 Accepting request 943545 from home:stroeder:python Oliver Kurz 2022-01-04 20:24:58 +0000
  • 50047e8e9c Accepting request 928313 from devel:languages:python Dominique Leuenberger 2021-11-03 16:25:25 +0000
  • 7f3ac5bbb8 - update to 8.4.0: - Prefer global transparency in GIF when replacing with background color #5756 - Added "exif" keyword argument to TIFF saving #5575 - Copy Python palette to new image in quantize() #5696 - Read ICO AND mask from end #5667 - Actually check the framesize in FliDecode.c #5659 - Determine JPEG2000 mode purely from ihdr header box #5654 - Fixed using info dictionary when writing multiple APNG frames #5611 - Allow saving 1 and L mode TIFF with PhotometricInterpretation 0 #5655 - For GIF save_all with palette, do not include palette with each frame #5603 - Keep transparency when converting from P to LA or PA #5606 - Copy palette to new image in transform() #5647 - Added "transparency" argument to EpsImagePlugin load() #5620 - Corrected pathlib.Path detection when saving #5633 - Added WalImageFile class #5618 - Consider I;16 pixel size when drawing text #5598 - If default conversion from P is RGB with transparency, convert to RGBA #5594 - Speed up rotating square images by 90 or 270 degrees #5646 - Add support for reading DPI information from JPEG2000 images - Catch TypeError from corrupted DPI value in EXIF #5639 - Do not close file pointer when saving SGI images #5645 - Deprecate ImagePalette size parameter #5641 - Prefer command line tools SDK on macOS #5624 Dirk Mueller 2021-10-30 20:30:47 +0000
  • 2f331a375d Accepting request 918469 from devel:languages:python Dominique Leuenberger 2021-09-16 21:14:34 +0000
  • 9a5e2e28f3 Accepting request 916926 from home:apersaud:branches:devel:languages:python Oliver Kurz 2021-09-11 19:53:42 +0000
  • 72a06018b2 Accepting request 907720 from devel:languages:python Dominique Leuenberger 2021-07-23 21:41:13 +0000
  • ea1a821f2d Fix changes Matej Cepl 2021-07-22 11:34:17 +0000
  • 52f09f14f8 Accepting request 904590 from devel:languages:python Dominique Leuenberger 2021-07-10 20:54:06 +0000
  • ef645ab55a Accepting request 904583 from home:stroeder:python Markéta Machová 2021-07-07 12:46:49 +0000
  • 3fb565ad45 Accepting request 903891 from home:apersaud:branches:devel:languages:python Oliver Kurz 2021-07-04 06:42:01 +0000
  • a887c75f78 Accepting request 883028 from devel:languages:python Richard Brown 2021-04-08 19:02:02 +0000
  • 71b9f4a86e Accepting request 882938 from home:apersaud:branches:devel:languages:python Oliver Kurz 2021-04-05 11:29:59 +0000
  • 82baaadd8b Accepting request 877608 from devel:languages:python Dominique Leuenberger 2021-03-12 12:30:58 +0000
  • 7c89a5f063 - update to 8.1.2: - Fix Memory DOS in BLP (CVE-2021-27921), ICNS (CVE-2021-27922) and ICO (CVE-2021-27923) Image Plugins Dirk Mueller 2021-03-08 09:01:22 +0000
  • addcb73563 - Fix rpmlint warning about duplicate file definition - Fix package build by relying on %python_subpackages for Obsoletes/Conflicts (bsc#1181281) Dirk Mueller 2021-03-08 09:00:43 +0000
  • f8e8b2c3ae Accepting request 876407 from system:homeautomation:home-assistant:unstable Oliver Kurz 2021-03-03 15:40:24 +0000
  • 40082a6e1d Accepting request 867671 from devel:languages:python Dominique Leuenberger 2021-02-01 12:27:08 +0000
  • 05eff3008a Accepting request 867517 from home:okurz:branches:devel:languages:python Markéta Machová 2021-01-29 09:45:23 +0000
  • fab80212fb - update to 8.1.0 (bsc#1180833, bsc#1180834, bsc#1180832): * Fix TIFF OOB Write error. CVE-2020-35654 * Fix for Read Overflow in PCX Decoding. CVE-2020-35653 * Fix for SGI Decode buffer overrun. CVE-2020-35655 * Fix OOB Read when saving GIF of xsize=1 * Makefile updates * Add support for PySide6 * Use disposal settings from previous frame in APNG * Added exception explaining that _repr_png_ saves to PNG * Use previous disposal method in GIF load_end * Allow putpalette to accept 1024 integers to include alpha values * Fix OOB Read when writing TIFF with custom Metadata * Added append_images support for ICO * Block TIFFTAG_SUBIFD * Fixed dereferencing potential null pointers * Deprecate FreeType 2.7 * Moved warning to end of execution * Removed unused fromstring and tostring C methods * init() if one of the formats is unrecognised * Moved string_dimension CVE image to pillow-depends * Support raw rgba8888 for DDS - drop patches python-Pillow-tiff-4.2.0.patch python-Pillow-tiff-fix-oob-read.patch (upstream) Dirk Mueller 2021-01-24 11:11:17 +0000
  • 006d6b1124 Accepting request 859431 from devel:languages:python Dominique Leuenberger 2020-12-31 08:59:00 +0000
  • 5d7ef421df Accepting request 859409 from home:pgajdos:python Matej Cepl 2020-12-30 14:03:15 +0000
  • 60fab170ab Accepting request 848972 from devel:languages:python Dominique Leuenberger 2020-12-12 19:28:32 +0000
  • 902382c33f Accepting request 848744 from home:apersaud:branches:devel:languages:python Matej Cepl 2020-11-16 21:01:05 +0000
  • 7f25b2f248 Accepting request 846884 from devel:languages:python Dominique Leuenberger 2020-11-12 21:36:39 +0000
  • 0253c80bd0 Accepting request 846840 from home:gmbr3:Active Matej Cepl 2020-11-07 23:40:43 +0000
  • b33685d9bf Accepting request 827807 from devel:languages:python Dominique Leuenberger 2020-08-25 10:38:13 +0000
  • 3e5c94a346 - Fix build on leap and do not pull in the pytest-runner Tomáš Chvátal 2020-08-19 09:35:06 +0000
  • 3ec0ca2240 Accepting request 824544 from devel:languages:python Dominique Leuenberger 2020-08-06 15:32:28 +0000
  • 47e54848ed - Remove dependency on pytest-runner as it is unnecessary Matej Cepl 2020-08-05 18:37:55 +0000
  • 40e5342fc1 Accepting request 820507 from devel:languages:python Dominique Leuenberger 2020-07-15 10:08:46 +0000
  • 6c9ec8821a Accepting request 820450 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2020-07-12 06:35:51 +0000
  • e5c53edf9f Accepting request 799155 from devel:languages:python Dominique Leuenberger 2020-05-01 09:07:10 +0000
  • 1f3464d694 - Update to 7.1.2: * This fixes a regression introduced in 7.1.0 when adding support for APNG files. * When calling seek(n) on a regular PNG where n > 0, it failed to raise an EOFError as it should have done Tomáš Chvátal 2020-04-30 08:50:26 +0000
  • 7864c5a7d3 Accepting request 793245 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2020-04-12 07:32:47 +0000
  • 47204eb1dc Accepting request 760864 from home:apersaud:branches:devel:languages:python Oliver Kurz 2020-01-05 18:31:32 +0000
  • 57a09813e8 Accepting request 746499 from devel:languages:python Dominique Leuenberger 2019-11-22 09:21:31 +0000
  • cdeda45ed7 - Update to 6.2.1: * Pillow 6.2.1 supports Python 3.8. - Skip stroke tests as they both fail Tomáš Chvátal 2019-11-08 08:03:22 +0000
  • a300f1f824 Accepting request 713832 from devel:languages:python Dominique Leuenberger 2019-07-08 13:04:13 +0000
  • eebd2f624e Accepting request 713760 from home:apersaud:branches:devel:languages:python Oliver Kurz 2019-07-07 10:23:10 +0000
  • 844c99e6b3 Accepting request 713193 from home:okurz:branches:devel:languages:python Tomáš Chvátal 2019-07-03 10:17:36 +0000
  • 95899d889a Accepting request 708871 from devel:languages:python Dominique Leuenberger 2019-06-18 12:48:11 +0000
  • 88923e43e2 Accepting request 708861 from home:okurz:branches:devel:languages:python Matej Cepl 2019-06-09 20:08:04 +0000
  • e28efd3b6b - Fix if/else for arch check (skip some tests on some architectures). Matej Cepl 2019-06-09 20:07:24 +0000
  • 6f3979a781 Accepting request 708816 from home:okurz:branches:devel:languages:python Matej Cepl 2019-06-09 16:55:53 +0000
  • bfab552da3 Accepting request 691779 from devel:languages:python Dominique Leuenberger 2019-04-09 18:17:34 +0000
  • 66fb3a3917 - Add dependency on libimagequant - Fix fdupes Tomáš Chvátal 2019-04-05 11:00:31 +0000
  • 2a1d6a8c09 - Update to 6.0.0: * Python 2.7 support will be removed in Pillow 7.0.0 #3682 [hugovk] * Add EXIF class #3625 [radarhere] * Add ImageOps exif_transpose method #3687 [radarhere] * Added warnings to deprecated CMSProfile attributes #3615 [hugovk] * Documented reading TIFF multiframe images #3720 [akuchling] * Improved speed of opening an MPO file #3658 [Glandos] * Update palette in quantize #3721 [radarhere] * Improvements to TIFF is_animated and n_frames #3714 [radarhere] * Fixed incompatible pointer type warnings #3754 [radarhere] * Improvements to PA and LA conversion and palette operations #3728 [radarhere] * Consistent DPI rounding #3709 [radarhere] * Change size of MPO image to match frame #3588 [radarhere] * Read Photoshop resolution data #3701 [radarhere] * Ensure image is mutable before saving #3724 [radarhere] * Correct remap_palette documentation #3740 [radarhere] * Promote P images to PA in putalpha #3726 [radarhere] * Allow RGB and RGBA values for new P images #3719 [radarhere] * Fixed TIFF bug when seeking backwards and then forwards #3713 [radarhere] * Cache EXIF information #3498 [Glandos] * Added transparency for all PNG greyscale modes #3744 [radarhere] * Fix deprecation warnings in Python 3.8 #3749 [radarhere] * Fixed GIF bug when rewinding to a non-zero frame #3716 [radarhere] * Only close original fp in __del__ and __exit__ if original fp is exclusive #3683 [radarhere] * Fix BytesWarning in Tests/test_numpy.py #3725 [jdufresne] * Add missing MIME types and extensions #3520 [pirate486743186] * Add I;16 PNG save #3566 [radarhere] * Add support for BMP RGBA bitfield compression #3705 [radarhere] * Added ability to set language for text rendering #3693 [iwsfutcmd] * Only close exclusive fp on Image __exit__ #3698 [radarhere] Tomáš Chvátal 2019-04-05 10:55:10 +0000
  • 9c644b74f3 Accepting request 663293 from devel:languages:python Dominique Leuenberger 2019-01-08 11:17:20 +0000
  • 420835038b Accepting request 663220 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2019-01-07 08:51:19 +0000
  • e11936b32b Accepting request 655609 from devel:languages:python Dominique Leuenberger 2018-12-14 19:46:07 +0000
  • eb8049372c - Fix fdupes call - Fix some version conditionals Tomáš Chvátal 2018-12-06 12:18:31 +0000
  • 108535969c Accepting request 640655 from devel:languages:python Dominique Leuenberger 2018-10-12 11:09:20 +0000
  • e7e3fcc8f2 Accepting request 640649 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2018-10-08 15:26:35 +0000
  • 2cc40546cf Accepting request 620187 from devel:languages:python Dominique Leuenberger 2018-07-07 19:56:24 +0000
  • 2335e92dd2 Accepting request 620095 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2018-07-02 09:27:10 +0000
  • c9003ac63f Accepting request 594619 from devel:languages:python Dominique Leuenberger 2018-04-16 10:44:43 +0000
  • 2ae013d914 Accepting request 594555 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2018-04-08 06:43:57 +0000
  • 95c1fc8a7c Accepting request 564507 from devel:languages:python Dominique Leuenberger 2018-01-20 10:24:35 +0000
  • b92cfff251 - Fix build fails on i586 and ppc and others: * pillow-non-iterable.patch Tomáš Chvátal 2018-01-15 10:01:38 +0000
  • f699f78741 Accepting request 563835 from devel:languages:python Dominique Leuenberger 2018-01-13 20:35:35 +0000
  • dbd8592b59 Accepting request 563830 from home:namtrac:branches:devel:languages:python Tomáš Chvátal 2018-01-12 12:59:12 +0000
  • d5e583f63a - Remove other distro conditions as they can't use singlespec really - Version update to 5.0.0: * Docs: Added docstrings from documentation #2914 [radarhere] * Test: Switch from nose to pytest #2815 [hugovk] * Rework Source directory layout, preventing accidental import of PIL. #2911 [wiredfool] * Dynamically link libraqm #2753 [wiredfool] * Removed scripts directory #2901 [wiredfool] * TIFF: Run all compressed tiffs through libtiff decoder #2899 [wiredfool] * GIF: Add disposal option when saving GIFs #2902 [linnil1, wiredfool] * EPS: Allow for an empty line in EPS header data #2903 [radarhere] * PNG: Add support for sRGB and cHRM chunks, permit sRGB when no iCCP chunk present #2898 [wiredfool] * Dependencies: Update Tk Tcl to 8.6.8 #2905 [radarhere] * Decompression bomb error now raised for images 2x larger than a decompression bomb warning #2583 [wiredfool] * Test: avoid random failure in test_effect_noise #2894 [hugovk] * Increased epsilon for test_file_eps.py:test_showpage due to Arch update. #2896 [wiredfool] * Removed check parameter from _save in BmpImagePlugin, PngImagePlugin, ImImagePlugin, PalmImagePlugin, and PcxImagePlugin. #2873 [radarhere] * Make PngImagePlugin.add_text() zip argument type bool #2890 [jdufresne] * Depends: Updated libwebp to 0.6.1 #2880 [radarhere] * Remove unnecessary bool() calls in Image.registered_extensions and skipKnownBadTests #2891 [jdufresne] * Fix count of BITSPERSAMPLE items in broken TIFF files #2883 [homm] * Fillcolor parameter for Image.Transform #2852 [wiredfool] * Test: Display differences for test failures #2862 [wiredfool] * Added executable flag to file with shebang line #2884 [radarhere] * Setup: Specify compatible Python versions for pip #2877 [hugovk] * Dependencies: Updated libimagequant to 2.11.4 #2878 [radarhere] * Setup: Warn if trying to install for Py3.7 on Windows #2855 [hugovk] * Doc: Fonts can be loaded from a file-like object, not just filename #2861 [robin-norwood] * Add eog support for Ubuntu Image Viewer #2864 [NafisFaysal] * Test: Test on 3.7-dev on Travis.ci #2870 [hugovk] * Dependencies: Update libtiff to 4.0.9 #2871 [radarhere] Tomáš Chvátal 2018-01-10 14:05:00 +0000
  • ce9db576ef Accepting request 518130 from devel:languages:python Dominique Leuenberger 2017-08-29 09:37:16 +0000
  • efebda8610 Accepting request 518118 from home:tbechtold:branches:devel:languages:python Thomas Bechtold 2017-08-22 13:21:15 +0000
  • cb624450b5 Accepting request 517892 from home:tbechtold:branches:devel:languages:python Jan Matejek 2017-08-21 12:25:16 +0000
  • dc64aee390 Accepting request 516638 from devel:languages:python Dominique Leuenberger 2017-08-17 09:43:27 +0000