From 076455234f1b54c4b0a3a0d02ed788bd678b908a Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Dec 18 2013 01:16:44 +0000 Subject: - Add initial 64-bit ARM (aarch64) support (#1034435) (dmarlin) - Convert to sphinx docstrings. (dlehman) - Add some documentation. (dlehman) - Move getActiveMounts from Blivet into DeviceTree. (dlehman) - Add an example of creating lvs using growable requests. (dlehman) - Remove a whole bunch of unused stuff from Blivet. (dlehman) - Remove usage of float in Size.humanReadable. (dlehman) - Add missing abbreviations for binary size units. (dlehman) - Fix shouldClear for devices with protected descendants. (#902417) (dlehman) - Use // division so that it continues to be floor division in Python 3. (amulhern) --- diff --git a/.gitignore b/.gitignore index 1cc1813..35a2428 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /blivet-0.30.tar.gz /blivet-0.31.tar.gz /blivet-0.32.tar.gz +/blivet-0.33.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 7c05531..a7849a0 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,7 +1,7 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 0.32 +Version: 0.33 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -61,6 +61,19 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Tue Dec 17 2013 Brian C. Lane - 0.33-1 +- Add initial 64-bit ARM (aarch64) support (#1034435) (dmarlin) +- Convert to sphinx docstrings. (dlehman) +- Add some documentation. (dlehman) +- Move getActiveMounts from Blivet into DeviceTree. (dlehman) +- Add an example of creating lvs using growable requests. (dlehman) +- Remove a whole bunch of unused stuff from Blivet. (dlehman) +- Remove usage of float in Size.humanReadable. (dlehman) +- Add missing abbreviations for binary size units. (dlehman) +- Fix shouldClear for devices with protected descendants. (#902417) (dlehman) +- Use // division so that it continues to be floor division in Python 3. + (amulhern) + * Thu Dec 12 2013 Brian C. Lane - 0.32-1 - Work on devicelibs.btrfs methods that require that the device be mounted. (amulhern) diff --git a/sources b/sources index 9f57394..1dd12f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -70ac14f810bb3e9dd619e9bc6eeca2c3 blivet-0.32.tar.gz +aba7e4bef210de30d64bcab897d59c48 blivet-0.33.tar.gz