From: DongHun Kwak Date: Tue, 11 Jul 2017 23:49:16 +0000 (+0900) Subject: Imported Upstream version 3.8.0 X-Git-Tag: upstream/3.9.92~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F138319%2F1;p=platform%2Fupstream%2Fpygobject2.git Imported Upstream version 3.8.0 Change-Id: I179f198929cfda62419fd38ea2427ce1ea2ca059 Signed-off-by: DongHun Kwak --- diff --git a/ChangeLog b/ChangeLog index 3e6d5c1..4dcf17e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +commit 5f82e007e2dcdbfd82a20d8c4d54f9cd7b3b77ac +Author: Martin Pitt +Date: Mon Mar 25 08:12:10 2013 +0100 + + release 3.8.0 + + NEWS | 4 ++++ + 1 file changed, 4 insertions(+) + +commit bb4fa093d59173f68a0b16e10016bafe7cd18f62 +Author: Simon Feltman +Date: Wed Mar 20 23:45:01 2013 -0700 + + tests: Fix incorrect assumption when testing pyglib version + + Replace version test of 3.7.2 with 3.0.0 as it is the only reasonable + value that can be used for a future proof unittest here. + + tests/test_glib.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 78b7b0bea3068b81ba67deea4d06b1fb27434841 +Author: Martin Pitt +Date: Mon Mar 18 14:02:29 2013 +0100 + + configure.ac: post-release bump to 3.8.0 + + configure.ac | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit defbd63e95faafaa84230f160bc95dad0f55e37d +Author: Martin Pitt +Date: Mon Mar 18 14:01:05 2013 +0100 + + release 3.7.92 + + NEWS | 18 ++++++++++++++++++ + 1 file changed, 18 insertions(+) + commit a0844a896603c5c91bed24cf94106765f0ced74e Author: Simon Feltman Date: Sun Mar 17 23:22:38 2013 -0700 diff --git a/NEWS b/NEWS index 0d3ac88..dbe1027 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +3.8.0 25-Mar-2013 + - tests: Fix incorrect assumption when testing pyglib version + (Simon Feltman) + 3.7.92 18-Mar-2013 - Fix stack smasher when marshaling enums as a vfunc return value (Simon Feltman) (#637832) diff --git a/PKG-INFO b/PKG-INFO index e8659bc..3badb54 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyGObject -Version: 3.7.92 +Version: 3.8.0 Summary: Python bindings for GObject Home-page: http://www.pygtk.org/ Author: James Henstridge @@ -8,7 +8,7 @@ Author-email: james@daa.com.au Maintainer: Johan Dahlin Maintainer-email: johan@gnome.org License: GNU LGPL -Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/3.7/pygobject-3.7.92.tar.gz +Download-url: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/3.8/pygobject-3.8.0.tar.gz Description: Python bindings for GLib and GObject Platform: POSIX, Windows Classifier: Development Status :: 5 - Production/Stable diff --git a/configure b/configure index 4d4f13e..19d32dd 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for pygobject 3.7.92. +# Generated by GNU Autoconf 2.69 for pygobject 3.8.0. # # Report bugs to . # @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pygobject' PACKAGE_TARNAME='pygobject' -PACKAGE_VERSION='3.7.92' -PACKAGE_STRING='pygobject 3.7.92' +PACKAGE_VERSION='3.8.0' +PACKAGE_STRING='pygobject 3.8.0' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pygobject' PACKAGE_URL='https://live.gnome.org/PyGObject/' @@ -1394,7 +1394,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures pygobject 3.7.92 to adapt to many kinds of systems. +\`configure' configures pygobject 3.8.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1464,7 +1464,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pygobject 3.7.92:";; + short | recursive ) echo "Configuration of pygobject 3.8.0:";; esac cat <<\_ACEOF @@ -1599,7 +1599,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pygobject configure 3.7.92 +pygobject configure 3.8.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1877,7 +1877,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pygobject $as_me 3.7.92, which was +It was created by pygobject $as_me 3.8.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2236,14 +2236,14 @@ $as_echo "#define PYGOBJECT_MAJOR_VERSION 3" >>confdefs.h PYGOBJECT_MAJOR_VERSION=3 -$as_echo "#define PYGOBJECT_MINOR_VERSION 7" >>confdefs.h +$as_echo "#define PYGOBJECT_MINOR_VERSION 8" >>confdefs.h -PYGOBJECT_MINOR_VERSION=7 +PYGOBJECT_MINOR_VERSION=8 -$as_echo "#define PYGOBJECT_MICRO_VERSION 92" >>confdefs.h +$as_echo "#define PYGOBJECT_MICRO_VERSION 0" >>confdefs.h -PYGOBJECT_MICRO_VERSION=92 +PYGOBJECT_MICRO_VERSION=0 ac_config_headers="$ac_config_headers config.h" @@ -2754,7 +2754,7 @@ fi # Define the identity of the package. PACKAGE='pygobject' - VERSION='3.7.92' + VERSION='3.8.0' cat >>confdefs.h <<_ACEOF @@ -15264,7 +15264,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pygobject $as_me 3.7.92, which was +This file was extended by pygobject $as_me 3.8.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15331,7 +15331,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pygobject config.status 3.7.92 +pygobject config.status 3.8.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 4e27713..6ad4059 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ m4_define(python3_min_ver, 3.1) dnl the pygobject version number m4_define(pygobject_major_version, 3) -m4_define(pygobject_minor_version, 7) -m4_define(pygobject_micro_version, 92) +m4_define(pygobject_minor_version, 8) +m4_define(pygobject_micro_version, 0) m4_define(pygobject_version, pygobject_major_version.pygobject_minor_version.pygobject_micro_version) dnl versions of packages we require ... diff --git a/tests/test_glib.py b/tests/test_glib.py index 9ef60e4..3cde168 100644 --- a/tests/test_glib.py +++ b/tests/test_glib.py @@ -202,5 +202,5 @@ https://my.org/q?x=1&y=2 def test_pyglib_version(self): (major, minor, micro) = GLib.pyglib_version self.assertGreaterEqual(major, 3) - self.assertGreaterEqual(minor, 7) - self.assertGreaterEqual(micro, 2) + self.assertGreaterEqual(minor, 0) + self.assertGreaterEqual(micro, 0)