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/async_timeout/, dev-python/aiohttp/, dev-python/python-socks/, ...
Date: Sat,  2 Jul 2022 11:25:38 +0000 (UTC)	[thread overview]
Message-ID: <1656761133.20ead97a8e11cbcf99bb76c895fc0ec8be46e152.mgorny@gentoo> (raw)

commit:     20ead97a8e11cbcf99bb76c895fc0ec8be46e152
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 11:06:47 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 11:25:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ead97a

Rename dev-python/{async_timeout → async-timeout}

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

 dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild                            | 2 +-
 dev-python/aiohttp/aiohttp-3.8.1.ebuild                               | 2 +-
 dev-python/aioredis/aioredis-2.0.1.ebuild                             | 2 +-
 dev-python/{async_timeout => async-timeout}/Manifest                  | 0
 .../async-timeout-4.0.2-r1.ebuild}                                    | 0
 dev-python/{async_timeout => async-timeout}/metadata.xml              | 0
 dev-python/jeepney/jeepney-0.8.0.ebuild                               | 2 +-
 dev-python/python-socks/python-socks-2.0.3.ebuild                     | 4 ++--
 dev-python/redis-py/redis-py-4.2.2.ebuild                             | 2 +-
 dev-python/redis-py/redis-py-4.3.3.ebuild                             | 2 +-
 dev-python/redis-py/redis-py-4.3.4.ebuild                             | 2 +-
 net-misc/gns3-server/gns3-server-2.2.29.ebuild                        | 2 +-
 net-misc/gns3-server/gns3-server-2.2.31-r1.ebuild                     | 2 +-
 net-misc/gns3-server/gns3-server-2.2.31.ebuild                        | 2 +-
 profiles/updates/3Q-2022                                              | 1 +
 15 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild b/dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild
index e0d71889aa44..bb851af97e5f 100644
--- a/dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild
@@ -24,7 +24,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390
 RDEPEND="
 	app-arch/brotli[python,${PYTHON_USEDEP}]
 	>=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
-	>=dev-python/async_timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
+	>=dev-python/async-timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
 	>=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
 	>=dev-python/charset_normalizer-2.0[${PYTHON_USEDEP}]
 	>=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]

diff --git a/dev-python/aiohttp/aiohttp-3.8.1.ebuild b/dev-python/aiohttp/aiohttp-3.8.1.ebuild
index 097f31f083d4..798204e83307 100644
--- a/dev-python/aiohttp/aiohttp-3.8.1.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.8.1.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc
 RDEPEND="
 	app-arch/brotli[python,${PYTHON_USEDEP}]
 	>=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
-	>=dev-python/async_timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
+	>=dev-python/async-timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
 	>=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
 	>=dev-python/charset_normalizer-2.0[${PYTHON_USEDEP}]
 	>=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]

diff --git a/dev-python/aioredis/aioredis-2.0.1.ebuild b/dev-python/aioredis/aioredis-2.0.1.ebuild
index 6f0472448e16..2d3d23161d82 100644
--- a/dev-python/aioredis/aioredis-2.0.1.ebuild
+++ b/dev-python/aioredis/aioredis-2.0.1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
-	dev-python/async_timeout[${PYTHON_USEDEP}]
+	dev-python/async-timeout[${PYTHON_USEDEP}]
 	dev-python/typing-extensions[${PYTHON_USEDEP}]
 "
 BDEPEND="

diff --git a/dev-python/async_timeout/Manifest b/dev-python/async-timeout/Manifest
similarity index 100%
rename from dev-python/async_timeout/Manifest
rename to dev-python/async-timeout/Manifest

diff --git a/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild b/dev-python/async-timeout/async-timeout-4.0.2-r1.ebuild
similarity index 100%
rename from dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
rename to dev-python/async-timeout/async-timeout-4.0.2-r1.ebuild

diff --git a/dev-python/async_timeout/metadata.xml b/dev-python/async-timeout/metadata.xml
similarity index 100%
rename from dev-python/async_timeout/metadata.xml
rename to dev-python/async-timeout/metadata.xml

