python-parted (0.11.2) unstable; urgency=low

  * Non-maintainer upload.
  * Reference /usr/share/common-licenses from copyright. (closes: #215638)

 -- Graham Wilson <graham@debian.org>  Fri, 17 Oct 2003 18:00:59 +0000

python-parted (0.11.1) unstable; urgency=low

  * NMU
  * Update for python2.3 as the default python version (closes: #205752).

 -- Matthias Klose <doko@debian.org>  Thu, 21 Aug 2003 21:20:49 +0200

python-parted (0.11) unstable; urgency=low

  * ported to libparted 1.6; thanks to Torsten Landschoff for his very
    generous help with this task! (Closes: #153651)

  * NOTE: The parted.geometry_get_disk() function has been removed.  Use
    parted.geometry_get_device().  This tracks an upstream Parted library
    change, so see the Parted library documentation for details.

  * NOTE: This Python module is even more alpha than usual thanks to the
    recent Parted 1.6 transition.  Use with caution!  (This means you, pgi.)

  * NOTE: Future development of this Python module will likely involve the
    writing of SWIG bindings for Parted.

  * pyparted.c:
    - Took the lineage off of Eric's name since he no longer prefers to have
      it listed.
    - libparted1.6 support changes, courtesy of Torsten Landschoff:
      + (init): remove call to ped_init()
      + (disk_open): call ped_disk_new() instead of ped_disk_open()
      + (disk_create): call ped_disk_new_fresh() instead of ped_disk_create()
      + (disk_close): call ped_disk_destroy() instead of ped_disk_close()
      + (disk_write): call ped_disk_commit() instead of ped_disk_write()
      + (geometry_get_disk): removed
      + (geometry_get_device): new; formerly geometry_get_disk(), now returns
        a device object instead of a disk object
      + (partition_is_efi, partition_mark_efi): function bodies eliminated
      + (constraint_new): handle new max_size argument (XXX: this change looks
        incomplete)
      + (done): remove call to ped_done()
      + (disk_close, disk_read, partition_is_efi, partition_mark_efi): always
        return true (1)
      + (file_system_create, file_system_check, file_system_copy,
         file_system_resize): pass additional NULL argument at end of enclosed
         Parted library function
    - Handle functions with constraints, and new max_size constraint, a little
      better.
    - (disk_add_partition, disk_set_partition_geom, disk_maximize_partition):
      ped_constraint_any() now takes a PedDevice as its first argument, not a
      PedDisk.
    - (file_system_copy): return a Python object, not an integer.
    - Add comments explaining what's going on with the only compiler warning
      this file generates.

  * debian/control:
    - add Uploaders field and put myself in it
    - bump build dependency on libparted-dev to libparted1.6-dev
    - update dependency on Python to (>= 2.2), (<< 2.3)

 -- Branden Robinson <branden@progeny.com>  Tue, 17 Sep 2002 17:32:32 -0500

python-parted (0.10-1) unstable; urgency=low

  * Move from using old Python extension helpers to using distutils
    (standard Python build system).
  * Update copyright file.
  * Add AUTHORS and README files.
  * Two patches from Pekka Aleksi Knuutila <zur@edu.lahti.fi>:
    - pyparted.c: Fix incorrect PedSector cast. (Closes: #137530)
    - Add Alignment and Constraint classes. (Closes: #138203)
  * parted.py: Docstring fixes and don't import _parted until the init
    function is called; this is better for introspection tools (think
    docstring extracters) which we don't want to see _parted.

 -- Eric Gillespie <epg@progeny.com>  Mon, 18 Mar 2002 20:43:42 -0500

python-parted (0.9.5-2) unstable; urgency=low

  * Cleanup the rules file.
  * Kill the copyright template file and make a real one.

 -- Eric Gillespie, Jr. <epg@progeny.com>  Fri,  8 Feb 2002 22:25:19 -0500

python-parted (0.9.5-1) unstable; urgency=low

  * Fix the Partition class's get_part_list method; now it returns a
    Sequence object like the Disk class's get_part_list method.
  * Update copyright dates.

 -- Eric Gillespie, Jr. <epg@progeny.com>  Fri,  8 Feb 2002 21:54:37 -0500

python-parted (0.9.4-1) unstable; urgency=low

  * Add Build-Depends and bump Standards-Version. (branden@progeny.com)
  * New hacks for setting up EFI boot partitions.

 -- Eric Gillespie, Jr. <epg@progeny.com>  Wed,  6 Feb 2002 16:56:21 -0500

python-parted (0.9.3-1) unstable; urgency=low

  * Kill tons of Debhelper cruft.
  * Upgrade for Python 2.1
  * Upgrade for Parted 1.4.21.
  * Build API documentation from docstrings.  Much improvement needed
    here.
  * docstring fixes and eliminating all "ped", "Ped", or "ped_" in the
    interface.

 -- Eric Gillespie, Jr. <epg@progeny.com>  Thu, 17 Jan 2002 15:04:03 -0500

python-parted (0.9.2-1) unstable; urgency=low

  * Remove explicit Depends on libparted1.
  * Note that the previous release never actually happened since i screwed
    up the version number. So this is the first release to include those
    changes. Its changelog has been copied below:
  * Various bugfixes, mostly typos in parted.py and missing arguments in
    pyparted.c.

 -- Eric Gillespie, Jr. <epg@progeny.com>  Mon, 16 Apr 2001 15:48:52 -0500

python-parted (0.9.1-1) unstable; urgency=low

  * Various bugfixes, mostly typos in parted.py and missing arguments in
    pyparted.c.

 -- Eric Gillespie, Jr. <epg@progeny.com>  Wed,  7 Feb 2001 16:13:12 -0500

python-parted (0.9.1-1) unstable; urgency=low

  * Clean up parted.py documentation a little.
  * pyparted.c: Fix segmentation fault when maximizing a partition.
  * parted.py: Make Partition.get_part_list() work.

 -- Eric Gillespie, Jr. <epg@progeny.com>  Sun,  4 Feb 2001 05:08:35 -0500

python-parted (0.9.0-1) unstable; urgency=low

  * Initial Release.

 -- Jeff Licquia <jlicquia@progeny.com>  Thu,  4 Jan 2001 00:27:08 -0500

  vim:ai:et:sts=2:sw=2:tw=78:
  $Progeny: changelog,v 1.21 2002/09/17 22:33:03 branden Exp $
