Change log for python-launchpadlib-toolkit package in Ubuntu

112 of 12 results
2.3
Deleted in focal-release (Reason: Ubuntu-specific, python2-only, needs porting, blocks remo...)
Obsolete in eoan-release
Obsolete in disco-release
Obsolete in cosmic-release
Published in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Obsolete in yakkety-release
Published in xenial-release
Obsolete in wily-release
Obsolete in vivid-release
Obsolete in utopic-release
Published in trusty-release
Obsolete in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
python-launchpadlib-toolkit (2.3) raring; urgency=low

  [Brendan Donegan]
  * Add lp-file-bug script

  [Bryce Harrington]
  * launchpad-service-status: Handle additional date formats
    (LP: #1041902)
  * Add support for querying publishing information about source packages
  * Add routine to get the subscribed DistributionSourcePackages
  * Add property to provide the primary archive
  * Add lookup of the current testing series (for Debian)
  * Catch ElementTree exceptions, usually caused by cache corruption
 -- Bryce Harrington <email address hidden>   Wed, 02 Jan 2013 18:51:13 -0800

Available diffs

2.2
Superseded in raring-release
Obsolete in quantal-release
python-launchpadlib-toolkit (2.2) quantal; urgency=low

  * Add TKCollection abstract base class
  * Add TKEntry abstract base class
  * Add BugWatch wrapper class
  * Add uri() to several classes to get the self_link
  * distribution.py: Handle undefined series
  * LaunchpadService.py:
    - Deprecate person(); users should switch to get_person() now
    - Make API more consistently return TK objs rather than LPL ones
    - Add get_team_participants()
  * bug_task.py / bug_tasks.py:
    - Enable filtering the list of bugs in various ways
    - Check person existance before use
    - Add is_complete_upstream()
    - Add set_filter_importance_length()
  * bug.py / bugs.py:
    - Add age_latest_patch()
    - Fix timezone comparison error
  * message.py / messages.py:
    - Enable filtering the list of messages in various ways
    - Add routine to return list of poster names for message collections
 -- Bryce Harrington <email address hidden>   Wed, 22 Aug 2012 11:25:46 -0700

Available diffs

2.1
Superseded in quantal-release
python-launchpadlib-toolkit (2.1) quantal; urgency=low

  * New upstream release
    - Update reports to include quantal and other recent version info
    - Quell more error messages due to launchpad goofs
    - Disable use of json-pickle for now (nothing is using it yet)
    - Generate API docs via Makefile
    - Allow sorting by dupe count in reports
    - New utouch-report-improvements script
    - New most-duplicates script
    - Clear out remainder of contribs dir
  * debian/rules:
    - Switch to using dh_python2
 -- Bryce Harrington <email address hidden>   Thu, 07 Jun 2012 13:41:28 -0700

Available diffs

1.0
Published in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
python-launchpadlib-toolkit (1.0) precise-proposed; urgency=low

  * launchpad-service-status: Backport fix from lpltk 2.x (commit #149) to
    check blog screenscrape results.  This tool determines if there is a
    launchpad outage by examining the launchpad blog at
    http://blog.launchpad.net/category/notifications/feed.  It can happen
    there are no outages listed, in which case outage_start and outage_end
    will be undefined.  Don't attempt to test against these parameters if
    this is the case.
    (LP: #988312)
  * Fix breakage caused by change in wadllib's date handling.  In the past
    launchpadlib would return actual date objects but now it returns unicode
    timestamps.  Add fix_time() routine to work around this problem.
    Otherwise all lpltk-using scripts will fail to run.  Idemptontly, provide
    functionality in o2str to convert real datetimes into timestamps.
  * Fix breakage caused by Launchpad not providing __len__ any more.  This
    was dropped by Launchpad to resolve some timeout issues they were
    having.  Length counts are now provided by dedicated properties.
    Switch to using them.
  * Fix inclusion of missing 'iso-tracker' tag in gravity calculation.
  * Add to_dict() routines to bug and bug_task to help for generating JSON.
  * Add team functionality for determining subbed packages and parent team.
  * New script for searching inside attachments of a package's bugs.
  * Cleanup a stray build/ directory.
  * Add some tests.
  * setup.py, debian/control:  Define package pre-requisites.
  * Increment version number to 1.0 (stable release), as per UDS-Q session
    decision.  All changes on the 1.x branch will be stable bug fixes
    henceforth.
 -- Bryce Harrington <email address hidden>   Fri, 18 May 2012 12:22:04 -0700

Available diffs

2.0
Superseded in quantal-release
python-launchpadlib-toolkit (2.0) quantal; urgency=low

  * json_check: New script to validate JSON files, including launchpadlib
    cache files.
 -- Bryce Harrington <email address hidden>   Fri, 18 May 2012 12:35:59 -0700

Available diffs

0.5
Superseded in quantal-release
Published in precise-release
python-launchpadlib-toolkit (0.5) precise; urgency=low

  * Add Specification class
  * Add gravity() - heuristic for identifying bugs of interest
  * Add releases() - list of Ubuntu releases the bug is confirmed affecting
  * Add some basic tests
  * Transition to DHPython2
 -- Bryce Harrington <email address hidden>   Thu, 09 Feb 2012 09:13:42 -0800

Available diffs

Superseded in precise-release
python-launchpadlib-toolkit (0.4.5) precise; urgency=low

  * bug_tasks: provide filters to constrain type of bug tasks being iterated.
  * bug_task: upstream product
  * person: retrieve list of non-hidden email addresses
  * Add support for credentials_file management.
  * Add an optional mechanism to check comments before adding a new one
  * Add filters to the BugTasks object.
  * Add type checking for Launchpad objects and collections
  * Add several more properties and attributes
  * Add caching of codenames for supported / stable distro series
  * Fix various bugs
 -- Bryce Harrington <email address hidden>   Tue, 24 May 2011 12:08:31 -0700

Available diffs

Superseded in precise-release
Obsolete in oneiric-release
Obsolete in natty-release
python-launchpadlib-toolkit (0.4.3) natty; urgency=low

  * distribution: expose current_series
  * milestones: add a new milestones collection
  * distribution: expose all_milestones
  * distribution: expose active_milestones
  * distribution_source_package: convert milestones to launchpad milestones
    in search parameters
 -- Andy Whitcroft <email address hidden>   Mon, 28 Feb 2011 17:10:47 +0000

Available diffs

Superseded in natty-release
python-launchpadlib-toolkit (0.4.2) natty; urgency=low

  * Add new script launchpad-service-status which looks to see if
    launchpad is up and running.
  * control: Add dependency on python-feedparser
  * bug_task:
    - add all of the date accessors exported by launchpad
    - add a "setter" property for task Importance
 -- Bryce Harrington <email address hidden>   Wed, 09 Feb 2011 16:00:27 -0800

Available diffs

Superseded in natty-release
python-launchpadlib-toolkit (0.4.1) natty; urgency=low

  * Added --prefix=/usr to distutils for executable install
    in correct directory, fix ftbfs (LP: #701207)
 -- Angel Abad <email address hidden>   Mon, 10 Jan 2011 21:45:26 +0100

Available diffs

0.4
Superseded in natty-release
python-launchpadlib-toolkit (0.4) natty; urgency=low

  * Update close-fix-committed-bugs to use lpltk instead of arsenal
  * Restrict example scripts to read-only anonymous access.  This allows
    them to run without needing the user to set up credentials.
  * Add key:value parsing of bug descriptions
  * Improve error handling of auth errors
  * Add example script to print out bugs matching status and date
  * Add several tutorials and simple examples
  * New classes and methods for interacting with bugs
 -- Bryce Harrington <email address hidden>   Thu, 23 Dec 2010 20:12:10 -0800

Available diffs

Superseded in natty-release
Obsolete in maverick-release
python-launchpadlib-toolkit (0.2.1) maverick; urgency=low

  * Fix parameter name in debug routine.
  * First upload to Ubuntu
 -- Bryce Harrington <email address hidden>   Thu, 17 Jun 2010 17:21:21 -0700
112 of 12 results