Imported Upstream version 1.15.1 upstream/1.15.1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 31 Oct 2018 02:17:09 +0000 (11:17 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 31 Oct 2018 02:17:09 +0000 (11:17 +0900)
commit03a95df5070d4dcb7017e4ff8cc251757d1fdbb0
tree7840966a6061c365c6cabc5d066d0e19a2c5c043
parentdcead68af4ff5878dea435617dcac3c5ffb136d8
Imported Upstream version 1.15.1
36 files changed:
NEWS
PKG-INFO
README.rst
cairo/cairomodule.c
cairo/compat.h
cairo/context.c
cairo/device.c
cairo/font.c
cairo/glyph.c
cairo/matrix.c
cairo/misc.c
cairo/path.c
cairo/private.h
cairo/region.c
cairo/surface.c
docs/reference/constants.rst
docs/reference/devices.rst
docs/reference/surfaces.rst
setup.cfg
setup.py
tests/__init__.py [new file with mode: 0644]
tests/hypothesis_fspaths.py [new file with mode: 0644]
tests/test_api.py
tests/test_context.py
tests/test_device.py
tests/test_enums.py
tests/test_error.py
tests/test_font.py
tests/test_glyph.py
tests/test_hypothesis.py
tests/test_matrix.py [new file with mode: 0644]
tests/test_path.py [new file with mode: 0644]
tests/test_pattern.py
tests/test_region.py
tests/test_surface.py
tests/test_surface_numpy.py