From a24045268feb3a11d1bc192c5d0b5581edeec6eb Mon Sep 17 00:00:00 2001 From: LINUXHUNTERREDHAT Date: Mon, 31 Aug 2026 16:08:47 +0300 Subject: [PATCH] osc: update to 1.27.3 --- srcpkgs/osc/files/README.voidlinux | 4 ++++ srcpkgs/osc/template | 10 +++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/osc/files/README.voidlinux diff --git a/srcpkgs/osc/files/README.voidlinux b/srcpkgs/osc/files/README.voidlinux new file mode 100644 index 00000000000000..c411db99e17751 --- /dev/null +++ b/srcpkgs/osc/files/README.voidlinux @@ -0,0 +1,4 @@ +Osc has the following optional dependency: +obs-build: For command 'osc build' + +# xbps-install -S obs-build \ No newline at end of file diff --git a/srcpkgs/osc/template b/srcpkgs/osc/template index 32344b17907d74..27417a9bad1432 100644 --- a/srcpkgs/osc/template +++ b/srcpkgs/osc/template @@ -1,16 +1,20 @@ # Template file for 'osc' pkgname=osc -version=1.24.0 +version=1.27.3 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-cryptography python3-devel rpm-python3 python3-urllib3" depends="python3-cryptography rpm-python3 python3-urllib3 python3-ruamel.yaml" -checkdepends="python3-pytest diffstat $depends" +checkdepends="python3-pytest diffstat git $depends" short_desc="Command Line Interface for Open Build Service" maintainer="Emil Miler " license="GPL-2.0-or-later" homepage="https://github.com/openSUSE/osc" changelog="https://raw.githubusercontent.com/openSUSE/osc/master/NEWS" distfiles="https://github.com/openSUSE/osc/archive/refs/tags/${version}.tar.gz" -checksum=f2bc8b57e674d320efb9d0617b6e5abc0de1f7185369558ed1a07b91b67eb931 +checksum=72e90ff3d278fc072f640223cf911635eed58c7ecbac4da722205a0ebf83ddf0 + +post_install() { + vdoc "${FILESDIR}/README.voidlinux" +}