Update package version to 12.6.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: libvirt-python
|
name: libvirt-python
|
||||||
description: Python bindings for libvirt
|
description: Python bindings for libvirt
|
||||||
version: 12.5.0
|
version: 12.6.0
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://pypi.python.org/pypi/libvirt-python
|
url: https://pypi.python.org/pypi/libvirt-python
|
||||||
license: LGPL2.1-or-later
|
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
|
- 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_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 5364f1729f08eec66c0576dbbbde7b9ebd17954cff946cd474e52f19de68797b
|
checksum: e7968dbe8e085b1b51ff8aab2d49cc09740fff311804ba67c0ca8c9cef0e7384
|
||||||
|
|||||||
@@ -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 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
|
# 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
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
|
|||||||
Reference in New Issue
Block a user