libbtrfsutil: bump btrfsutil version, add release steps

[ ci skip ]

Issue: #310
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2024-09-19 01:02:47 +02:00
parent 5ff9f6243e
commit 79ce9b6512
2 changed files with 12 additions and 1 deletions

View File

@ -27,6 +27,17 @@ Pre-release:
* write CHANGES entry (will be visible on RTD right away)
Python btrfsutil (pypi.org):
* rebuild whole project (regenerate constants.c)
* ``cd libbtrfsutil/python``
* edit ``setup.py`` version manually (the toplevel VERSION is not accessible
during dist build)
* ``python3 -m build`` -- build dist files
* ``twine check dist/*.tar.gz`` -- look for warnings
* ``twine upload dist/*.tar.gz`` -- make sure there's only the latest version,
*twine* must need access token to pypi.org
Release:
* tag release, sign

View File

@ -109,7 +109,7 @@ setup(
name='btrfsutil',
# FIXME: version file is not present when building outside of git
#version=get_version(),
version='6.10',
version='6.11',
description='Library for managing Btrfs filesystems',
url='https://github.com/kdave/btrfs-progs',
license='LGPLv2+',