UbuntuUpdates.org

Package "python-ubuntu-sso-client"

Name: python-ubuntu-sso-client

Description:

Ubuntu Single Sign-On client - Python library

Latest version: 3.0.0-0ubuntu1
Release: precise (12.04)
Level: base
Repository: main
Head package: ubuntu-sso-client

Links


Download "python-ubuntu-sso-client"


Other versions of "python-ubuntu-sso-client" in Precise

Repository Area Version
updates main 3.0.2-0ubuntu3

Changelog

Version: 2.99.90-0ubuntu1 2012-03-06 22:04:02 UTC

ubuntu-sso-client (2.99.90-0ubuntu1) precise; urgency=low

  * New upstream release:
    [ Diego Sarmentero ]
      - Hide the errors label on refresh captcha (LP: #947202).
      - Changed the name of the function assigned to the lambda that is called
        on passwordChanged signal from reset_password_page (LP: #945080).
      - Made on_user_validated also emit stopProcessing so callers can hide
        any processing overlay they are showing (LP: #945094).
      - Fixed: Qt UI: there is not loading overvaly while validating an
        email address (LP: #944767).
      - Fixed: Qt UI: clicking on the "Set Up Account" button takes me
        instantly to the verification page, even if there are form errors
        (LP: #934502).
      - Fix: [UIFe] Improve the display of errors in the Qt UI (LP: #938604).
      - Fixed: The header in the pages is above the overlay (LP: #934523).
      - Fixed: [UIFE] The padding of the wizard pages in the Qt UI is not
        correct (LP: #934519).
    [ Manuel de la Pena ]
      - Ensure that the strings used in sso do not have "ubuntu one" in them
        (LP: #933729).
      - Ensure that the strings used are the ones provided by design
        (LP: #937905).
      - Added the dialog that will be used to show that a certificate has issues
        (LP: #933729).
    [ Natalia B. Bidart ]
      - Add proper titles and subtitles for the Login and Forgot password
        pages (LP: #945061).
      - Made UI modules to setup the gui logging logger (LP: #947469).
      - Fallback to the GTK+ UI when the specified ui_executable does
        not exist (LP: #939821).
      - Move the 'choose sign in page' to client code (U1 control panel
        in this case) (LP: #933576).
      - Do not mask ImportError by importing inside a function (LP: #939173).
      - No more strings coming up from the Designer ui files (LP: #938626).
    [ Roberto Alsina ]
      - Made the network detection code return ONLINE if NM is not available
        (but still UNKNOWN if it's available and fails) (LP: #939703).
  * debian/control:
    - Updated Standards-Version to 3.9.93.
  * debian/watch:
    - Updated to fetch latest milestone.
  * Removed patches which were included upstream.

 -- Natalia Bidart (nessita) Tue, 06 Mar 2012 15:57:56 -0300

Source diff to previous version
939173 ubuntu-sso-login crashed with ImportError in start_setup(): No module named qt
938626 QT UI: strings in generated _ui.py are no longer marked for translation

Version: 2.99.5-0ubuntu2 2012-02-23 16:03:24 UTC

ubuntu-sso-client (2.99.5-0ubuntu2) precise; urgency=low

  * debian/patches/fix-939173.patch:
    - Do not mask ImportError by importing inside a function (LP: #939173).

 -- Natalia Bidart (nessita) Thu, 23 Feb 2012 10:50:43 -0300

Source diff to previous version
939173 ubuntu-sso-login crashed with ImportError in start_setup(): No module named qt

Version: 2.99.5-0ubuntu1 2012-02-23 02:03:48 UTC

ubuntu-sso-client (2.99.5-0ubuntu1) precise; urgency=low

  * New upstream release:
    - Captcha loading is no longer failing for the Qt UI (LP: #933679).
    - Added stylesheets for the Qt UI.
    - Fixed: Qt UI: must call the backend passing reply_handler
      and error_handler (LP: #931452).
    - Make gettext return unicode strings. Also, transform arguments passed
      to the GLib spawnner to bytes (LP: #933632).
    - Try to load the qt main/ implementation when possible, if not default
      to the glib (LP: #933534).
    - Make the bin_dir discoverable when running from the system installation
      (LP: #933039).
    - Implement (so far dummy) timeout_func for the Qt frontend (LP: #933758).
  * debian/control:
    - adding missing dependency on gnome-keyring for python-ubuntu-sso-client
      (LP: #938693).
  * debian/patches/fix-938626.patch:
    - No more strings coming up from the Designer ui files so we ensure that
      those are marked for translation (LP: #938626).
  * debian/watch: updated milestone to 2.99.5.

 -- Natalia Bidart (nessita) Wed, 22 Feb 2012 16:53:51 -0300

Source diff to previous version
933679 Captcha is failing for the Qt UI
931452 Qt UI: must call the backend passing reply_handler and error_handler
933632 new sso client has issues on utf8 chars
933534 Main service should use the Qt main loop as default if available
933039 ERROR - _get_dir: can not build a valid path. Giving up (...) constants module not available.
933758 Service will not automatically shutdown when using the Qt mainloop
938693 incorrect dependencies when installing -qt on without ubuntu desktop
938626 QT UI: strings in generated _ui.py are no longer marked for translation

Version: 2.99.4-0ubuntu2 2012-02-17 19:05:21 UTC

ubuntu-sso-client (2.99.4-0ubuntu2) precise; urgency=low

  * debian/control: add a preferred recommended gui for ubuntu-sso-client.
  * debian/patches/01_fix-933632.patch:
    - Make gettext return unicode strings. Also, transform arguments passed to
      the GLib spawnner to bytes (LP: #933632).

 -- Natalia Bidart (nessita) Fri, 17 Feb 2012 14:09:54 -0300

Source diff to previous version
933632 new sso client has issues on utf8 chars

Version: 2.99.4-0ubuntu1 2012-02-17 09:02:56 UTC

ubuntu-sso-client (2.99.4-0ubuntu1) precise; urgency=low

  * New upstream release:
    - Execute the UI as a separate process from the sso main thread
      (LP: #919330).
    - Move the ping method from the credentials module to the
      UserManagement interface (LP: #929670).
    - The Gtk UI must handle errors from dbus when calling the backend
      (LP: #929820).
    - Migrated the GTK UI to use GI bindings (LP: #801111).
  * debian/control: added new binary packages as follow:
    - python-ubuntu-sso-client: the python library for the Ubuntu SSO client.
    - python-ubuntu-sso-client.tests: the test suite for the Ubuntu SSO client.
    - ubuntu-sso-client: the Ubuntu SSO client main service. Recommends the
      virtual package ubuntu-sso-client-gui.
    - ubuntu-sso-client-gtk: the GTK+ frontend for the Ubuntu SSO client.
    - ubuntu-sso-client-qt: the Qt frontend for the Ubuntu SSO client.
    - Both ubuntu-sso-client-gtk and ubuntu-sso-client-qt provide the virtual
      package ubuntu-sso-client-gui.
  * debian/rules: remove the rule to avoid installing the Qt bits.
  * debian/patches/00_fix-933039.patch:
    - Make the bin_dir discoverable when running from the system installation
      (LP: #933039).
  * debian/watch: updated milestone to 2.99.4.
  * debian/*.install: installation files for all the new binary packages.

 -- Natalia Bidart (nessita) Wed, 15 Feb 2012 14:56:44 -0300

919330 Execute UI as a separated process, not inside the same mainloop
929670 Move ping_url bits to the UserManagement remote service
929820 The Gtk UI ignores when there is a DBus error when calling a backend method
801111 should use GTK3
933039 ERROR - _get_dir: can not build a valid path. Giving up (...) constants module not available.



About   -   Send Feedback to @ubuntu_updates