Skip to content

Commit

Permalink
libbtrfsutil: bump btrfsutil version, add release steps
Browse files Browse the repository at this point in the history
[ ci skip ]

Issue: #310
Signed-off-by: David Sterba <dsterba@suse.com>
  • Loading branch information
kdave committed Sep 18, 2024
1 parent 5ff9f62 commit 79ce9b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Documentation/dev/ReleaseChecklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libbtrfsutil/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def run(self):
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+',
Expand Down

0 comments on commit 79ce9b6

Please sign in to comment.