1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
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
|