[python-blivet] - Fix conf.py version bumping (bcl) - Add some tests for Chunk and Request class hierarchy. (dlehman

Brian C. Lane bcl at fedoraproject.org
Sat Jul 12 01:08:24 UTC 2014


commit 69285c5ad334237455ff86a7a490811c3ebeceef
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Jul 11 18:08:20 2014 -0700

    - Fix conf.py version bumping (bcl)
    - Add some tests for Chunk and Request class hierarchy. (dlehman)
    - Honor the skip list when allocating leftover sectors. (dlehman)
    - A Chunk is done growing when its pool is empty. (dlehman)
    - Don't use integer division to calculate a fraction. (dlehman)
    - Bump version in sphinx config from scripts/makebumpver. (dlehman)
    - Remove spec= from Size usage in intro.rst. (dlehman)
    - Attempt to reset the uuid of the mdraid member device (#1070095) (amulhern)
    - Add new method udev.device_get_md_device_uuid() method (#1070095) (amulhern)
    - Canonicalize mdadm generated UUIDS (#1070095) (amulhern)
    - Add a udev.device_get_md_metadata() method to udev and use it. (amulhern)
    - Change use of METADATA to MD_METADATA. (amulhern)
    - Check for md_level of None (amulhern)
    - Do not convert the result of udev.device_get_md_devices() to int. (amulhern)
    - Add documentation to udev.device_get_md_*() methods. (amulhern)
    - Document udev.device_get_uuid() method. (amulhern)
    - Add a few small tests for mdexamine (amulhern)
    - Add test for raid level descriptor None. (amulhern)
    - Use context manager with assertRaises*() tests. (amulhern)
    - Change uuid parameter to array_uuid (amulhern)
    - Remove udev_ prefix from udev methods. (amulhern)
    - Remove all references to DeviceFormat.majorminor (amulhern)
    - Use add_metaclass instead of with_metaclass. (amulhern)
    - Disable redefined-builtin warning. (amulhern)
    - Use range instead of xrange in generateBackupPassphrase() (amulhern)
    - Add a simple test of generateBackupPassphrase() result format (amulhern)
    - Python3 compatibility (rkuska)
    - Replace python-setuptools-devel BR with python-setuptools (bcl)

 .gitignore         |    1 +
 python-blivet.spec |   33 ++++++++++++++++++++++++++++++++-
 sources            |    2 +-
 3 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03da28f..96a472b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,4 @@
 /blivet-0.58.tar.gz
 /blivet-0.59.tar.gz
 /blivet-0.60.tar.gz
+/blivet-0.61.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 83ad86d..abbbb0f 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.60
+Version: 0.61
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -25,6 +25,7 @@ BuildRequires: gettext
 BuildRequires: python-setuptools
 
 Requires: python
+Requires: python-six
 Requires: pykickstart >= %{pykickstartver}
 Requires: util-linux >= %{utillinuxver}
 Requires: parted >= %{partedver}
@@ -62,6 +63,36 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Fri Jul 11 2014 Brian C. Lane <bcl at redhat.com> - 0.61-1
+- Fix conf.py version bumping (bcl)
+- Add some tests for Chunk and Request class hierarchy. (dlehman)
+- Honor the skip list when allocating leftover sectors. (dlehman)
+- A Chunk is done growing when its pool is empty. (dlehman)
+- Don't use integer division to calculate a fraction. (dlehman)
+- Bump version in sphinx config from scripts/makebumpver. (dlehman)
+- Remove spec= from Size usage in intro.rst. (dlehman)
+- Attempt to reset the uuid of the mdraid member device (#1070095) (amulhern)
+- Add new method udev.device_get_md_device_uuid() method (#1070095) (amulhern)
+- Canonicalize mdadm generated UUIDS (#1070095) (amulhern)
+- Add a udev.device_get_md_metadata() method to udev and use it. (amulhern)
+- Change use of METADATA to MD_METADATA. (amulhern)
+- Check for md_level of None (amulhern)
+- Do not convert the result of udev.device_get_md_devices() to int. (amulhern)
+- Add documentation to udev.device_get_md_*() methods. (amulhern)
+- Document udev.device_get_uuid() method. (amulhern)
+- Add a few small tests for mdexamine (amulhern)
+- Add test for raid level descriptor None. (amulhern)
+- Use context manager with assertRaises*() tests. (amulhern)
+- Change uuid parameter to array_uuid (amulhern)
+- Remove udev_ prefix from udev methods. (amulhern)
+- Remove all references to DeviceFormat.majorminor (amulhern)
+- Use add_metaclass instead of with_metaclass. (amulhern)
+- Disable redefined-builtin warning. (amulhern)
+- Use range instead of xrange in generateBackupPassphrase() (amulhern)
+- Add a simple test of generateBackupPassphrase() result format (amulhern)
+- Python3 compatibility (rkuska)
+- Replace python-setuptools-devel BR with python-setuptools (bcl)
+
 * Wed Jul 02 2014 Brian C. Lane <bcl at redhat.com> - 0.60-1
 - Do not use udev info to get the name of the device. (amulhern)
 - Remove unnecessary fanciness about importing devices. (amulhern)
diff --git a/sources b/sources
index 50e83a8..419cd0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3e2622037c00ed7e04d7c281bcbc153c  blivet-0.60.tar.gz
+8cc589b789921bc2036e82578c3a30cc  blivet-0.61.tar.gz


More information about the scm-commits mailing list