Imported Upstream version 3.29.3 upstream/3.29.3
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 30 Oct 2018 01:30:32 +0000 (10:30 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 30 Oct 2018 01:30:32 +0000 (10:30 +0900)
commit75167a7461b05c8237d1e5acc5ab794e12e41d0e
treeb90cffd065facf79eb667d37630ae46eb9ddb745
parent513c8411077bae522d73efd3011482550944f63c
Imported Upstream version 3.29.3
37 files changed:
.gitlab-ci.yml
.gitlab-ci/Dockerfile
.gitlab-ci/run-docker.sh
.gitlab-ci/test-docker.sh
.gitlab-ci/test-flatpak.sh [new file with mode: 0755]
.gitlab-ci/test-msys2.sh
NEWS
PKG-INFO
PyGObject.egg-info/PKG-INFO
PyGObject.egg-info/SOURCES.txt
docs/getting_started.rst
gi/_gtktemplate.py
gi/overrides/GObject.py
gi/overrides/GdkPixbuf.py [new file with mode: 0644]
gi/overrides/Gio.py
gi/overrides/Gtk.py
gi/overrides/meson.build
gi/pygi-argument.c
gi/pygi-basictype.c
gi/pygi-info.c
gi/pygobject-object.c
meson.build
setup.cfg
setup.py
subprojects/glib.wrap
subprojects/pycairo.wrap [new file with mode: 0644]
tests/__init__.py
tests/conftest.py
tests/meson.build
tests/test_cairo.py
tests/test_everything.py
tests/test_gi.py
tests/test_gobject.py
tests/test_gtk_template.py
tests/test_overrides_gdkpixbuf.py [new file with mode: 0644]
tests/test_source.py
tools/pygi-convert.sh