Skip to content

Commit

Permalink
New version: 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Aug 3, 2023
1 parent b5ba2d1 commit 81e033b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 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.8.0'
__version__ = '3.8.1'

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.8.0'
version = '3.8.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
19 changes: 17 additions & 2 deletions python-blivet.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Summary: A python module for system storage configuration
Name: python-blivet
Url: https://storageapis.wordpress.com/projects/blivet
Version: 3.8.0
Version: 3.8.1

#%%global prerelease .b2
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
Release: 99%{?prerelease}%{?dist}
Release: 1%{?prerelease}%{?dist}
Epoch: 1
License: LGPL-2.1-or-later
%global realname blivet
Expand Down Expand Up @@ -107,6 +107,21 @@ make DESTDIR=%{buildroot} install
%{python3_sitelib}/*

%changelog
* Thu Aug 03 2023 Vojtech Trefny <[email protected]> - 3.8.1-1
- Ignore new false positives with the latest pylint (vtrefny)
- iscsi: Rename storaged to udisks (tbzatek)
- iscsi: Rework UDisks iscsi module activation (tbzatek)
- iscsi: Make sure to modprobe iscsi_ibft (tbzatek)
- iscsi: Downgrade default CHAP auth algs to SHA1,MD5 (tbzatek)
- iscsi: Save firmware initiator name to /etc/iscsi/initiatorname.iscsi
(vtrefny)
- spec: Bump release to 99 to be always ahead of Fedora in nightly (vtrefny)
- tests: Improve iscsi_test.ISCSITestCase (vtrefny)
- Make sure that LUKS.has_key always returns a boolean value (vtrefny)
- Squashed 'translation-canary/' changes from d6a40985..5bb81253 (vtrefny)
- Add btrfs subvolume specification to devicetree.resolve_device (vtrefny)
- Revert "Makefile cleanup" (vtrefny)

* Thu Jun 29 2023 Vojtech Trefny <[email protected]> - 3.8.0-1
- Revert "Makefile cleanup" (blivet-ci)
- Require libblockdev 3.0 when importing from GI (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.8.0',
version='3.8.1',
cmdclass={"sdist": blivet_sdist},
description='Python module for system storage configuration',
long_description=long_description,
Expand Down

0 comments on commit 81e033b

Please sign in to comment.