Download project files

How do I verify a download?


110 of 24 releases

0.9.7 release from the trunk series released

Release information
Changelog:

- jockey/detection.py: Accept repository URLs with "file:/", too
 - jockey/oslib.py: Completely parse PackageKit output. Thanks Hedayat
   Vatankhah! (LP: #900853)
 - gtk/jockey-gtk: Create tray icon when indicator support is not available.
   Thanks Hedayat Vatankhah! (LP: #900824)
 - Launchpad automatic translations update.

File Description Downloads
download icon jockey-0.9.7.tar.gz (md5, sig) release tarball 7,135
last downloaded 5 days ago
Total downloads: 7,135

0.9.6 release from the trunk series released

File Description Downloads
download icon jockey-0.9.6.tar.gz (md5, sig) release tarball 870
last downloaded 4 weeks ago
Total downloads: 870

0.9.5 release from the trunk series released

Release information
Changelog:

* When connecting to D-BUS fails, improve error message to let users know what to do. Thanks Martin Owens.
 * jockey/oslib.py: Work with current PackageKit version. Thanks to Hedayat Vatankhah.
 * More user-friendly authentication messages on driver operations. Thanks Robert Roth. (LP: #799725)
 * Only ask for confirmation in check_composite if --confirm has been set. Thanks to Evan Dandrea. (LP: #855042)
 * examples/fake.modaliases: add -updates examples
 * Fix no space typo in VMWare drivers. Thanks Robert Roth. (LP: #722936)
 * detection.py: Fix crash if Driver ID does not have a package field. (LP: #837495)

File Description Downloads
download icon jockey-0.9.5.tar.gz (md5, sig) release tarball 449
last downloaded 4 weeks ago
Total downloads: 449

0.9.4 release from the trunk series released

Release information
Changelog:

- gtk/jockey-gtk.desktop.in: Use correct categories to show up on the new
  gnome-control-center. Thanks Rodrigo Moya! (LP: #787694)
- Add NoDisplay=true to autostart .desktop file and have jockey-gtk show up
  in Unity. Thanks Mike Terry.
- oslib.py: Do not encourage to report package installation failure as
  SystemError, it will appear as a backend crash
- jockey-gtk: Fix message_type argument to Gtk.MessageBox constructor
- jockey/ui.py: For invalid combinations of LC_MESSAGES and LC_CTYPE, force
  stdout/stderr encoding to UTF-8 instead of C. (LP: #760883)
- Fix GLib and GObject imports to be compatible with the future pygobject
  3.0. (LP: #829186)
- jockey/detection.py, _driverid_to_handler(): In the case that there are
  multiple matching custom handlers for a DriverID, also check that their
  "package" attribute matches.
- tests/run: Also support specifying individual test method names

File Description Downloads
download icon jockey-0.9.4.tar.gz (md5, sig) release tarball 588
last downloaded 4 weeks ago
Total downloads: 588

0.9.3 release from the trunk series released

File Description Downloads
download icon jockey-0.9.3.tar.gz (md5, sig) release tarball 431
last downloaded 4 weeks ago
Total downloads: 431

0.9.2 release from the trunk series released

Release information
Changelog:

------------------------------------------------------------
revno: 710
tags: 0.9.2
committer: Martin Pitt <email address hidden>
branch nick: trunk
timestamp: Tue 2011-03-08 15:53:14 +0100
message:
  release 0.9.2
------------------------------------------------------------
revno: 709
committer: Martin Pitt <email address hidden>
branch nick: trunk
timestamp: Tue 2011-03-08 15:51:12 +0100
message:
  move detection.OpenPrintingDriverDB._check_get_fingerprint() to detection.download_gpg_fingerprint(), it is not specific to OpenPrintingDriverDB
------------------------------------------------------------
revno: 708
fixes bug(s): https://launchpad.net/bugs/729185
committer: Martin Pitt <email address hidden>
branch nick: trunk
timestamp: Tue 2011-03-08 15:28:44 +0100
message:
  Drop our own verified_https.py and implement GPG fingerprint SSL checking with pycurl, which gets along with proxies. (LP: #729185)
------------------------------------------------------------
revno: 707
committer: Martin Pitt <email address hidden>
branch nick: trunk
timestamp: Tue 2011-03-08 15:09:34 +0100
message:
  OpenPrintingDriverDB._check_get_fingerprint(): Fix crash on 404
------------------------------------------------------------
revno: 706
committer: Martin Pitt <email address hidden>
branch nick: trunk
timestamp: Tue 2011-03-08 15:09:23 +0100
message:
  Add explicit OpenPrintingDriverDB._check_get_fingerprint() test cases; tests/verified_https.py is too low-level if we want to change the implementation
------------------------------------------------------------
revno: 705
committer: Martin Pitt <email address hidden>
branch nick: trunk
timestamp: Tue 2011-03-08 14:37:55 +0100
message:
  tests/verified_https.py: Move local HTTPS server code into tests/http.py
------------------------------------------------------------
revno: 704
committer: Martin Pitt <email address hidden>
branch nick: trunk
timestamp: Tue 2011-03-08 13:05:03 +0100
message:
  make OpenPrintingDriverDB._check_get_fingerprint a classmethod for easier debugging
------------------------------------------------------------
revno: 703
committer: Martin Pitt <email address hidden>
branch nick: trunk
timestamp: Mon 2011-02-28 09:51:20 +0100
message:
  Add X.org video driver ABI checking
------------------------------------------------------------

File Description Downloads
download icon jockey-0.9.2.tar.gz (md5, sig) release tarball 4,368
last downloaded 3 days ago
Total downloads: 4,368

0.9.1 release from the trunk series released

Release information
Changelog:

- First steps towards Python 3 compatibility.
- jockey-gtk: Fix icon lookup constant for PyGI. (LP: #706193)
- Fix crash on nonexisting packages.
- examples/fake.modaliases: Update for current Ubuntu driver name
- jockey-gtk: Use Gtk.ListStore constructor from pygi overrides
- tests/run-gtk: port to GI
- Fix regression from GI port: Properly set up the UI if there are no
  drivers available. (LP: #702596)
- jockey-gtk: Fix UnicodeDecodeError crash on translated driver names
- Fix short driver description when getting them from package system
- jockey-gtk: Use glib.GError, not GLib.Error; the latter does not
  actually work, and in general the static glib bindings are preferred for
  now. (LP: #715753)
- Add VMWare client tools handler. Thanks Martin Owens! (LP: #716738)
- Add --no-dbus UI option. This will use a local Backend instance
  instead of communicating with the D-BUS backend interface. This is
  suitable for installers where jockey needs to run in a chroot.
  (LP: #723223)
- ui.py: Drop __fix_stdouterr(), we are using gettext in unicode
  mode, and this leads to crashes with --help.
- ui.py: Show translated driver names with --list

File Description Downloads
download icon jockey-0.9.1.tar.gz (md5, sig) release tarball 257
last downloaded 4 weeks ago
Total downloads: 257

0.9 release from the trunk series released

Release information
Changelog:

- Add support for hardware enablement handlers.
- If a handler doesn't specify 'free' or 'description' but does include a
  binary package name, query the OS for that information.
- jockey-gtk: remove connect_signals GTK2 workaround, works in latest GTK
- First steps towards Python 3 compatibility.
- jockey-gtk: Fix icon lookup constant for PyGI. (LP: #706193)
- Fix crash on nonexisting packages.
- examples/fake.modaliases: Update for current Ubuntu driver name
- jockey-gtk: Use Gtk.ListStore constructor from pygi overrides
- tests/run-gtk: port to GI
- Fix regression from GI port: Properly set up ...
- jockey-gtk: Fix UnicodeDecodeError crash on t...
- Fix short driver description when getting the...
- tests/run-gtk: port to GI
- Fix regression from GI port: Properly set up the UI if there are no
  drivers available. (LP: #702596)
- jockey-gtk: Fix UnicodeDecodeError crash on translated driver names
- Fix short driver description when getting them from package system

File Description Downloads
download icon jockey-0.9.tar.gz (md5, sig) release tarball 334
last downloaded 4 weeks ago
Total downloads: 334

0.8 release from the trunk series released

Release information
Release notes:

- jockey-gtk: Convert from pygtk to gobject-introspection

File Description Downloads
download icon jockey-0.8.tar.gz (md5, sig) release tarball 366
last downloaded 4 weeks ago
Total downloads: 366

0.7.1 release from the trunk series released

Release information
Release notes:

- OSLib.install_package(): Fix exception for unknown package
- Move HTTP sever for test suite to separate module for easier reuse.
- tests: Skip online OSLib tests when being offline
- Add a demo GPG key to tests/, for testing signed archives
- OSLib tests: use local test keyserver

File Description Downloads
download icon jockey-0.7.1.tar.gz (md5, sig) release tarball 49
last downloaded 4 weeks ago
Total downloads: 49

110 of 24 releases