From 2f4c25df74a097f2fd2a7d747e628f44aa4699e9 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 7 Aug 2025 17:58:46 +0200 Subject: [PATCH] upgpkg: python-opnieuw 3.1.0-1 upstream release --- python-opnieuw/.SRCINFO | 8 ++++---- python-opnieuw/.nvchecker.toml | 4 ++++ python-opnieuw/PKGBUILD | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 python-opnieuw/.nvchecker.toml diff --git a/python-opnieuw/.SRCINFO b/python-opnieuw/.SRCINFO index 9096a2b..90756e7 100644 --- a/python-opnieuw/.SRCINFO +++ b/python-opnieuw/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = python-opnieuw pkgdesc = A general-purpose retrying library, written in pure Python - pkgver = 3.0.0 - pkgrel = 2 + pkgver = 3.1.0 + pkgrel = 1 url = https://github.com/channable/opnieuw arch = any license = BSD-3-Clause makedepends = python-setuptools depends = python depends = python-typing_extensions - source = python-opnieuw-3.0.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v3.0.0.tar.gz - sha256sums = b2884a17b7acca433924d42af7685e3305098b220e545632fed8d9d7abdf2078 + source = python-opnieuw-3.1.0.tar.gz::https://github.com/channable/opnieuw/archive/refs/tags/v3.1.0.tar.gz + sha256sums = d57ca44672b4a81a6fd73e8d8f039e4cab0149e361c8b0e3a036fa5588544802 pkgname = python-opnieuw diff --git a/python-opnieuw/.nvchecker.toml b/python-opnieuw/.nvchecker.toml new file mode 100644 index 0000000..2d3da29 --- /dev/null +++ b/python-opnieuw/.nvchecker.toml @@ -0,0 +1,4 @@ +[python-opnieuw] +source = "git" +git = "https://github.com/channable/opnieuw.git" +prefix = "v" diff --git a/python-opnieuw/PKGBUILD b/python-opnieuw/PKGBUILD index cb94f17..550e73b 100644 --- a/python-opnieuw/PKGBUILD +++ b/python-opnieuw/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Bert Peters pkgname=python-opnieuw -pkgver=3.0.0 -pkgrel=2 +pkgver=3.1.0 +pkgrel=1 pkgdesc="A general-purpose retrying library, written in pure Python" arch=('any') url="https://github.com/channable/opnieuw" @@ -9,7 +9,7 @@ license=('BSD-3-Clause') depends=('python' 'python-typing_extensions') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('b2884a17b7acca433924d42af7685e3305098b220e545632fed8d9d7abdf2078') +sha256sums=('d57ca44672b4a81a6fd73e8d8f039e4cab0149e361c8b0e3a036fa5588544802') build() { cd "opnieuw-$pkgver"