[master 4/24] New version: 1.16

vathpela installerbot-noreply at redhat.com
Fri Nov 6 18:30:59 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

---
 blivet/__init__.py |  2 +-
 doc/conf.py        |  4 ++--
 po/blivet.pot      | 52 ++++++++++++++++++++++++++--------------------------
 python-blivet.spec | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
 setup.py           |  2 +-
 5 files changed, 77 insertions(+), 31 deletions(-)

diff --git a/blivet/__init__.py b/blivet/__init__.py
index e6fd42c..dfa80e1 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -20,7 +20,7 @@
 #                    Vratislav Podzimek <vpodzime at redhat.com>
 #
 
-__version__ = '1.15'
+__version__ = '1.16'
 
 ##
 ## Default stub values for installer-specific stuff that gets set up in
diff --git a/doc/conf.py b/doc/conf.py
index 8df2d22..c5dbe0b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,9 +48,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '1.15'
+version = '1.16'
 # The full version, including alpha/beta/rc tags.
-release = '1.15'
+release = '1.16'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/po/blivet.pot b/po/blivet.pot
index 861cabc..f06bb4d 100644
--- a/po/blivet.pot
+++ b/po/blivet.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-10-02 17:22-0700\n"
+"POT-Creation-Date: 2015-10-28 18:20-0700\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -17,68 +17,68 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../blivet/blivet.py:1196
+#: ../blivet/blivet.py:1197
 msgid "You must create a new filesystem on the root device."
 msgstr ""
 
-#: ../blivet/partitioning.py:408
+#: ../blivet/partitioning.py:423
 msgid "unable to allocate aligned partition"
 msgstr ""
 
-#: ../blivet/partitioning.py:416
+#: ../blivet/partitioning.py:431
 msgid "requested size exceeds maximum allowed"
 msgstr ""
 
-#: ../blivet/partitioning.py:529
+#: ../blivet/partitioning.py:544
 #, python-format
 msgid "disk %s inaccessible"
 msgstr ""
 
-#: ../blivet/partitioning.py:586
+#: ../blivet/partitioning.py:601
 #, python-format
 msgid ""
 "partition is too small for %(format)s formatting (allowable size is "
 "%(minSize)s to %(maxSize)s)"
 msgstr ""
 
-#: ../blivet/partitioning.py:591
+#: ../blivet/partitioning.py:606
 #, python-format
 msgid ""
 "partition is too large for %(format)s formatting (allowable size is "
 "%(minSize)s to %(maxSize)s)"
 msgstr ""
 
-#: ../blivet/partitioning.py:877
+#: ../blivet/partitioning.py:893
 msgid "Unable to allocate requested partition scheme."
 msgstr ""
 
-#: ../blivet/partitioning.py:906
+#: ../blivet/partitioning.py:922
 msgid "not enough free space after creating extended partition"
 msgstr ""
 
-#: ../blivet/partitioning.py:913
+#: ../blivet/partitioning.py:929
 msgid "failed to allocate aligned partition"
 msgstr ""
 
-#: ../blivet/partitioning.py:1105
+#: ../blivet/partitioning.py:1121
 msgid "cannot reclaim more than request has grown"
 msgstr ""
 
-#: ../blivet/partitioning.py:1317
+#: ../blivet/partitioning.py:1333
 msgid "DiskChunk requests must be of type PartitionRequest"
 msgstr ""
 
-#: ../blivet/partitioning.py:1330
+#: ../blivet/partitioning.py:1346
 msgid "partitions allocated outside disklabel limits"
 msgstr ""
 
-#: ../blivet/partitioning.py:1413
+#: ../blivet/partitioning.py:1429
 msgid "VGChunk requests must be of type LVRequest"
 msgstr ""
 
 #. by now we have allocated the PVs so if there isn't enough
 #. space in the VG we have a real problem
-#: ../blivet/partitioning.py:1900
+#: ../blivet/partitioning.py:1927
 msgid "not enough space for LVM requests"
 msgstr ""
 
@@ -378,21 +378,21 @@ msgstr ""
 msgid "%(product)s Linux %(version)s for %(arch)s"
 msgstr ""
 
-#: ../blivet/errors.py:143
+#: ../blivet/errors.py:146
 msgid ""
 "For some reason we were unable to locate a disklabel on a disk that the "
 "kernel is reporting partitions on. It is unclear what the exact problem is. "
 "Please file a bug at http://bugzilla.redhat.com"
 msgstr ""
 
-#: ../blivet/errors.py:149
+#: ../blivet/errors.py:152
 msgid ""
 "Either restore the disklabel to a completely working state or remove it "
 "completely.\n"
 "Hint: parted can restore it or wipefs can remove it."
 msgstr ""
 
-#: ../blivet/errors.py:154
+#: ../blivet/errors.py:157
 msgid ""
 "Rename one of the volume groups so the names are distinct.\n"
 "Hint 1: vgrename accepts UUID in place of the old name.\n"
@@ -577,10 +577,6 @@ msgstr ""
 msgid "PPC PReP Boot"
 msgstr ""
 
