public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue,  6 Apr 2021 21:26:51 +0000 (UTC)	[thread overview]
Message-ID: <1617744399.70dbffcda33c8f4d1b32f368ddbc57a9ca3238bf.mgorny@gentoo> (raw)

commit:     70dbffcda33c8f4d1b32f368ddbc57a9ca3238bf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  6 20:43:10 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr  6 21:26:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70dbffcd

dev-python/asgiref: Bump to 3.3.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/asgiref/Manifest             |  1 +
 dev-python/asgiref/asgiref-3.3.4.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index d1df77f47c8..21c4f402109 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1,3 @@
 DIST asgiref-3.3.1.tar.gz 27197 BLAKE2B 1a883ed8b87dd1214ffb7672796159684f04a9a38d75562df38455ea039667f877020263b4577a3f6f7cfdfa0aae2a2074781db669f10c5b639a5009ee4c94b3 SHA512 2d709e8b0ea8b9f11f485ee438cfbbfe8a832de1aa37094a6339cfff23c2605ec79f691320c42bebf46f3bddb005ebb6857d17a8ad641c87a149536cc65984e6
 DIST asgiref-3.3.2.tar.gz 30088 BLAKE2B 7c2b6083a0e0bd19162d4e1e12ad8e3b7267e8e004494eeca0e22ce13acd3bdc7b4ab056f72bb19209b7f933cee817e50930e31be798a89d0952d9de38fc6d67 SHA512 e2259add28554968936e09bf6a53cf71cef4e2e01d58d8e9651543657ba8517be5f2dd7d76334394cac579f7d560e3ab1c498434bbd67276b336ddd78644ba1f
+DIST asgiref-3.3.4.tar.gz 30780 BLAKE2B f14a5ae3cc3d0c67a827b4b8d002c9d92388285f7388b7ac439b11fbe2e72b6dee5a9c38637e6b5189e3a3625d24a806b5aeff1ffc41861fd4947d7b7c4621ba SHA512 e224ce82f9156e3efde316f3e209a9fbb9494cb9347d6652e19ed130921143de8d3e2a45f50352bf13fcdf229c291e68a0348fff31de144e58cd1a53b4eb0c31

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild b/dev-python/asgiref/asgiref-3.3.4.ebuild
new file mode 100644
index 00000000000..c10fad78bb3
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+	https://asgi.readthedocs.io/en/latest/
+	https://github.com/django/asgiref/
+	https://pypi.org/project/asgiref/"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+	$(python_gen_cond_dep '
+		dev-python/typing-extensions[${PYTHON_USEDEP}]
+	' python3_7)"
+BDEPEND="
+	test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-04-06 21:26 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-06 21:26 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-28  2: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  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=1617744399.70dbffcda33c8f4d1b32f368ddbc57a9ca3238bf.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