-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99e485a
commit d42519c
Showing
5 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# Vratislav Podzimek <[email protected]> | ||
# | ||
|
||
__version__ = '3.7.0' | ||
__version__ = '3.7.1' | ||
|
||
import sys | ||
import importlib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule po
updated
73 files
+20 −20 | af.po | |
+20 −20 | am.po | |
+20 −20 | ar.po | |
+20 −20 | as.po | |
+20 −20 | ast.po | |
+20 −20 | bg.po | |
+20 −20 | blivet.pot | |
+20 −20 | bn.po | |
+20 −20 | bn_IN.po | |
+20 −20 | bs.po | |
+20 −20 | ca.po | |
+20 −20 | cs.po | |
+20 −20 | cy.po | |
+20 −20 | da.po | |
+20 −20 | de.po | |
+20 −20 | de_CH.po | |
+20 −20 | el.po | |
+20 −20 | en_GB.po | |
+20 −20 | es.po | |
+20 −20 | et.po | |
+20 −20 | eu.po | |
+20 −20 | fa.po | |
+20 −20 | fi.po | |
+22 −22 | fr.po | |
+27 −34 | fur.po | |
+20 −20 | gu.po | |
+32 −32 | he.po | |
+20 −20 | hi.po | |
+20 −20 | hr.po | |
+20 −20 | hu.po | |
+20 −20 | ia.po | |
+28 −33 | id.po | |
+20 −20 | ilo.po | |
+20 −20 | is.po | |
+20 −20 | it.po | |
+28 −34 | ja.po | |
+28 −27 | ka.po | |
+20 −20 | kk.po | |
+20 −20 | kn.po | |
+22 −22 | ko.po | |
+20 −20 | lv.po | |
+20 −20 | mai.po | |
+20 −20 | mk.po | |
+20 −20 | ml.po | |
+20 −20 | mr.po | |
+20 −20 | ms.po | |
+20 −20 | nb.po | |
+20 −20 | ne.po | |
+20 −20 | nl.po | |
+20 −20 | nso.po | |
+20 −20 | or.po | |
+40 −39 | pa.po | |
+20 −20 | pl.po | |
+20 −20 | pt.po | |
+20 −20 | pt_BR.po | |
+20 −20 | ro.po | |
+22 −22 | ru.po | |
+20 −20 | si.po | |
+20 −20 | sk.po | |
+20 −20 | sl.po | |
+20 −20 | sq.po | |
+20 −20 | sr.po | |
+20 −20 | [email protected] | |
+20 −20 | sv.po | |
+20 −20 | ta.po | |
+20 −20 | te.po | |
+20 −20 | tg.po | |
+20 −20 | th.po | |
+20 −20 | tr.po | |
+20 −20 | uk.po | |
+20 −20 | ur.po | |
+20 −20 | zh_CN.po | |
+20 −20 | zh_TW.po |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
Summary: A python module for system storage configuration | ||
Name: python-blivet | ||
Url: https://storageapis.wordpress.com/projects/blivet | ||
Version: 3.7.0 | ||
Version: 3.7.1 | ||
|
||
#%%global prerelease .b2 | ||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 | ||
|
@@ -192,6 +192,17 @@ configuration. | |
%endif | ||
|
||
%changelog | ||
* Thu Mar 16 2023 Vojtech Trefny <[email protected]> - 3.7.1-1 | ||
- Fix the get_mount_device function (vponcova) | ||
- Prefer using UUID for the kickstart --onpart argument (vtrefny) | ||
- Fix setting kickstart data (vtrefny) | ||
- pylint: Remove the "EXCEPTIONS" section from pylintrc (vtrefny) | ||
- Add "microsoft" to list of recognized VM environments (vtrefny) | ||
- ci: Add action to run unit tests in GH actions (vtrefny) | ||
- tests: Make sure that unit tests can run without root privileges (vtrefny) | ||
- doc: Link to the LVM VDO documentation from the index page (vtrefny) | ||
- Ignore missing parted disk in ActionList._post_process (#2102960) (vtrefny) | ||
|
||
* Wed Feb 08 2023 Vojtech Trefny <[email protected]> - 3.7.0-1 | ||
- Remove unused BLOCKDEV_DM_RAID technology from tasks (vtrefny) | ||
- tests: Force remove LVM VG /dev/ entry not removed by vgremove (vtrefny) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters