commit 9580b2f1e447cea2d50f8ab83a715b29e4e862e6 Author: Christoph Reiter Date: Tue Sep 12 08:25:25 2017 +0200 configure.ac: pre-release version bump to 3.26.0 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a541a916ce798cd779ed17f015f6902e66c4454c Author: Christoph Reiter Date: Fri Aug 25 18:21:47 2017 +0200 closure: silence a new compiler warning gcc7 has started to warn for fallthrough in switch. Prevent this by duplicating the default case + break. gi/pygi-closure.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit c0e42240cd72c012a740f26dc3fb0eef98328110 Author: Christoph Reiter Date: Fri Aug 25 18:17:33 2017 +0200 tests: skip some failing test under Windows with Python 3.6 Python 3.6 has changed the default filesystem encoding on Windows from mbcs to utf-8. Some tests assume mbcs, so skip them for now. tests/test_gi.py | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) commit 0fe781efdd46386f7c373b6073d30411025e2854 Author: Christoph Reiter Date: Tue Aug 22 13:02:43 2017 +0200 tests: pyflakes/pep8 fixes Make Python 3 pyflakes work by adding Python 2 builtins through PYFLAKES_BUILTINS. Makefile.am | 4 ++-- tests/test_import_machinery.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit 20430e87c66b03ac05fbab8283a3771ce8364ad8 Author: Christoph Reiter Date: Fri Jun 9 13:13:57 2017 +0200 tests: Fix cairo test with pycairo >= 1.13 All pycairo functions now return an enum value which type is an int subclass. Remove the overly strict check for the return value type. tests/test_cairo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9cbf370d0034bffa60be67f6d47eee94e4045c18 Author: Benjamin Berg Date: Fri Apr 21 13:35:05 2017 +0200 Make sure version information passed to require_version is a string. This simply makes it easier for someone to find an error in cases where a floating point is passed by accident. https://bugzilla.gnome.org/show_bug.cgi?id=781582 gi/__init__.py | 7 +++++++ tests/test_import_machinery.py | 12 ++++++++++++ 2 files changed, 19 insertions(+) commit 5e2bb06086c6bfa2bcb1a47f4c963d336630d12e Author: Christoph Reiter Date: Sat Apr 22 15:56:37 2017 +0200 configure.ac: post-release version bump to 3.25.2 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 31d7e92a24400a5d03f05912fdd8fd625082a837 Author: Christoph Reiter Date: Fri Apr 21 18:30:12 2017 +0200 release 3.25.1 NEWS | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 60 insertions(+), 1 deletion(-)