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 A7D60158074 for ; Fri, 04 Jul 2025 12:36:47 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 55CB83420E1 for ; Fri, 04 Jul 2025 12:36:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F2398110562; Fri, 04 Jul 2025 12:36:32 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E4DFA110562 for ; Fri, 04 Jul 2025 12:36:32 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1B93342095 for ; Fri, 04 Jul 2025 12:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 151492CFC for ; Fri, 04 Jul 2025 12:36:30 +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: <1751632583.165f5beb8c178af3a2842b17b9943d59bdef5ea7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asgiref/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asgiref/Manifest dev-python/asgiref/asgiref-3.9.0.ebuild X-VCS-Directories: dev-python/asgiref/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 165f5beb8c178af3a2842b17b9943d59bdef5ea7 X-VCS-Branch: master Date: Fri, 04 Jul 2025 12:36:30 +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: 75a3022f-3f72-4b3f-ae4e-a530d32f885b X-Archives-Hash: 0b083fe80fda82ce300060a316254947 commit: 165f5beb8c178af3a2842b17b9943d59bdef5ea7 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 4 11:37:29 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 4 12:36:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165f5beb dev-python/asgiref: Bump to 3.9.0 Signed-off-by: Michał Górny gentoo.org> dev-python/asgiref/Manifest | 1 + dev-python/asgiref/asgiref-3.9.0.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest index e1b75b3f0bf8..051f7a495998 100644 --- a/dev-python/asgiref/Manifest +++ b/dev-python/asgiref/Manifest @@ -1 +1,2 @@ DIST asgiref-3.8.1.tar.gz 35186 BLAKE2B ce18c03ad3de054375eb5c97792bfdb6b0ae19f8769f2968892d805d3c54c2d4e7dd7b05036bd786a828d0537fcebe983b46d38bdfc17d09be7e924ee3462d5c SHA512 3ef9ac2fcdce069cde96467abaa4a820c4eac19d40ce72e1afd0ca08279c00053a7e107966d766651def33a72a19c11559849b1032e89d62f544156590ef801d +DIST asgiref-3.9.0.tar.gz 36772 BLAKE2B c6c83f29dba712976b6f2ec6c751885a1af8b9df6e8d6e616e844bacfbb57cd196c177ad27c1b55ca1dd3c66a7abbaa8f3dd3851925839295cd9d2308079a47e SHA512 6f0847cb28f1dc2d721b2540331270c18d4e9b0bf412fe5a0447ddc8abf133a6cd9254c333e56415af3cd3676db58516f695a64f99d70ab052b513ce0d59499e diff --git a/dev-python/asgiref/asgiref-3.9.0.ebuild b/dev-python/asgiref/asgiref-3.9.0.ebuild new file mode 100644 index 000000000000..1501c80deca1 --- /dev/null +++ b/dev-python/asgiref/asgiref-3.9.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) + +inherit distutils-r1 pypi + +DESCRIPTION="ASGI utilities (successor to WSGI)" +HOMEPAGE=" + https://asgi.readthedocs.io/en/latest/ + https://github.com/django/asgiref/ + https://pypi.org/project/asgiref/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +EPYTEST_PLUGINS=( pytest-asyncio ) +distutils_enable_tests pytest + +[[ ${PV} != 3.9.0 ]] && die "Remove deselect" +EPYTEST_DESELECT=( + # https://github.com/django/asgiref/pull/521 + tests/test_garbage_collection.py +)