George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-pylast
Commits:
8553c1e5 by George Rawlinson at 2026-06-30T20:52:57+00:00
reuse: simplify conf
- - - - -
5f33a818 by George Rawlinson at 2026-06-30T20:55:44+00:00
upgpkg: 7.1.0-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pylast
pkgdesc = A Python interface to Last.fm and Libre.fm
- pkgver = 7.0.2
+ pkgver = 7.1.0
pkgrel = 1
url = https://github.com/pylast/pylast
arch = any
@@ -11,9 +11,9 @@ pkgbase = python-pylast
makedepends = python-hatchling
makedepends = python-installer
depends = python
- depends = python-httpx
- source =
python-pylast::git+https://github.com/pylast/pylast.git#tag=7.0.2
- sha512sums =
6e7094152490a2f82708dec1f304e73281fa0c5420768e97de43c446829f68e748f104129a914dc11044447ffc58f77ed68b4860d1f9a87cefd5fccc50cc407d
- b2sums =
713cf4d4fff535fcedecd26297338285cd4e01d7139cf02b1998a26ab87c675efc0c4b0d6f19dd68eff830cac74d4386a1d32ccd4dae308bee3e78d0d6c5b3f4
+ depends = python-httpx2
+ source =
python-pylast::git+https://github.com/pylast/pylast.git#tag=7.1.0
+ sha512sums =
9f3129cecc1c62f73206ef96da0d66365f5a69bde26352d5325da31a3aa40854837f0dfe8ccec69d58c090cf4ef2dde8611877c711f59359fe897e9d32e0c380
+ b2sums =
a9e4cf8977d77f29a6d148cc14bfc4d46dd674867e56eb56534540b11c49792875bc060c428d5a9bbda9604f225913f49e205608294817dfcc0f3aca942420d1
pkgname = python-pylast
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Amr Hassan <[email protected]>
pkgname=python-pylast
-pkgver=7.0.2
+pkgver=7.1.0
pkgrel=1
pkgdesc='A Python interface to Last.fm and Libre.fm'
arch=(any)
@@ -13,7 +13,7 @@ url='https://github.com/pylast/pylast'
license=(Apache-2.0)
depends=(
python
- python-httpx
+ python-httpx2
)
makedepends=(
git
@@ -23,8 +23,8 @@ makedepends=(
python-installer
)
source=("$pkgname::git+https://github.com/pylast/pylast.git#tag=$pkgver")
-sha512sums=('6e7094152490a2f82708dec1f304e73281fa0c5420768e97de43c446829f68e748f104129a914dc11044447ffc58f77ed68b4860d1f9a87cefd5fccc50cc407d')
-b2sums=('713cf4d4fff535fcedecd26297338285cd4e01d7139cf02b1998a26ab87c675efc0c4b0d6f19dd68eff830cac74d4386a1d32ccd4dae308bee3e78d0d6c5b3f4')
+sha512sums=('9f3129cecc1c62f73206ef96da0d66365f5a69bde26352d5325da31a3aa40854837f0dfe8ccec69d58c090cf4ef2dde8611877c711f59359fe897e9d32e0c380')
+b2sums=('a9e4cf8977d77f29a6d148cc14bfc4d46dd674867e56eb56534540b11c49792875bc060c428d5a9bbda9604f225913f49e205608294817dfcc0f3aca942420d1')
build() {
cd "$pkgname"
=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
]
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylast/-/compare/a790fe2acb1af64cae774fa243e5274b249f9484...5f33a81889c37e9fb1037e04abadc4c6e7ac020c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylast/-/compare/a790fe2acb1af64cae774fa243e5274b249f9484...5f33a81889c37e9fb1037e04abadc4c6e7ac020c
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help