Martin Rys pushed to branch main at Arch Linux / Packaging / Packages /
python-tekore
Commits:
8f14acbb by Martin Rys at 2025-12-18T21:52:00+01:00
upgpkg: 6.1.0-1: Bump to 6.1.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-tekore
pkgdesc = Client for the Spotify Web API
- pkgver = 6.0.0
- pkgrel = 4
+ pkgver = 6.1.0
+ pkgrel = 1
url = https://github.com/felix-hilden/tekore
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-tekore
depends = python
depends = python-httpx
depends = python-pydantic
- source =
python-tekore-6.0.0.tar.gz::https://github.com/felix-hilden/tekore/archive/v6.0.0.tar.gz
- sha256sums =
7103852fcb91c45c7125083da94b2cf791cbe66ffd8133f4dbc847e305c4bb9d
+ source =
python-tekore-6.1.0.tar.gz::https://github.com/felix-hilden/tekore/archive/v6.1.0.tar.gz
+ sha256sums =
288fcc981075bb7bd547a3382938447386a9fb2b79677f4c8bf7c2bc7317d347
pkgname = python-tekore
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Mario Ortiz Manero <[email protected]>
pkgname=python-tekore
-pkgver=6.0.0
-pkgrel=4
+pkgver=6.1.0
+pkgrel=1
pkgdesc="Client for the Spotify Web API"
arch=("any")
url="https://github.com/felix-hilden/tekore"
@@ -17,7 +17,7 @@ makedepends=(
"python-installer"
"python-setuptools")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/felix-hilden/tekore/archive/v${pkgver}.tar.gz")
-sha256sums=('7103852fcb91c45c7125083da94b2cf791cbe66ffd8133f4dbc847e305c4bb9d')
+sha256sums=('288fcc981075bb7bd547a3382938447386a9fb2b79677f4c8bf7c2bc7317d347')
prepare() {
cd "tekore-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tekore/-/commit/8f14acbb7b0bd0adf60cc47b82cee5e3dce02988
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tekore/-/commit/8f14acbb7b0bd0adf60cc47b82cee5e3dce02988
You're receiving this email because of your account on gitlab.archlinux.org.