From 9163c05dedd30f470b5706195456066b43052a35 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 4 Sep 2026 15:57:36 +0300 Subject: [PATCH] Update package version to 12.6.0 --- info.yml | 4 ++-- recipe.sh | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/info.yml b/info.yml index 1d36c2d..5fa606b 100644 --- a/info.yml +++ b/info.yml @@ -1,6 +1,6 @@ name: libvirt-python description: Python bindings for libvirt -version: 12.5.0 +version: 12.6.0 revision: 1 url: https://pypi.python.org/pypi/libvirt-python license: LGPL2.1-or-later @@ -20,4 +20,4 @@ downloads: - url: https://gitlab.com/libvirt/libvirt-python/-/archive/v${BPM_PKG_VERSION}/libvirt-python-v${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 5364f1729f08eec66c0576dbbbde7b9ebd17954cff946cd474e52f19de68797b + checksum: e7968dbe8e085b1b51ff8aab2d49cc09740fff311804ba67c0ca8c9cef0e7384 diff --git a/recipe.sh b/recipe.sh index 532409c..aff5a27 100644 --- a/recipe.sh +++ b/recipe.sh @@ -2,12 +2,6 @@ # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT -# The prepare function is executed in the root of the temp directory -# This function is used for putting downloaded files to the correct location or applying patches -prepare() { - echo "You may remove this function if you do not intend to use it" -} - # The build function is executed in the source directory # This function is used to compile the source code build() {