Skip to content

Commit

Permalink
New version: 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
japokorn committed May 21, 2020
1 parent e72682a commit a0813f0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion blivet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Vratislav Podzimek <[email protected]>
#

__version__ = '3.2.1'
__version__ = '3.2.2'

import sys
import importlib
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# built documents.
#
# The short X.Y version.
version = '3.2.1'
version = '3.2.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
8 changes: 4 additions & 4 deletions po/blivet.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-01-29 14:04+0100\n"
"POT-Creation-Date: 2020-05-21 12:42+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -315,15 +315,15 @@ msgstr ""
msgid "Cannot remove a member from existing %s array"
msgstr ""

#: ../blivet/formats/fs.py:932
#: ../blivet/formats/fs.py:934
msgid "EFI System Partition"
msgstr ""

#: ../blivet/formats/fs.py:1137
#: ../blivet/formats/fs.py:1139
msgid "Apple Bootstrap"
msgstr ""

#: ../blivet/formats/fs.py:1173
#: ../blivet/formats/fs.py:1175
msgid "Linux HFS+ ESP"
msgstr ""

Expand Down
15 changes: 14 additions & 1 deletion python-blivet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Summary: A python module for system storage configuration
Name: python-blivet
Url: https://storageapis.wordpress.com/projects/blivet
Version: 3.2.1
Version: 3.2.2

#%%global prerelease .b2
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
Expand Down Expand Up @@ -191,6 +191,19 @@ configuration.
%endif

%changelog
* Thu May 21 2020 Jan Pokorny <[email protected]> - 3.2.2-1
- Allow setting size for non-existing LUKS devices (vtrefny)
- Fix toggling container encryption in devicefactory (#1827254) (vtrefny)
- Do no include destroyed devices in list of names (#1830515) (vtrefny)
- Fix changing LUKS version in devicefactory (#1834373) (vtrefny)
- Add "is_empty" property to StorageDevice (vtrefny)
- Mark warning "'GError' has no 'message' member" as false positive (vtrefny)
- Use the specified LUKS version for container encryption (vponcova)
- Log current storage state before reset using lsblk (vtrefny)
- Do not remove _netdev mount option specified manually by users (vtrefny)
- Fix renaming encrypted devices in the DeviceFactory (vtrefny)
- Fix typo in string formatter in EddEntry (vtrefny)

* Mon Apr 06 2020 Vojtech Trefny <[email protected]> - 3.2.1-1
- Correctly recognize EFI format on an MD RAID device (#1695913) (vtrefny)
- Do not set empty name instead of invalid one in devicefactory (#1813710)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def make_release_tree(self, base_dir, files):


setup(name='blivet',
version='3.2.1',
version='3.2.2',
cmdclass={"sdist": blivet_sdist},
description='Python module for system storage configuration',
author='David Lehman', author_email='[email protected]',
Expand Down

0 comments on commit a0813f0

Please sign in to comment.