From 8ebe7d9e0a899c51db617b8bac1e9a0b083c4667 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 19 Dec 2025 18:27:24 +0200 Subject: [PATCH] Update package version to 3.2.3_1 --- check-version.sh | 9 +++------ pkg.info | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/check-version.sh b/check-version.sh index 7dc6e86..da1b50e 100644 --- a/check-version.sh +++ b/check-version.sh @@ -6,10 +6,7 @@ REPO="cython/cython" # Get tag name using Github Rest API TAG_NAME=$(curl -s -L -H "X-GitHub-Api-Version: 2022-11-28" -H "Authorization: token ${GITHUB_API_TOKEN}" https://api.github.com/repos/"$REPO"/releases/latest | jq -r '.tag_name') -# Get version number from tag name -#VERSION=$(echo "$TAG_NAME" | rev | cut -d'-' -f1 | rev) +# Replace dash with underscore +VERSION=${TAG_NAME//-/_} -# Trim 'v' character in VERSION variable -#VERSION=$(echo "$VERSION" | tr -d 'v') - -echo "$TAG_NAME" +echo "$VERSION" diff --git a/pkg.info b/pkg.info index b84dd41..9372c91 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: python-cython description: Optimising static compiler for the Python programming language and the extended Cython programming language -version: 3.2.2 +version: 3.2.3_1 revision: 1 url: https://cython.org/ license: Apache-2.0 @@ -12,7 +12,7 @@ depends: make_depends: - python-setuptools downloads: - - url: https://github.com/cython/cython/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz + - url: https://github.com/cython/cython/archive/refs/tags/${BPM_PKG_VERSION/_/-}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: fc933aa9dd6e04ad36b5ff3fb400f2060a12825066f54fd62adc95b356a9c062 + checksum: 52c7ef3ceeed9ffdf5297bfc7ebac0090b2d247ade07b3276bdbc966abf81d58