From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1215426-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7B6E9138359
	for <garchives@archives.gentoo.org>; Fri, 16 Oct 2020 17:25:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A7F10E07F9;
	Fri, 16 Oct 2020 17:25:34 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8C709E07F9
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Oct 2020 17:25:34 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3D22933BDE1
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Oct 2020 17:25:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B39B52EE
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Oct 2020 17:25:31 +0000 (UTC)
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" <sbraz@gentoo.org>
Message-ID: <1602869110.23f9659c32e5afd9e50e80dbbabf1bd28744e866.sbraz@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/sqlalchemy/metadata.xml
X-VCS-Directories: dev-python/sqlalchemy/
X-VCS-Committer: sbraz
X-VCS-Committer-Name: Louis Sautier
X-VCS-Revision: 23f9659c32e5afd9e50e80dbbabf1bd28744e866
X-VCS-Branch: master
Date: Fri, 16 Oct 2020 17:25:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e389e9ae-2c59-4a22-80ca-9846c2d77482
X-Archives-Hash: 2465eb4b76fa01d0bdbdd3e6491fec24

commit:     23f9659c32e5afd9e50e80dbbabf1bd28744e866
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 17:25:10 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 17:25:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f9659c

dev-python/sqlalchemy: update upstream metadata

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/sqlalchemy/metadata.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/sqlalchemy/metadata.xml b/dev-python/sqlalchemy/metadata.xml
index c94fc8af5ae..c09a95e459e 100644
--- a/dev-python/sqlalchemy/metadata.xml
+++ b/dev-python/sqlalchemy/metadata.xml
@@ -7,5 +7,7 @@
 	</maintainer>
 	<upstream>
 		<remote-id type="pypi">SQLAlchemy</remote-id>
+		<remote-id type="github">sqlalchemy/sqlalchemy</remote-id>
+		<bugs-to>https://github.com/sqlalchemy/sqlalchemy/issues</bugs-to>
 	</upstream>
 </pkgmetadata>