Skip to content

Commit

Permalink
New version: 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Mar 28, 2024
1 parent c691200 commit 0fbc1d4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 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 <vpodzime@redhat.com>
#

__version__ = '3.9.1'
__version__ = '3.9.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.9.1'
version = '3.9.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
21 changes: 20 additions & 1 deletion python-blivet.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: A python module for system storage configuration
Name: python-blivet
Url: https://storageapis.wordpress.com/projects/blivet
Version: 3.9.1
Version: 3.9.2

#%%global prerelease .b2
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
Expand Down Expand Up @@ -110,6 +110,25 @@ make DESTDIR=%{buildroot} install
%{python3_sitelib}/*

%changelog
* Thu Mar 28 2024 Vojtech Trefny <vtrefny@redhat.com> - 3.9.2-1
- tests: Add a simple unit test for listing btrfs subvolumes (vtrefny)
- Fix getting default subvolume ID for mounted btrfs volumes (vtrefny)
- Do not try to get btrfs subvolumes without libblockdev (vtrefny)
- Do not raise not implemented exception when checking if btrfs is empty
(vtrefny)
- Try to start stratisd before checking its availability (vtrefny)
- Fix creating Stratis filesystem without size specified (vtrefny)
- Fix printing the partition type UUID (vtrefny)
- Adjust check for btrfs filesystem being empty (vtrefny)
- Fix util.detect_virt on Amazon (vtrefny)
- misc: Vagrantfile update (vtrefny)
- misc: Run pip with --break-system-packages (vtrefny)
- misc: Add missing libmount build dependencies (vtrefny)
- availability: Check for mpath friendly names availability (vtrefny)
- Allow running blivet without libmount Python bindings (vtrefny)
- Fstab cleanup fix (japokorn)
- Fix getting subvolumes for mounted btrfs volumes (vtrefny)

* Tue Feb 27 2024 Vojtech Trefny <vtrefny@redhat.com> - 3.9.1-1
- Try to assemble MD arrays during populate (#2236356) (vtrefny)
- Fix UnboundLocalError in MD populator (vtrefny)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def make_release_tree(self, base_dir, files):


setup(name='blivet',
version='3.9.1',
version='3.9.2',
cmdclass={"sdist": blivet_sdist},
description='Python module for system storage configuration',
long_description=long_description,
Expand Down

0 comments on commit 0fbc1d4

Please sign in to comment.