diff --git a/dev-python/jeepney/jeepney-0.8.0.ebuild b/dev-python/jeepney/jeepney-0.8.0.ebuild
index 36a4c43e75e3..93b70d360eac 100644
--- a/dev-python/jeepney/jeepney-0.8.0.ebuild
+++ b/dev-python/jeepney/jeepney-0.8.0.ebuild
@@ -19,7 +19,7 @@ IUSE="examples"
 
 BDEPEND="
 	test? (
-		dev-python/async_timeout[${PYTHON_USEDEP}]
+		dev-python/async-timeout[${PYTHON_USEDEP}]
 		>=dev-python/pytest-asyncio-0.7.1[${PYTHON_USEDEP}]
 		dev-python/testpath[${PYTHON_USEDEP}]
 		sys-apps/dbus

diff --git a/dev-python/python-socks/python-socks-2.0.3.ebuild b/dev-python/python-socks/python-socks-2.0.3.ebuild
index 88bce7f9cf7f..9afd16d096de 100644
--- a/dev-python/python-socks/python-socks-2.0.3.ebuild
+++ b/dev-python/python-socks/python-socks-2.0.3.ebuild
@@ -22,14 +22,14 @@ KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 # curio is not packaged
 # asyncio is the only backend we have, so dep on its deps unconditionally
 # TODO: revisit
-RDEPEND="dev-python/async_timeout[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/async-timeout[${PYTHON_USEDEP}]"
 BDEPEND="
 	test? (
 		$(python_gen_cond_dep '
 			>=dev-python/anyio-3.4.0[${PYTHON_USEDEP}]
 			dev-python/trio[${PYTHON_USEDEP}]
 		' 'python*')
-		dev-python/async_timeout[${PYTHON_USEDEP}]
+		dev-python/async-timeout[${PYTHON_USEDEP}]
 		dev-python/flask[${PYTHON_USEDEP}]
 		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
 		dev-python/yarl[${PYTHON_USEDEP}]

diff --git a/dev-python/redis-py/redis-py-4.2.2.ebuild b/dev-python/redis-py/redis-py-4.2.2.ebuild
index 8ae3ccbfc5d5..66d00feed169 100644
--- a/dev-python/redis-py/redis-py-4.2.2.ebuild
+++ b/dev-python/redis-py/redis-py-4.2.2.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
 KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
-	>=dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
+	>=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
 	>=dev-python/deprecated-1.2.3[${PYTHON_USEDEP}]
 	>=dev-python/packaging-20.4[${PYTHON_USEDEP}]
 "

diff --git a/dev-python/redis-py/redis-py-4.3.3.ebuild b/dev-python/redis-py/redis-py-4.3.3.ebuild
index 2ff14c069707..8f89e69e9cf8 100644
--- a/dev-python/redis-py/redis-py-4.3.3.ebuild
+++ b/dev-python/redis-py/redis-py-4.3.3.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
-	>=dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
+	>=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
 	>=dev-python/deprecated-1.2.3[${PYTHON_USEDEP}]
 	>=dev-python/packaging-20.4[${PYTHON_USEDEP}]
 "

diff --git a/dev-python/redis-py/redis-py-4.3.4.ebuild b/dev-python/redis-py/redis-py-4.3.4.ebuild
index 2ff14c069707..8f89e69e9cf8 100644
--- a/dev-python/redis-py/redis-py-4.3.4.ebuild
+++ b/dev-python/redis-py/redis-py-4.3.4.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
-	>=dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
+	>=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
 	>=dev-python/deprecated-1.2.3[${PYTHON_USEDEP}]
 	>=dev-python/packaging-20.4[${PYTHON_USEDEP}]
 "

diff --git a/net-misc/gns3-server/gns3-server-2.2.29.ebuild b/net-misc/gns3-server/gns3-server-2.2.29.ebuild
index af4f9ccadcd5..79c1d5f09451 100644
--- a/net-misc/gns3-server/gns3-server-2.2.29.ebuild
+++ b/net-misc/gns3-server/gns3-server-2.2.29.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
 	>=dev-python/aiofiles-0.7.0[${PYTHON_USEDEP}]
 	>=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
 	>=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
-	>=dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}]
+	>=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
 	>=dev-python/distro-1.6.0[${PYTHON_USEDEP}]
 	>=dev-python/jinja-3.0.1[${PYTHON_USEDEP}]
 	>=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]

diff --git a/net-misc/gns3-server/gns3-server-2.2.31-r1.ebuild b/net-misc/gns3-server/gns3-server-2.2.31-r1.ebuild
index f27244c73657..cdb46f4d488b 100644
--- a/net-misc/gns3-server/gns3-server-2.2.31-r1.ebuild
+++ b/net-misc/gns3-server/gns3-server-2.2.31-r1.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
 	>=dev-python/aiofiles-0.7.0[${PYTHON_USEDEP}]
 	>=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
 	>=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
-	>=dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}]
+	>=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
 	>=dev-python/distro-1.6.0[${PYTHON_USEDEP}]
 	>=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
 	>=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]

diff --git a/net-misc/gns3-server/gns3-server-2.2.31.ebuild b/net-misc/gns3-server/gns3-server-2.2.31.ebuild
index 8b5af5922125..ac4d69e7b4de 100644
--- a/net-misc/gns3-server/gns3-server-2.2.31.ebuild
+++ b/net-misc/gns3-server/gns3-server-2.2.31.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
 	>=dev-python/aiofiles-0.7.0[${PYTHON_USEDEP}]
 	>=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
 	>=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
-	>=dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}]
+	>=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
 	>=dev-python/distro-1.6.0[${PYTHON_USEDEP}]
 	>=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
 	>=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]

diff --git a/profiles/updates/3Q-2022 b/profiles/updates/3Q-2022
new file mode 100644
index 000000000000..552764072ac2
--- /dev/null
+++ b/profiles/updates/3Q-2022
@@ -0,0 +1 @@
+move dev-python/async_timeout dev-python/async-timeout


                 reply	other threads:[~2022-07-02 11:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1656761133.20ead97a8e11cbcf99bb76c895fc0ec8be46e152.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