2023-11-14 17:05:46 by Thomas Klausner | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-cairo: update to 1.25.1.
1.25.1 - 2023-10-21
-------------------
* Fix a crash with pypy3.10 :pr:`344`
* Fix the build with CPython 3.13.0a1 :pr:`343`
.. _v1.25.0:
1.25.0 - 2023-09-26
-------------------
* Update to cairo 1.18.0 for the Windows wheel
* Provide a Windows arm64 wheel
* New APIs:
* :attr:`Status.SVG_FONT_ERROR` :pr:`334`
* :meth:`FontOptions.get_color_mode`, :meth:`FontOptions.set_color_mode`, \
:class:`ColorMode` :pr:`336`
* :meth:`FontOptions.set_color_palette`, \
:meth:`FontOptions.get_color_palette`, :attr:`COLOR_PALETTE_DEFAULT` :pr:`338`
* :meth:`FontOptions.set_custom_palette_color`, \
:meth:`FontOptions.get_custom_palette_color` :pr:`339`
* :attr:`TAG_CONTENT`, :attr:`TAG_CONTENT_REF` :pr:`340`
* :meth:`Pattern.get_dither`, :meth:`Pattern.set_dither`, :class:`Dither` :pr:`341`
|
2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145) |
Log message:
*: recursive bump for cairo dependency changes
|
2023-11-13 11:13:28 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-cairo: fix revbump
|
2023-11-13 10:20:02 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-cairo: Revert broken revbump.
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-20 15:41:25 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
py-cairo: Fix PLIST divergence
meson-1.2.0 compiles all .py files.
|
2023-06-28 11:12:20 by Thomas Klausner | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-cairo: update to 1.24.0.
1.24.0 - 2023-06-19
-------------------
* Dropped Python 3.7 support
* Bumped meson version requirement from 0.53.0 to 0.56.0
* Various cairo dependency updates for the Windows wheel build
* examples: update to GTK4 :pr:`307`
* examples: add a clip_image example :pr:`316`
* docs: fix the build with Sphinx 6 :pr:`318`
* Various code cleanups :pr:`306`
* Added Python 3.12 Windows wheels
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2022-11-28 19:12:15 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-cairo: updated to 1.23.0
1.23.0 - 2022-11-28
-------------------
* git: changed default branch from "master" to "main"
* Windows: Update the cairo version included in the wheels from 1.17.2 to 1.17.6
* docs: Document how to look up pycairo headers without loading the module
* tests: don't error out if cairo wasn't built with all features
* New APIs:
* :attr:`Status.DWRITE_ERROR`
* :attr:`Format.RGB96F`, :attr:`Format.RGBA128F`
* :attr:`PDFVersion.VERSION_1_6`, :attr:`PDFVersion.VERSION_1_7`
* :attr:`HAS_DWRITE_FONT`
* :meth:`Context.set_hairline`, :meth:`Context.get_hairline`
* :meth:`PDFSurface.set_custom_metadata`
|