Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-discogs-client
Commits:
67dc8ec1 by Maxime Gauduin at 2025-01-01T22:51:47+01:00
upgpkg: 2.7.1-1
- - - - -
9d320c6c by Maxime Gauduin at 2025-01-01T22:53:19+01:00
upgpkg: 2.7.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,17 @@
pkgbase = python-discogs-client
pkgdesc = Python Client for the Discogs API
- pkgver = 2.7
- pkgrel = 4
+ pkgver = 2.7.1
+ pkgrel = 1
url = https://github.com/joalla/discogs_client
arch = any
- license = BSD
+ license = BSD-2-Clause
makedepends = git
makedepends = python-setuptools
+ depends = python
depends = python-dateutil
depends = python-requests
depends = python-oauthlib
- source =
git+https://github.com/joalla/discogs_client.git#tag=41aae5e0f7b2af7635d0e86f791ba66ed7568663
- b2sums = SKIP
+ source =
git+https://github.com/joalla/discogs_client.git#tag=98059c0d00a3c65afa8f1e514d3a6f1327cade3c
+ b2sums =
b8ebff8228c9eecc5f2ed5dff453cd54fd43b1eaf2afff2ecf33032102e272184af666c4b9aa2e903e91b229e2140853dd42e6b942aefc6a41fba8e170b44e3f
pkgname = python-discogs-client
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,14 @@
# Contributor: Joost Bremmer <[email protected]>
pkgname=python-discogs-client
-pkgver=2.7
-pkgrel=4
+pkgver=2.7.1
+pkgrel=1
pkgdesc='Python Client for the Discogs API'
arch=(any)
url=https://github.com/joalla/discogs_client
-license=(BSD)
+license=(BSD-2-Clause)
depends=(
+ python
python-dateutil
python-requests
python-oauthlib
@@ -20,9 +21,9 @@ makedepends=(
git
python-setuptools
)
-_tag=41aae5e0f7b2af7635d0e86f791ba66ed7568663
+_tag=98059c0d00a3c65afa8f1e514d3a6f1327cade3c
source=(git+https://github.com/joalla/discogs_client.git#tag=${_tag})
-b2sums=(SKIP)
+b2sums=('b8ebff8228c9eecc5f2ed5dff453cd54fd43b1eaf2afff2ecf33032102e272184af666c4b9aa2e903e91b229e2140853dd42e6b942aefc6a41fba8e170b44e3f')
pkgver() {
cd discogs_client
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-discogs-client/-/compare/8dad91d7f6826004c0edebde2cf65d6a5d57c16e...9d320c6cb6aea933f9418494e6761adda55d19b1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-discogs-client/-/compare/8dad91d7f6826004c0edebde2cf65d6a5d57c16e...9d320c6cb6aea933f9418494e6761adda55d19b1
You're receiving this email because of your account on gitlab.archlinux.org.