[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: python-discogs-client: Update to 2.3.12.
From: |
guix-commits |
Subject: |
04/13: gnu: python-discogs-client: Update to 2.3.12. |
Date: |
Sat, 4 Sep 2021 09:07:46 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit ef9ad66f35617d384ac79c08cbe7125f79c7bc3f
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Sep 2 13:51:18 2021 +0200
gnu: python-discogs-client: Update to 2.3.12.
* gnu/packages/music.scm (python-discogs-client)[version]: Update to 2.3.12.
[source]: Switch to fork.
[home-page]: Ditto.
[synopsis]: Remove “official”.
[description]: Mention we’re using a fork.
[native-inputs]: Remove.
[propagated-inputs]: Add python-dateutil.
---
gnu/packages/music.scm | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 82c9242..33abab6 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4695,26 +4695,26 @@ provide a very simple interface for editing and playing
MIDI loops.")
(define-public python-discogs-client
(package
(name "python-discogs-client")
- (version "2.2.1")
+ (version "2.3.12")
(source (origin
(method url-fetch)
- (uri (pypi-uri "discogs-client" version))
+ (uri (pypi-uri "python3-discogs-client" version))
(sha256
(base32
- "053ld2psh0yj3z0kg6z5bn4y3cr562m727494n0ayhgzbkjbacly"))))
+ "1zmib0i9jicv9fyphgkcrk418qmpv3l4p38ibl31sh237ki5xqw9"))))
(build-system python-build-system)
(propagated-inputs
- `(("python-oauthlib" ,python-oauthlib)
+ `(("python-dateutil" ,python-dateutil)
+ ("python-oauthlib" ,python-oauthlib)
("python-requests" ,python-requests)))
- (native-inputs
- `(("python-six" ,python-six)))
- (home-page "https://github.com/discogs/discogs_client")
- (synopsis "Official Python client for the Discogs API")
- (description "This is the official Discogs API client for Python. It
enables
-you to query the Discogs database for information on artists, releases, labels,
-users, Marketplace listings, and more. It also supports OAuth 1.0a
-authorization, which allows you to change user data such as profile
information,
-collections and wantlists, inventory, and orders.")
+ (home-page "https://github.com/joalla/discogs_client")
+ (synopsis "Python client for the Discogs API")
+ (description "This is the continuation of the official Discogs API
+client for Python. It enables you to query the Discogs database for
+information on artists, releases, labels, users, Marketplace listings,
+and more. It also supports OAuth 1.0a authorization, which allows you to
+change user data such as profile information, collections and wantlists,
+inventory, and orders.")
(license license:bsd-2)))
(define-public python2-discogs-client
- branch master updated (1fd0bf6 -> e82b103), guix-commits, 2021/09/04
- 01/13: gnu: python-confuse: Update to 1.5.0., guix-commits, 2021/09/04
- 03/13: gnu: python-mediafile: Update to 0.7.0., guix-commits, 2021/09/04
- 05/13: gnu: beets-bandcamp: Update to 0.1.4., guix-commits, 2021/09/04
- 04/13: gnu: python-discogs-client: Update to 2.3.12.,
guix-commits <=
- 09/13: gnu: python-mutagen: Update home-page., guix-commits, 2021/09/04
- 12/13: gnu: python-jellyfish: Update to 0.8.8., guix-commits, 2021/09/04
- 10/13: gnu: python-musicbrainzngs: Update to 0.7.1., guix-commits, 2021/09/04
- 07/13: gnu: python-pylast: Update to 4.2.1., guix-commits, 2021/09/04
- 13/13: gnu: python-rarfile: Update to 4.0., guix-commits, 2021/09/04
- 08/13: gnu: python-mpd2: Update to 3.0.4., guix-commits, 2021/09/04
- 06/13: gnu: beets: Update to 1.5.0., guix-commits, 2021/09/04
- 11/13: gnu: python-munkres: Update to 1.1.4., guix-commits, 2021/09/04
- 02/13: gnu: python-pyacoustid: Update to 1.2.2., guix-commits, 2021/09/04