pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-cairo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec  2 09:11:41 UTC 2018

Modified Files:
        pkgsrc/graphics/py-cairo: Makefile distinfo

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@localhost>`)
  * 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`


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/py-cairo/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/py-cairo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-cairo/Makefile
diff -u pkgsrc/graphics/py-cairo/Makefile:1.59 pkgsrc/graphics/py-cairo/Makefile:1.60
--- pkgsrc/graphics/py-cairo/Makefile:1.59      Wed Nov 14 22:21:45 2018
+++ pkgsrc/graphics/py-cairo/Makefile   Sun Dec  2 09:11:41 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2018/11/14 22:21:45 kleink Exp $
+# $NetBSD: Makefile,v 1.60 2018/12/02 09:11:41 wiz Exp $
 
-DISTNAME=              pycairo-1.17.1
+DISTNAME=              pycairo-1.18.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=           1
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=pygobject/}
 GITHUB_PROJECT=                pycairo

Index: pkgsrc/graphics/py-cairo/distinfo
diff -u pkgsrc/graphics/py-cairo/distinfo:1.23 pkgsrc/graphics/py-cairo/distinfo:1.24
--- pkgsrc/graphics/py-cairo/distinfo:1.23      Thu Aug 16 12:32:58 2018
+++ pkgsrc/graphics/py-cairo/distinfo   Sun Dec  2 09:11:41 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2018/08/16 12:32:58 wiz Exp $
+$NetBSD: distinfo,v 1.24 2018/12/02 09:11:41 wiz Exp $
 
-SHA1 (pycairo-1.17.1.tar.gz) = 474bc2e6316f5ce8b0371fff07c6121f5e17f79f
-RMD160 (pycairo-1.17.1.tar.gz) = 46c562fad05a9565df2940085ec27e335400ec52
-SHA512 (pycairo-1.17.1.tar.gz) = b6a6af4afa4ac92020b375a72e6f8a7981e6628d4e68877a7fd08bd8ae3835063000b16214d84a40aff4c6b4cf0937236724631ae6dac368a9db0bf3837063fe
-Size (pycairo-1.17.1.tar.gz) = 194388 bytes
+SHA1 (pycairo-1.18.0.tar.gz) = 9bbfcbd1e31e9ce47cc8d689d2bfb386834c3b44
+RMD160 (pycairo-1.18.0.tar.gz) = 0e5f6d6c9be9b7a58ac74b4b2dbee802e07e8d8a
+SHA512 (pycairo-1.18.0.tar.gz) = 29af1eff8fc3ca942c6d7fcda8e5e004f01d1bfdab911f4ebb34213520922cf35c12d07bd18fe74a2c6d3c7f5a1aefd7fb5fe9b7cd310e6707b7451d5d5e18b0
+Size (pycairo-1.18.0.tar.gz) = 202140 bytes



Home | Main Index | Thread Index | Old Index