From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asgiref/
Date: Sun, 28 May 2023 02:50:37 +0000 (UTC) [thread overview]
Message-ID: <1685242230.632ec9b8d20a47f81d4157a8a10a2fec77c625ce.mgorny@gentoo> (raw)
commit: 632ec9b8d20a47f81d4157a8a10a2fec77c625ce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 02:40:47 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 28 02:50:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632ec9b8
dev-python/asgiref: Bump to 3.7.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/asgiref/Manifest | 1 +
dev-python/asgiref/asgiref-3.7.2.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index b30d4dac595f..15ad060e964d 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,3 +1,4 @@
DIST asgiref-3.6.0.tar.gz 32748 BLAKE2B ce3facb2d026551df31ab28a3d9c4bb22be6828664d3b341369eb5dffaec1f2a519ab84356ec89dcfe112a96430be66c70c53d7e36586a3b2f4ee1db61a9d617 SHA512 b74d71e3a5d129117293512ed93e06a9ac0f681766abfc074be6c8deec7160995dee23947da861715fa47e2b9921669b6b5bf247f8d895ffbea7007ea956b9d6
DIST asgiref-3.7.0.tar.gz 33247 BLAKE2B 512d497d57e45b2ea8d0db1d7bd12ebd850087291698067b050988137e4795eb784796ac8ec6cfcce3a67d9cbf11fb88d4a441e5dfd4e9d177400efe979837e9 SHA512 f4672a1ec652e4f05114caf19e1036a6bc71b137af48214292d5f5348340563a450e13520424aae74d75a58c9dbae7acf4f2debf54acbf5c24310e6bf911ac3f
DIST asgiref-3.7.1.tar.gz 33273 BLAKE2B 9c06694ea69874224d062819582689ff541356697933508c93354a3850f9c5c7668fd49a500417c7ad832511b1d647ad199928d4811abbf9d8ee31263a81e12d SHA512 9d9563e50c4e0998d169975d6477f1dd2fb953921eafb54cf42aa36fe6a62f5df6b1f7b562491ffa8587d3c3a716d79858bf314aeae7379ccd0efcf59f330d61
+DIST asgiref-3.7.2.tar.gz 33393 BLAKE2B b5927a141772a2c0bd4c9354692558c766981a2d7b821122eacb7ee6b59aad86925dc2afb179ff9a3823a65cf17faee89bda5560d68a9ae6d82f9ad1cb31d7b2 SHA512 578ccb54e25869ac9bc7bcd59819d4fc056fdb89a27ec3d7c5b74608984c9d18b41f0b281a3a67bf6b56ad85a7009e336bbdd4a76e2b4a0c8a26c0dfef2687a8
diff --git a/dev-python/asgiref/asgiref-3.7.2.ebuild b/dev-python/asgiref/asgiref-3.7.2.ebuild
new file mode 100644
index 000000000000..550697b5cace
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.7.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ $(python_gen_cond_dep '
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+ ' 3.{9..10})
+"
+BDEPEND="
+ test? (
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2023-05-28 2:50 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-28 2:50 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 14:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/asgiref/ Michał Górny
2024-05-11 11:05 Michał Górny
2024-04-06 9:35 Michał Górny
2024-04-06 9:30 Arthur Zamarin
2024-03-23 6:41 Michał Górny
2024-03-20 19:21 Michał Górny
2023-06-27 11:50 Michał Górny
2023-05-25 4:19 Sam James
2023-05-25 3:10 Michał Górny
2023-05-24 7:02 Michał Górny
2023-03-16 3:44 Michał Górny
2023-02-16 20:21 Michał Górny
2022-12-21 7:51 Michał Górny
2022-06-12 14:25 Michał Górny
2022-06-12 12:46 Sam James
2022-05-17 6:54 Michał Górny
2022-05-12 20:31 Michał Górny
2022-05-11 12:56 Jakov Smolić
2022-05-01 6:41 Michał Górny
2022-03-18 15:19 Michał Górny
2022-03-18 14:41 Arthur Zamarin
2022-01-22 18:25 Arthur Zamarin
2021-12-03 20:47 Arthur Zamarin
2021-11-09 10:38 Michał Górny
2021-07-31 22:23 Sam James
2021-07-26 2:14 Sam James
2021-07-26 2:14 Sam James
2021-07-01 22:30 Michał Górny
2021-06-28 9:10 Michał Górny
2021-06-16 15:40 Sergei Trofimovich
2021-06-10 14:02 Yixun Lan
2021-05-20 10:04 Michał Górny
2021-05-18 11:40 Michał Górny
2021-05-15 19:39 Sergei Trofimovich
2021-05-13 13:19 Sergei Trofimovich
2021-05-12 8:37 Michał Górny
2021-05-06 11:03 Michał Górny
2021-05-06 9:57 Sam James
2021-04-06 21:26 Michał Górny
2021-04-06 7:22 Michał Górny
2021-01-18 14:52 Sam James
2020-12-21 22:16 Sam James
2020-12-21 22:16 Sam James
2020-12-21 20:31 Michał Górny
2020-12-21 20:21 Sam James
2020-11-19 0:40 Michał Górny
2020-11-15 13:07 Michał Górny
2020-11-15 11:02 Sam James
2020-10-10 5:54 Michał Górny
2020-08-30 5:16 Sam James
2020-07-30 20:41 Michał Górny
2020-07-30 20:03 Sam James
2020-07-30 19:39 Sam James
2020-07-05 13:44 Agostino Sarubbo
2020-07-02 6:25 Agostino Sarubbo
2020-06-19 9:10 Michał Górny
2020-06-17 6:56 Michał Górny
2020-06-16 8:18 Michał Górny
2020-06-16 8:18 Michał Górny
2020-05-30 16:20 Michał Górny
2020-05-30 9:33 Michał Górny
2020-05-12 15:54 Mart Raudsepp
2020-05-05 20:22 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1685242230.632ec9b8d20a47f81d4157a8a10a2fec77c625ce.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox