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) | |
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) | |
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`
|
2022-11-25 10:56:49 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-cairo: update to 1.22.0.
1.22.0 - 2022-11-19
-------------------
* Officially support Python 3.11 :pr:`285`
* PDFSurface.version_to_string(): Fix crash with negative versions :pr:`279`
* typing: ImageSurface.get_stride() returns an int :pr:`282`
* typing: Fix incorrect interface for Matrix constructor :pr:`271`
* typing: Use Generic for Context :pr:`274`
* docs: some cairo.Context fixes :pr:`276`
* docs: try to make create_from_png/write_to_png more clear :pr:`261`
* docs: add an example for how to convert a surface to pillow :pr:`281`
* docs: cairo.Format.RGB24: document that unused bytes may be overwritten :pr:`289`
* tests: don't depend on specific ref counts :pr:`291`
* tests: compatibility fixes for cairo 1.17.6 :pr:`264`
|
2022-03-30 11:12:01 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-cairo: update to 1.21.0.
1.21.0 - 2022-03-07
-------------------
* Require Python 3.7+ :pr:`250`
* Require meson 0.53+
* Using `setup.py` directly to build/install pycairo is deprecated.
Use meson instead.
* `setup.py` now requires setuptools. Previously it was optional.
* The complete API reference is now included in the typing stubs, so it can be \
consumed/shown by IDEs. :pr:`236` :pr:`252`
|