-#: ../blivet/formats/mdraid.py:42
-msgid "software RAID"
-msgstr ""
-
 #: ../blivet/formats/luks.py:45
 msgid "LUKS"
 msgstr ""
@@ -589,6 +585,10 @@ msgstr ""
 msgid "Encrypted"
 msgstr ""
 
+#: ../blivet/formats/__init__.py:152
+msgid "Unknown"
+msgstr ""
+
 #: ../blivet/formats/biosboot.py:33
 msgid "BIOS Boot"
 msgstr ""
@@ -597,14 +597,14 @@ msgstr ""
 msgid "dm-raid member device"
 msgstr ""
 
-#: ../blivet/formats/__init__.py:152
-msgid "Unknown"
-msgstr ""
-
 #: ../blivet/formats/disklabel.py:44
 msgid "partition table"
 msgstr ""
 
+#: ../blivet/formats/mdraid.py:42
+msgid "software RAID"
+msgstr ""
+
 #: ../blivet/formats/multipath.py:38
 msgid "multipath member device"
 msgstr ""
diff --git a/python-blivet.spec b/python-blivet.spec
index ef80ec6..eb6a044 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: 1.15
+Version: 1.16
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -109,6 +109,52 @@ popd
 %{python3_sitelib}/*
 
 %changelog
+* Wed Oct 28 2015 Brian C. Lane <bcl at redhat.com> - 1.16-1
+- Merge pull request #257 from vpodzime/master-singleton_decorator (vpodzime)
+- Add pylint stuff to .gitignore (pjones)
+- Minor cleanups in set_up_logging() (pjones)
+- Make a logger for test data that we can automatically use later (pjones)
+- edd: Fix one regexp so it matches against a real system /or/ test data.
+  (pjones)
+- Merge pull request #253 from dashea/libblockdev-python (vpodzime)
+- Make the function adding the deprecation doc text more generic (vpodzime)
+- Merge pull request #242 from dwlehman/resolveDevice-regex (dlehman)
+- Fix an overly inclusive regex in DeviceTree.resolveDevice. (dlehman)
+- Merge pull request #244 from atodorov/master (vpodzime)
+- Require the python libblockdev packages (dshea)
+- Merge pull request #243 from dwlehman/flexible-alignment (dlehman)
+- Merge pull request #230 from vpodzime/master-lvm_debug (vpodzime)
+- Add a 'debug' flag and use it for LVM debugging (vpodzime)
+- Bypass util.run_program to avoid logging deadlock. (dlehman)
+- Add an edd test data harvester. (pjones)
+- Do not save None as passphrase for LUKS devices (#1269646) (vtrefny)
+- edd: make logging work usefully during tests (pjones)
+- edd: Get rid of biosdev_to_edd_dir(), it is pointless. (pjones)
+- Make distutils.filelist.findall() do the right thing with symlinks maybe.
+  (pjones)
+- edd: Fix some minor 'make check' complaints. (pjones)
+- edd: Make devicetree not use edd.edd_dict, instead use blivet's copy.
+  (pjones)
+- edd: Remove the "absurd_virt" test cases for now. (pjones)
+- Add a udev settle call after instantiating parted.Disk. (#1267858) (dlehman)
+- edd: Add missing directories for absurd_virt test case. (pjones)
+- produce coverage-report.log and enable coverage in CI (atodorov)
+- Use minimal alignment as needed when allocating small partitions. (dlehman)
+- Add support for minimal alignment of very small partitions. (dlehman)
+- Add an error class for alignment errors. (dlehman)
+- Deprecate createSubVolumes method (vtrefny)
+- Change btrfs.do_self_mount to contextmanager (#1266673) (vtrefny)
+- edd: Remove a bunch of nonfunctional EDD tests. (pjones)
+- edd: Add another set of test cases for our QEMU data. (pjones)
+- edd: Add another set of test data. (pjones)
+- edd: Add some working tests for EDD. (pjones)
+- edd: Add a real EDD dataset captured from a system. (pjones)
+- edd: Make our edd matcher able to use a fake sysfs root. (pjones)
+- edd: Add EDD 4 code and some logging cleanups. (pjones)
+- edd: Try to make EDD support actually match what the kernel does. (pjones)
+- Always build python2 and python3 versions. (bcl)
+- Switch to using rd.iscsi.initiator (#1268315) (bcl)
+
 * Fri Oct 02 2015 Brian C. Lane <bcl at redhat.com> - 1.15-1
 - Update Makefile to default to python3. (dlehman)
 - Add test for extended partition minSize (vtrefny)
diff --git a/setup.py b/setup.py
index 45246cd..83a3fd0 100644
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ def add_member_order_option(files):
     api_doc_files = rst_files + ["doc/conf.py"]
     data_files.append(("docs/blivet", api_doc_files))
 
-setup(name='blivet', version='1.15',
+setup(name='blivet', version='1.16',
       description='Python module for system storage configuration',
       author='David Lehman', author_email='dlehman at redhat.com',
       url='http://fedoraproject.org/wiki/blivet',


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/089d51ec35eddb272ddd78b1642203dc548bd868


More information about the anaconda-patches mailing list