2020-09-03 17:45:12 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-cairo: update to 1.19.1. 1.19.1 - 2020-02-16 ------------------- * docs: Add moderngl in the integration section. :pr:`174` (:user:`Einar Forselv \ <einarf>`) * Support os.PathLike with PyPy3 >= 7.3.0 1.19.0 - 2020-01-23 ------------------- * Python 2 is no longer supported :pr:`172` * Add machine-readable license statement :pr:`158` (:user:`Maxim Ivanov \ <ulidtko>`) * travis-ci: Manually set sysroot so correct SDK is used (:user:`Stuart Axon \ <stuaxo>`) * Support Python 3.8 on Windows (because of DLL lookup changes) * Fix wrong type for set_dash() offset parameter in the docs/types. |
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message: *: revbump after fontconfig bl3 changes (libuuid removal) |
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message: all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually. |
2019-11-06 13:53:10 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-cairo: update to 1.18.2. 1.18.2 - 2019-10-24 ------------------- * Fix a minor compatibility issue with Python 3.8 (fixes the test suite) |
2019-04-27 20:38:43 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-cairo: update to 1.18.1. 1.18.1 - 2019-04-19 ------------------- * meson: install .egg-info to platlib * meson: fix configure error with meson 0.50 re absolute paths :pr:`145` * PyPy: don't use PyOS_FSPath() with PyPy3.6, it's missing: \ https://bitbucket.org/pypy/pypy/issues/2961 * Docs fixes :pr:`134` (:user:`Matteo Italia <cvtsi2sd>`) |
2018-12-02 10:11:41 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-cairo: update to 1.18.0. 1.18.0 - 2018-11-04 ------------------- Build: * Dropped Python 3.3 support * meson build requires meson >=0.47 (was >=0.46) * Fix various build warnings with GCC8 * meson: Don't link against libpython on non-Windows systems :pr:`120` * meson: Improve support for Visual Studio builds :pr:`121` (:user:`Chun-wei Fan <fanc999>`) * setup.py: Support specifying custom ``--pkgconfigdir`` :pr:`127` (:user:`Michał Górny <mgorny>`) Fixes: * docs: Remove a broken link :pr:`124` (:user:`Nik Nyby <nikolas@gnu.org>`) * typing: Add missing annotations for __enter__/__exit__ :pr:`126` New API: Some are only available when building with newer cairo versions, see the linked API docs for details. * :data:`CAIRO_VERSION`, :data:`CAIRO_VERSION_STRING`, :data:`CAIRO_VERSION_MAJOR`, :data:`CAIRO_VERSION_MINOR`, :data:`CAIRO_VERSION_MICRO` * :attr:`Status.TAG_ERROR`, :attr:`Status.FREETYPE_ERROR`, :attr:`Status.PNG_ERROR`, :attr:`Status.WIN32_GDI_ERROR` * :class:`SVGUnit`, :class:`PDFMetadata`, :class:`PDFOutlineFlags` * :meth:`FontOptions.set_variations`, :meth:`FontOptions.get_variations` * :meth:`Context.tag_begin`, :meth:`Context.tag_end`, :data:`TAG_DEST`, :data:`TAG_LINK` * :meth:`PDFSurface.set_page_label`, :meth:`PDFSurface.set_metadata`, :meth:`PDFSurface.set_thumbnail_size`, :meth:`PDFSurface.add_outline`, :data:`PDF_OUTLINE_ROOT` * :meth:`SVGSurface.set_document_unit`, :meth:`SVGSurface.get_document_unit` * :data:`MIME_TYPE_CCITT_FAX`, :data:`MIME_TYPE_CCITT_FAX_PARAMS`, :data:`MIME_TYPE_EPS`, :data:`MIME_TYPE_EPS_PARAMS`, :data:`MIME_TYPE_JBIG2`, :data:`MIME_TYPE_JBIG2_GLOBAL`, :data:`MIME_TYPE_JBIG2_GLOBAL_ID` |
2018-11-15 11:24:52 by Klaus Klein | Files touched by this commit (1) |
Log message: Restore a PYPKGPREFIX that got expanded in the cairo revbump. |
2018-11-14 23:22:54 by Klaus Klein | Files touched by this commit (1332) | |
Log message: Revbump after cairo 1.16.0 update. |
2018-08-16 14:32:58 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-cairo: update to 1.17.1. 1.17.1 - 2018-07-07 ------------------- * Meson support (>=0.46) |
2018-04-30 08:11:55 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-cairo: Switch to egg.mk and update PLIST for it. For build consistency |