~arsenal-devel/lpltk/1.x

  • Committer: Bryce Harrington
  • Date: 2012-05-23 07:13:58 UTC
  • Revision ID: bryce@canonical.com-20120523071358-vw3fjvjsv8h3n9mf
Increase changelog verbosity for the 1.0 release.

* 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.
Filename Latest Rev Last Changed Committer Comment Size
..
debian 1 14 years ago Bryce Harrington Initial commit Diff
examples 67 13 years ago Brad Figg Added some simple examples Diff
lpltk 28 13 years ago Brad Figg Renamed "lpltoolkit" to "lpltk". Diff
scripts 17 13 years ago Bryce Harrington Set up a scripts directory for some simple reusabl Diff
tests 27 13 years ago Brad Figg 1. The LaunchpadService class has been pretty much Diff
AUTHORS 122 12 years ago Brian Murray bug_task.py: add in a date_importance_set attribut 229 bytes Diff Download File
COPYING 1 14 years ago Bryce Harrington Initial commit 17.5 KB Diff Download File
COPYING.LIB 1 14 years ago Bryce Harrington Initial commit 25.9 KB Diff Download File
NEWS 107 12 years ago Bryce Harrington Add support for credentials_file management. As o 2.8 KB Diff Download File
README 89 13 years ago Bryce Harrington Standardize on LPLTK_DEBUG instead of LPDEBUG 4 KB Diff Download File
File run-tests 132 12 years ago Bryce Harrington Add test to check compilation of scripts 281 bytes Diff Download File
File setup.py 146.1.6 11 years ago Bryce Harrington Define package requirements in setup.py 1.1 KB Diff Download File