From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E7BC31584AD for ; Mon, 05 May 2025 13:36:26 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C861C343173 for ; Mon, 05 May 2025 13:36:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 013671103AD; Mon, 05 May 2025 13:36:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id E2F4311036F for ; Mon, 05 May 2025 13:36:21 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A11A3430F5 for ; Mon, 05 May 2025 13:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EDC02774 for ; Mon, 05 May 2025 13:36:20 +0000 (UTC) From: "Oz N Tiram" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Oz N Tiram" Message-ID: <1746452179.d9f6bc6fb7095a760bdb091f6d0d933488c8ff71.oz.tiram@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/authlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/authlib/Manifest dev-python/authlib/authlib-1.5.2.ebuild X-VCS-Directories: dev-python/authlib/ X-VCS-Committer: oz.tiram X-VCS-Committer-Name: Oz N Tiram X-VCS-Revision: d9f6bc6fb7095a760bdb091f6d0d933488c8ff71 X-VCS-Branch: dev Date: Mon, 05 May 2025 13:36:20 +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: ca1e32d4-9036-4e64-8a63-cda7f0fd47aa X-Archives-Hash: a98273d23f45f68a9ec7da229463610d commit: d9f6bc6fb7095a760bdb091f6d0d933488c8ff71 Author: Oz Tiram gmail com> AuthorDate: Mon May 5 13:33:54 2025 +0000 Commit: Oz N Tiram gmail com> CommitDate: Mon May 5 13:36:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9f6bc6f dev-python/authlib: update SRC_URI Signed-off-by: Oz Tiram gmail.com> dev-python/authlib/Manifest | 2 +- dev-python/authlib/authlib-1.5.2.ebuild | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/authlib/Manifest b/dev-python/authlib/Manifest index 326d68af9..67e09d6f8 100644 --- a/dev-python/authlib/Manifest +++ b/dev-python/authlib/Manifest @@ -1 +1 @@ -DIST #authlib-1.5.2.tar.gz 3101 BLAKE2B 82203ce4d6463184d05fdbc868f7a00cb4895ed6c393b0f15988f30a9d60a8cb74410fa8e217e39b4c361fb99d99584a5fcb556a37433c51c2636e1f79ddc459 SHA512 77d305f747373f73da81dc9cb0f56bb782d868911e1246700179745645bc8b6b0c2300ae069f16f19d415628d870eb669244fc8257bc653ea78f2d300a67546f +DIST authlib-1.5.2.tar.gz 153000 BLAKE2B 37689414a73e9c8cc54dc0a5e71e208da4feb319a56a4ce2b9839f9332e845ea45f7ad1942051358bcc55402277d630b3cc149b0fea3ec186dc62cbc02bf572c SHA512 ac7a989f646e34d9b712d951a7024e5dbab9103b922152ce54840f60be208ffde8761a64bf4a49937edf9bddd974bbe04ee849848022248f5c5fd95667a555ed diff --git a/dev-python/authlib/authlib-1.5.2.ebuild b/dev-python/authlib/authlib-1.5.2.ebuild index 0f89720a3..201027904 100644 --- a/dev-python/authlib/authlib-1.5.2.ebuild +++ b/dev-python/authlib/authlib-1.5.2.ebuild @@ -7,12 +7,11 @@ PYTHON_COMPAT=( python3_{10,11,12} ) DISTUTILS_USE_PEP517="setuptools" -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A Python library in building OAuth and OpenID Connect servers and clients." HOMEPAGE="https://authlib.org/" -SRC_URI="https://pypi.org/project/Authlib/#${PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0"