From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5BB96158091 for ; Wed, 15 Jun 2022 11:32:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5249E08C4; Wed, 15 Jun 2022 11:32:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C1A4E08C4 for ; Wed, 15 Jun 2022 11:32:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB0B1341D35 for ; Wed, 15 Jun 2022 11:32:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BD4E50C for ; Wed, 15 Jun 2022 11:32:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1655292754.05bed45cdc2b93c693b62dd11842501e6b0e2ad3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/discogs-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/discogs-client/Manifest dev-python/discogs-client/discogs-client-2.3.15.ebuild dev-python/discogs-client/discogs-client-9999.ebuild X-VCS-Directories: dev-python/discogs-client/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 05bed45cdc2b93c693b62dd11842501e6b0e2ad3 X-VCS-Branch: master Date: Wed, 15 Jun 2022 11:32:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cf4b0e4-4deb-46d3-abca-24eb5c4f9dc6 X-Archives-Hash: d6b5baa47852566c3dd66554c6e26955 commit: 05bed45cdc2b93c693b62dd11842501e6b0e2ad3 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 15 06:59:34 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 15 11:32:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bed45c dev-python/discogs-client: Bump to 2.3.15 Signed-off-by: Michał Górny gentoo.org> dev-python/discogs-client/Manifest | 1 + .../{discogs-client-9999.ebuild => discogs-client-2.3.15.ebuild} | 6 ++++-- dev-python/discogs-client/discogs-client-9999.ebuild | 6 ++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dev-python/discogs-client/Manifest b/dev-python/discogs-client/Manifest index e240e22a0f27..9360bdab0727 100644 --- a/dev-python/discogs-client/Manifest +++ b/dev-python/discogs-client/Manifest @@ -1 +1,2 @@ DIST python3-discogs-client-2.3.14.tar.gz 34461 BLAKE2B 7212e220e1ea68bf71e8ddf54ee5d820e7cb7203e1d34b34abf818227e1f842b6ea680101e7a761ae448d0dbc298e8c33ae9969c7c3d1c93ca912d92274d52c0 SHA512 356faf54025691a3af74d947589132d5c159176146669572d14490ece05a0e4546bf0a05bfee4669518c157957cc52eb7842008e7da5555347365236ae19b63d +DIST python3-discogs-client-2.3.15.tar.gz 35059 BLAKE2B fe2b577b4810480fcad8a76c8f961809baa5b217c0d01c262f4a6a0a2993b2a6d2515edf90f276f7a104f6bdf0a1edb0f439c69e51507e3c0cf1ab927049e7f7 SHA512 8da52cc6c125cc4b3c5fb93626075ba32046798f71f72cc9f685fdf10a92a813fbd74b35625994cd4c6b7e394e36265ce01a33b52b607bf498a5f11f68d82ad9 diff --git a/dev-python/discogs-client/discogs-client-9999.ebuild b/dev-python/discogs-client/discogs-client-2.3.15.ebuild similarity index 86% copy from dev-python/discogs-client/discogs-client-9999.ebuild copy to dev-python/discogs-client/discogs-client-2.3.15.ebuild index 6866fa012da6..6e7748b475a9 100644 --- a/dev-python/discogs-client/discogs-client-9999.ebuild +++ b/dev-python/discogs-client/discogs-client-2.3.15.ebuild @@ -18,8 +18,10 @@ else fi DESCRIPTION="Continuation of the official Python API client for Discogs" -HOMEPAGE="https://github.com/joalla/discogs_client - https://pypi.org/project/python3-discogs-client/" +HOMEPAGE=" + https://github.com/joalla/discogs_client/ + https://pypi.org/project/python3-discogs-client/ +" LICENSE="BSD-2" SLOT="0" diff --git a/dev-python/discogs-client/discogs-client-9999.ebuild b/dev-python/discogs-client/discogs-client-9999.ebuild index 6866fa012da6..6e7748b475a9 100644 --- a/dev-python/discogs-client/discogs-client-9999.ebuild +++ b/dev-python/discogs-client/discogs-client-9999.ebuild @@ -18,8 +18,10 @@ else fi DESCRIPTION="Continuation of the official Python API client for Discogs" -HOMEPAGE="https://github.com/joalla/discogs_client - https://pypi.org/project/python3-discogs-client/" +HOMEPAGE=" + https://github.com/joalla/discogs_client/ + https://pypi.org/project/python3-discogs-client/ +" LICENSE="BSD-2" SLOT="0"