[master 16/21] New version: 1.15

vathpela installerbot-noreply at redhat.com
Wed Oct 7 20:50:51 UTC 2015


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

---
 blivet/__init__.py |  2 +-
 doc/conf.py        |  4 +--
 po/blivet.pot      | 74 +++++++++++++++++++++++++++---------------------------
 python-blivet.spec | 21 +++++++++++++++-
 setup.py           |  2 +-
 5 files changed, 61 insertions(+), 42 deletions(-)

diff --git a/blivet/__init__.py b/blivet/__init__.py
index 0c3d852..37094c2 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -20,7 +20,7 @@
 #                    Vratislav Podzimek <vpodzime at redhat.com>
 #
 
-__version__ = '1.14'
+__version__ = '1.15'
 
 ##
 ## Default stub values for installer-specific stuff that gets set up in
diff --git a/doc/conf.py b/doc/conf.py
index ef6e864..8df2d22 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,9 +48,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '1.14'
+version = '1.15'
 # The full version, including alpha/beta/rc tags.
-release = '1.14'
+release = '1.15'
 
 # 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 082a263..861cabc 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-09-11 17:53-0700\n"
+"POT-Creation-Date: 2015-10-02 17:22-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"
@@ -206,6 +206,19 @@ msgstr ""
 msgid "Error"
 msgstr ""
 
+#. no big enough free space for the requested partition
+#: ../blivet/autopart.py:273
+msgid "No big enough free space on disks for automatic partitioning"
+msgstr ""
+
+#: ../blivet/autopart.py:436 ../blivet/autopart.py:487
+msgid "No usable disks selected"
+msgstr ""
+
+#: ../blivet/autopart.py:441 ../blivet/autopart.py:495
+msgid "Not enough free space on disks for automatic partitioning"
+msgstr ""
+
 #: ../blivet/size.py:45
 msgid "B"
 msgstr ""
@@ -346,17 +359,23 @@ msgstr ""
 msgid "Yi"
 msgstr ""
 
-#. no big enough free space for the requested partition
-#: ../blivet/autopart.py:273
-msgid "No big enough free space on disks for automatic partitioning"
+#: ../blivet/osinstall.py:253
+#, python-format
+msgid "Linux on %s"
 msgstr ""
 
-#: ../blivet/autopart.py:436 ../blivet/autopart.py:487
-msgid "No usable disks selected"
+#: ../blivet/osinstall.py:258
+msgid "Unknown Linux"
 msgstr ""
 
-#: ../blivet/autopart.py:441 ../blivet/autopart.py:495
-msgid "Not enough free space on disks for automatic partitioning"
+#: ../blivet/osinstall.py:260
+#, python-format
+msgid "%(product)s %(version)s for %(arch)s"
+msgstr ""
+
+#: ../blivet/osinstall.py:263
+#, python-format
+msgid "%(product)s Linux %(version)s for %(arch)s"
 msgstr ""
 
 #: ../blivet/errors.py:143
@@ -465,25 +484,6 @@ msgid ""
 "boot/uboot."
 msgstr ""
 
-#: ../blivet/osinstall.py:252
-#, python-format
-msgid "Linux on %s"
-msgstr ""
-
-#: ../blivet/osinstall.py:257
-msgid "Unknown Linux"
-msgstr ""
-
-#: ../blivet/osinstall.py:259
-#, python-format
-msgid "%(product)s %(version)s for %(arch)s"
-msgstr ""
-
-#: ../blivet/osinstall.py:262
-#, python-format
-msgid "%(product)s Linux %(version)s for %(arch)s"
-msgstr ""
-
 #: ../blivet/deviceaction.py:178
 #, python-format
 msgid "Executing %(action)s"
@@ -546,11 +546,11 @@ msgstr ""
 msgid "remove container member"
 msgstr ""
 
-#: ../blivet/devicelibs/lvm.py:54
+#: ../blivet/devicelibs/lvm.py:55
 msgid "Generic"
 msgstr ""
 
-#: ../blivet/devicelibs/lvm.py:55
+#: ../blivet/devicelibs/lvm.py:56
 msgid "Performance"
 msgstr ""
 
@@ -577,6 +577,10 @@ msgstr ""
 msgid "PPC PReP Boot"
 msgstr ""
 
+#: ../blivet/formats/mdraid.py:42
+msgid "software RAID"
+msgstr ""
+
 #: ../blivet/formats/luks.py:45
 msgid "LUKS"
 msgstr ""
@@ -585,10 +589,6 @@ msgstr ""
 msgid "Encrypted"
 msgstr ""
 
-#: ../blivet/formats/__init__.py:152
-msgid "Unknown"
-msgstr ""
-
 #: ../blivet/formats/biosboot.py:33
 msgid "BIOS Boot"
 msgstr ""
@@ -597,12 +597,12 @@ msgstr ""
 msgid "dm-raid member device"
 msgstr ""
 
-#: ../blivet/formats/disklabel.py:44
-msgid "partition table"
+#: ../blivet/formats/__init__.py:152
+msgid "Unknown"
 msgstr ""
 
-#: ../blivet/formats/mdraid.py:42
-msgid "software RAID"
+#: ../blivet/formats/disklabel.py:44
+msgid "partition table"
 msgstr ""
 
 #: ../blivet/formats/multipath.py:38
diff --git a/python-blivet.spec b/python-blivet.spec
index f7eb0ff..c9dd0d8 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.14
+Version: 1.15
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -121,6 +121,25 @@ popd
 %endif
 
 %changelog
+* 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)
+- Allow resizing of non-leaf partitions (vtrefny)
+- Fix minSize for extended partitions (#1254875) (vtrefny)
+- Fix calling non-existing method (#1252902) (jkonecny)
+- Use the RAID classes to calculate btrfs sizes (#1264696) (dshea)
+- Handle sysfs size if it is missing (#1265090) (bcl)
+- Convert float to str for better precision in Size (jkonecny)
+- Merge pull request #226 from dwlehman/lvactivate-lvmetad (dlehman)
+- Wait for auto-activation of LVs when lvmetad is running. (#1261621) (dlehman)
+- Add a function to tell us if the lvmetad socket exists. (dlehman)
+- Don't teardown FSs when searching for installed systems (#1252902) (jkonecny)
+- Merge pull request #218 from vpodzime/master-lvm_on_raid_improvements
+  (vpodzime)
+- Account for bigger LVM meta data due to alignment on MD RAID (vpodzime)
+- Calculate the MD RAID superblock size from the right size (vpodzime)
+- Don't be naïve about liblvm (vpodzime)
+
 * Fri Sep 11 2015 Brian C. Lane <bcl at redhat.com> - 1.14-1
 - Make sure devices are torn down in findExistingInstallations (#1261439)
   (vpodzime)
diff --git a/setup.py b/setup.py
index efa456f..35a300d 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,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.14',
+setup(name='blivet', version='1.15',
       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/c83cf3c5bed2752a185f1b8a79456cc9f3aa9fe0


More information about the anaconda-patches mailing list