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 167A3158091 for ; Mon, 30 May 2022 23:04:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5B26E0882; Mon, 30 May 2022 23:04:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B22EEE087A for ; Mon, 30 May 2022 23:04:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B4362341A54 for ; Mon, 30 May 2022 23:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EC014E3 for ; Mon, 30 May 2022 23:04:26 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653951862.a2e73dd38ea5ac39a8d0ec689424ad7a52a2d1df.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/bson/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/bson/Manifest dev-python/bson/bson-0.5.10.ebuild X-VCS-Directories: dev-python/bson/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: a2e73dd38ea5ac39a8d0ec689424ad7a52a2d1df X-VCS-Branch: dev Date: Mon, 30 May 2022 23:04:26 +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: 3d3f9648-eb85-4576-a462-0fe27ddfd62d X-Archives-Hash: 52cad5ff9a9bb2c5c085bbde5bccc9a9 commit: a2e73dd38ea5ac39a8d0ec689424ad7a52a2d1df Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 22:51:54 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 30 23:04:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2e73dd3 dev-python/bson: update SRC_URI Signed-off-by: Alessandro Barbieri gmail.com> dev-python/bson/Manifest | 2 +- dev-python/bson/bson-0.5.10.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bson/Manifest b/dev-python/bson/Manifest index 48b5f7588..57173e566 100644 --- a/dev-python/bson/Manifest +++ b/dev-python/bson/Manifest @@ -1 +1 @@ -DIST bson-0.5.10.tar.gz 24735 BLAKE2B a658598d9cac3bf55327ec2084d4c884b92d00e1ffaa084bcfdbebe24fd53b342d117449fde9d394f08b5fc04f9ea9c6856394bdb90806131c65111478c75f72 SHA512 6c74344a75eaeb7f53609ab78a9223218ac89edd320e503898145668cd746d5b76624d91640223a826af7ab978b107715cdb9904f16f6499c9be1ce9f54a09f8 +DIST bson-0.5.10.gh.tar.gz 24735 BLAKE2B a658598d9cac3bf55327ec2084d4c884b92d00e1ffaa084bcfdbebe24fd53b342d117449fde9d394f08b5fc04f9ea9c6856394bdb90806131c65111478c75f72 SHA512 6c74344a75eaeb7f53609ab78a9223218ac89edd320e503898145668cd746d5b76624d91640223a826af7ab978b107715cdb9904f16f6499c9be1ce9f54a09f8 diff --git a/dev-python/bson/bson-0.5.10.ebuild b/dev-python/bson/bson-0.5.10.ebuild index b50c224b5..1d040d94a 100644 --- a/dev-python/bson/bson-0.5.10.ebuild +++ b/dev-python/bson/bson-0.5.10.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Independent BSON codec for Python that doesn't depend on MongoDB" HOMEPAGE="https://github.com/py-bson/bson" -SRC_URI="https://github.com/py-bson/bson/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/py-bson/bson/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" SLOT="0"