public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/pdfminer/, dev-python/charset-normalizer/, profiles/updates/, ...
@ 2023-07-08  6:05 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2023-07-08  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     9ed82c58be0ca27cf06dd247534737b788433b3e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 05:58:14 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 06:05:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed82c58

Rename dev-python/{charset_normalizer → charset-normalizer}

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

 app-text/pdfminer/pdfminer-20220506.ebuild                            | 2 +-
 dev-python/aiohttp/aiohttp-3.8.4.ebuild                               | 4 ++--
 dev-python/{charset_normalizer => charset-normalizer}/Manifest        | 0
 .../charset-normalizer-3.1.0.ebuild}                                  | 0
 dev-python/{charset_normalizer => charset-normalizer}/metadata.xml    | 0
 dev-python/numpy/numpy-1.24.2.ebuild                                  | 2 +-
 dev-python/numpy/numpy-1.24.3-r1.ebuild                               | 2 +-
 dev-python/numpy/numpy-1.24.3.ebuild                                  | 2 +-
 dev-python/numpy/numpy-1.24.4.ebuild                                  | 2 +-
 dev-python/numpy/numpy-1.25.0-r2.ebuild                               | 2 +-
 dev-python/requests/requests-2.31.0.ebuild                            | 2 +-
 net-misc/httpie/httpie-3.2.1-r1.ebuild                                | 2 +-
 net-misc/httpie/httpie-3.2.1-r2.ebuild                                | 2 +-
 profiles/updates/3Q-2023                                              | 1 +
 14 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/app-text/pdfminer/pdfminer-20220506.ebuild b/app-text/pdfminer/pdfminer-20220506.ebuild
index ae8be33cd0b0..cbc3e5638e44 100644
--- a/app-text/pdfminer/pdfminer-20220506.ebuild
+++ b/app-text/pdfminer/pdfminer-20220506.ebuild
@@ -20,7 +20,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="doc examples"
 
-RDEPEND=">=dev-python/charset_normalizer-2.0.0[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/charset-normalizer-2.0.0[${PYTHON_USEDEP}]
 	>=dev-python/cryptography-36.0.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest

diff --git a/dev-python/aiohttp/aiohttp-3.8.4.ebuild b/dev-python/aiohttp/aiohttp-3.8.4.ebuild
index 02b5963e073f..a353a8804169 100644
--- a/dev-python/aiohttp/aiohttp-3.8.4.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.8.4.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
 	>=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
 	>=dev-python/async-timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
 	>=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
-	<dev-python/charset_normalizer-4[${PYTHON_USEDEP}]
-	>=dev-python/charset_normalizer-2.0[${PYTHON_USEDEP}]
+	<dev-python/charset-normalizer-4[${PYTHON_USEDEP}]
+	>=dev-python/charset-normalizer-2.0[${PYTHON_USEDEP}]
 	>=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]
 	>=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
 	>=dev-python/yarl-1.0[${PYTHON_USEDEP}]

diff --git a/dev-python/charset_normalizer/Manifest b/dev-python/charset-normalizer/Manifest
similarity index 100%
rename from dev-python/charset_normalizer/Manifest
rename to dev-python/charset-normalizer/Manifest

diff --git a/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild b/dev-python/charset-normalizer/charset-normalizer-3.1.0.ebuild
similarity index 100%
rename from dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
rename to dev-python/charset-normalizer/charset-normalizer-3.1.0.ebuild

diff --git a/dev-python/charset_normalizer/metadata.xml b/dev-python/charset-normalizer/metadata.xml
similarity index 100%
rename from dev-python/charset_normalizer/metadata.xml
rename to dev-python/charset-normalizer/metadata.xml

diff --git a/dev-python/numpy/numpy-1.24.2.ebuild b/dev-python/numpy/numpy-1.24.2.ebuild
index 14cfd78947d0..787da4ab6555 100644
--- a/dev-python/numpy/numpy-1.24.2.ebuild
+++ b/dev-python/numpy/numpy-1.24.2.ebuild
@@ -39,7 +39,7 @@ BDEPEND="
 		$(python_gen_cond_dep '
 			>=dev-python/cffi-1.14.0[${PYTHON_USEDEP}]
 		' 'python*')
-		dev-python/charset_normalizer[${PYTHON_USEDEP}]
+		dev-python/charset-normalizer[${PYTHON_USEDEP}]
 		>=dev-python/hypothesis-5.8.0[${PYTHON_USEDEP}]
 		>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
 	)

diff --git a/dev-python/numpy/numpy-1.24.3-r1.ebuild b/dev-python/numpy/numpy-1.24.3-r1.ebuild
index 636e9516ef82..50f9ea27a06d 100644
--- a/dev-python/numpy/numpy-1.24.3-r1.ebuild
+++ b/dev-python/numpy/numpy-1.24.3-r1.ebuild
@@ -42,7 +42,7 @@ BDEPEND="
 		$(python_gen_cond_dep '
 			>=dev-python/cffi-1.14.0[${PYTHON_USEDEP}]
 		' 'python*')
-		dev-python/charset_normalizer[${PYTHON_USEDEP}]
+		dev-python/charset-normalizer[${PYTHON_USEDEP}]
 		>=dev-python/hypothesis-5.8.0[${PYTHON_USEDEP}]
 		dev-python/pytest-xdist[${PYTHON_USEDEP}]
 		>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]

