[Bug 563903] as-python should check for newer pythons too

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 31 10:58:29 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=563903
  GStreamer | common | git

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-10-31 17:58:25 UTC ---
Committed this to common and core now, let's see what it breaks:


commit cb3afe73b85415a15c8d540702f2afc00678c909
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Wed Oct 31 17:48:43 2012 +0000

    gst-plugin-docs.m4: bump python requirement from 2.1 to 2.7

commit f76c9d0bacf3f1c070416b5d8a39b516721c005e
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Wed Oct 31 00:24:14 2012 +0000

    plugin docs: make misc pythons scripts work with python3

     - print is a function now
     - foo.has_key(bar) -> bar in foo
     - raise err, text -> raise err(text)
     - uncode strings vs. bytes

    https://bugzilla.gnome.org/show_bug.cgi?id=563903

commit cad6cfe02a1a69d691de342b967fb7b6e33db0fb
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Sat Oct 27 15:39:57 2012 +0100

    m4: AG_GST_PLUGIN_DOCS: use AM_PYTHON_PATH instead of our AS_PATH_PYTHON

    And make the minimum python version argument optional since it's
    for our own python code in common.

    https://bugzilla.gnome.org/show_bug.cgi?id=563903


commit d90d5acdc62ab82620c9b8576b80600b2516944f
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Wed Oct 31 17:37:37 2012 +0000

    configure: let AG_GST_PLUGIN_DOCS check for python

    And update common for move from AS_PATH_PYTHON to AM_PATH_PYTHON,
    which as a side-effect should pick up newer python versions as well.

    https://bugzilla.gnome.org/show_bug.cgi?id=563903

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list