Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-discogs-client
Commits:
8dad91d7 by Jelle van der Waa at 2024-12-30T14:12:43+01:00
Drop python-six dependency
No longer needed as Python 2 is no longer supported.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
pkgbase = python-discogs-client
pkgdesc = Python Client for the Discogs API
pkgver = 2.7
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/joalla/discogs_client
arch = any
license = BSD
makedepends = git
makedepends = python-setuptools
depends = python-dateutil
- depends = python-six
depends = python-requests
depends = python-oauthlib
source =
git+https://github.com/joalla/discogs_client.git#tag=41aae5e0f7b2af7635d0e86f791ba66ed7568663
=====================================
PKGBUILD
=====================================
@@ -6,14 +6,13 @@
pkgname=python-discogs-client
pkgver=2.7
-pkgrel=3
+pkgrel=4
pkgdesc='Python Client for the Discogs API'
arch=(any)
url=https://github.com/joalla/discogs_client
license=(BSD)
depends=(
python-dateutil
- python-six
python-requests
python-oauthlib
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-discogs-client/-/commit/8dad91d7f6826004c0edebde2cf65d6a5d57c16e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-discogs-client/-/commit/8dad91d7f6826004c0edebde2cf65d6a5d57c16e
You're receiving this email because of your account on gitlab.archlinux.org.