New version 3.4.2
- pylint: Remove pdb breakpoint in device_properties_test (vtrefny) - pylint: Fix exception string in get_cow_sysfs_path (vtrefny) - pylint: Remove redundant 'u' prefixes for strings in doc/conf.py (vtrefny) - pylint: Ignore the "redundant-u-string-prefix" warning in i18n.py (vtrefny) - pylint: Ignore the new warning W1514 "unspecified-encoding" (vtrefny) - pylint: Fix multuple unused variables 'e' in exceptions (vtrefny) - Makefile: Specify weblate repository branch for the potfile target (vtrefny) - flags: Fix leaking file descriptor (vtrefny) - README: Add info about our openSUSE/Mageia/OpenMandriva Copr repo (vtrefny) - Fix checking for LVM VDO support with libblockdev 2.23 and older (vtrefny) - tasks: Allow specifying custom error message for UnavailableMethod (vtrefny) - Use setuptools instead of distutils in setup.py (vtrefny) - Use shutil.which instead of distutils.spawn.find_executable (vtrefny) - Do not use FS.mount for btrfs temporary mounts (vtrefny)
This commit is contained in:
parent
bf2361d0c6
commit
5d4e6a46b0
2
.gitignore
vendored
2
.gitignore
vendored
@ -137,3 +137,5 @@
|
|||||||
/blivet-3.4.0-tests.tar.gz
|
/blivet-3.4.0-tests.tar.gz
|
||||||
/blivet-3.4.1.tar.gz
|
/blivet-3.4.1.tar.gz
|
||||||
/blivet-3.4.1-tests.tar.gz
|
/blivet-3.4.1-tests.tar.gz
|
||||||
|
/blivet-3.4.2.tar.gz
|
||||||
|
/blivet-3.4.2-tests.tar.gz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Summary: A python module for system storage configuration
|
Summary: A python module for system storage configuration
|
||||||
Name: python-blivet
|
Name: python-blivet
|
||||||
Url: https://storageapis.wordpress.com/projects/blivet
|
Url: https://storageapis.wordpress.com/projects/blivet
|
||||||
Version: 3.4.1
|
Version: 3.4.2
|
||||||
|
|
||||||
#%%global prerelease .b2
|
#%%global prerelease .b2
|
||||||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
||||||
@ -196,6 +196,22 @@ configuration.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 30 2021 Vojtech Trefny <vtrefny@redhat.com> - 3.4.2-1
|
||||||
|
- pylint: Remove pdb breakpoint in device_properties_test (vtrefny)
|
||||||
|
- pylint: Fix exception string in get_cow_sysfs_path (vtrefny)
|
||||||
|
- pylint: Remove redundant 'u' prefixes for strings in doc/conf.py (vtrefny)
|
||||||
|
- pylint: Ignore the "redundant-u-string-prefix" warning in i18n.py (vtrefny)
|
||||||
|
- pylint: Ignore the new warning W1514 "unspecified-encoding" (vtrefny)
|
||||||
|
- pylint: Fix multuple unused variables 'e' in exceptions (vtrefny)
|
||||||
|
- Makefile: Specify weblate repository branch for the potfile target (vtrefny)
|
||||||
|
- flags: Fix leaking file descriptor (vtrefny)
|
||||||
|
- README: Add info about our openSUSE/Mageia/OpenMandriva Copr repo (vtrefny)
|
||||||
|
- Fix checking for LVM VDO support with libblockdev 2.23 and older (vtrefny)
|
||||||
|
- tasks: Allow specifying custom error message for UnavailableMethod (vtrefny)
|
||||||
|
- Use setuptools instead of distutils in setup.py (vtrefny)
|
||||||
|
- Use shutil.which instead of distutils.spawn.find_executable (vtrefny)
|
||||||
|
- Do not use FS.mount for btrfs temporary mounts (vtrefny)
|
||||||
|
|
||||||
* Thu Aug 19 2021 Vojtech Trefny <vtrefny@redhat.com> - 3.4.1-1
|
* Thu Aug 19 2021 Vojtech Trefny <vtrefny@redhat.com> - 3.4.1-1
|
||||||
- pylint: Ignore deprecation warning about threading.currentThread (vtrefny)
|
- pylint: Ignore deprecation warning about threading.currentThread (vtrefny)
|
||||||
- Fix getting PV info in LVMPhysicalVolume from the cache (vtrefny)
|
- Fix getting PV info in LVMPhysicalVolume from the cache (vtrefny)
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (blivet-3.4.1.tar.gz) = 175e5745fb309eba917df26730ee9523441186912469c437db2ac5af5510fd6fbeea8db854c3fac4bb20f1f4f5cd407da433481213919bd3c0b8acf999e20c7c
|
SHA512 (blivet-3.4.2.tar.gz) = f9c8a7806190d708d861b6997c26add5809f5abccc42aa74b6523e538d6bf22f7f7ed04205d86be24ecf1156a80d43f3ccdfce1a2cd365930dfc18b6e677c420
|
||||||
SHA512 (blivet-3.4.1-tests.tar.gz) = 761dae71e46b877c81f077efd367b14433a4235101239d4b351b60e74efc99e403b446ea07fda5e9d1693a8010c28fb9b54ac9cafe193a53202acc23052efff8
|
SHA512 (blivet-3.4.2-tests.tar.gz) = 334edc998798d465decac0e6325a3aea708ec5cc07fdea13d221efe0d54bb1e4c32a15ccfb156ffb44187be3e600969110e107d0a417f214d9f8def3fe666f66
|
||||||
|
Loading…
Reference in New Issue
Block a user