diff --git a/dev-python/numpy/numpy-1.24.3.ebuild b/dev-python/numpy/numpy-1.24.3.ebuild
index c378a2de3404..66d2ac04315a 100644
--- a/dev-python/numpy/numpy-1.24.3.ebuild
+++ b/dev-python/numpy/numpy-1.24.3.ebuild
@@ -42,7 +42,7 @@ BDEPEND="
 		$(python_gen_cond_dep '
 			>=dev-python/cffi-1.14.0[${PYTHON_USEDEP}]
 		' 'python*')
-		dev-python/charset_normalizer[${PYTHON_USEDEP}]
+		dev-python/charset-normalizer[${PYTHON_USEDEP}]
 		>=dev-python/hypothesis-5.8.0[${PYTHON_USEDEP}]
 		dev-python/pytest-xdist[${PYTHON_USEDEP}]
 		>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]

diff --git a/dev-python/numpy/numpy-1.24.4.ebuild b/dev-python/numpy/numpy-1.24.4.ebuild
index 636e9516ef82..50f9ea27a06d 100644
--- a/dev-python/numpy/numpy-1.24.4.ebuild
+++ b/dev-python/numpy/numpy-1.24.4.ebuild
@@ -42,7 +42,7 @@ BDEPEND="
 		$(python_gen_cond_dep '
 			>=dev-python/cffi-1.14.0[${PYTHON_USEDEP}]
 		' 'python*')
-		dev-python/charset_normalizer[${PYTHON_USEDEP}]
+		dev-python/charset-normalizer[${PYTHON_USEDEP}]
 		>=dev-python/hypothesis-5.8.0[${PYTHON_USEDEP}]
 		dev-python/pytest-xdist[${PYTHON_USEDEP}]
 		>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]

diff --git a/dev-python/numpy/numpy-1.25.0-r2.ebuild b/dev-python/numpy/numpy-1.25.0-r2.ebuild
index 37bac0a42203..61b8eb41ef9c 100644
--- a/dev-python/numpy/numpy-1.25.0-r2.ebuild
+++ b/dev-python/numpy/numpy-1.25.0-r2.ebuild
@@ -43,7 +43,7 @@ BDEPEND="
 		$(python_gen_cond_dep '
 			>=dev-python/cffi-1.14.0[${PYTHON_USEDEP}]
 		' 'python*')
-		dev-python/charset_normalizer[${PYTHON_USEDEP}]
+		dev-python/charset-normalizer[${PYTHON_USEDEP}]
 		>=dev-python/hypothesis-5.8.0[${PYTHON_USEDEP}]
 		dev-python/pytest-xdist[${PYTHON_USEDEP}]
 		>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]

diff --git a/dev-python/requests/requests-2.31.0.ebuild b/dev-python/requests/requests-2.31.0.ebuild
index 830f2c5ede39..84cde657e769 100644
--- a/dev-python/requests/requests-2.31.0.ebuild
+++ b/dev-python/requests/requests-2.31.0.ebuild
@@ -24,7 +24,7 @@ IUSE="socks5 test-rust"
 
 RDEPEND="
 	>=dev-python/certifi-2017.4.17[${PYTHON_USEDEP}]
-	<dev-python/charset_normalizer-4[${PYTHON_USEDEP}]
+	<dev-python/charset-normalizer-4[${PYTHON_USEDEP}]
 	<dev-python/idna-4[${PYTHON_USEDEP}]
 	<dev-python/urllib3-3[${PYTHON_USEDEP}]
 	socks5? ( >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] )

diff --git a/net-misc/httpie/httpie-3.2.1-r1.ebuild b/net-misc/httpie/httpie-3.2.1-r1.ebuild
index 44e9d64d568c..8408d5324ea8 100644
--- a/net-misc/httpie/httpie-3.2.1-r1.ebuild
+++ b/net-misc/httpie/httpie-3.2.1-r1.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 
 RDEPEND="
-	dev-python/charset_normalizer[${PYTHON_USEDEP}]
+	dev-python/charset-normalizer[${PYTHON_USEDEP}]
 	dev-python/defusedxml[${PYTHON_USEDEP}]
 	dev-python/pygments[${PYTHON_USEDEP}]
 	dev-python/multidict[${PYTHON_USEDEP}]

diff --git a/net-misc/httpie/httpie-3.2.1-r2.ebuild b/net-misc/httpie/httpie-3.2.1-r2.ebuild
index c28c9e703420..db50e1e2094e 100644
--- a/net-misc/httpie/httpie-3.2.1-r2.ebuild
+++ b/net-misc/httpie/httpie-3.2.1-r2.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-	dev-python/charset_normalizer[${PYTHON_USEDEP}]
+	dev-python/charset-normalizer[${PYTHON_USEDEP}]
 	dev-python/defusedxml[${PYTHON_USEDEP}]
 	dev-python/pygments[${PYTHON_USEDEP}]
 	dev-python/multidict[${PYTHON_USEDEP}]

diff --git a/profiles/updates/3Q-2023 b/profiles/updates/3Q-2023
new file mode 100644
index 000000000000..eece68c61090
--- /dev/null
+++ b/profiles/updates/3Q-2023
@@ -0,0 +1 @@
+move dev-python/charset_normalizer dev-python/charset-normalizer


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-08  6:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-08  6:05 [gentoo-commits] repo/gentoo:master commit in: app-text/pdfminer/, dev-python/charset-normalizer/, profiles/updates/, Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox