public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/synapse/, dev-util/buildbot/, dev-python/service_identity/, ...
@ 2023-06-14 16:11 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2023-06-14 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4ef9b5296f67d14868a7fc58b398204af2bee204
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 15:10:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 16:11:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef9b529

Rename dev-python/{service_identity → service-identity}

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

 dev-python/autobahn/autobahn-23.1.2.ebuild                            | 4 ++--
 dev-python/autobahn/autobahn-23.6.1.ebuild                            | 4 ++--
 dev-python/{service_identity => service-identity}/Manifest            | 0
 dev-python/{service_identity => service-identity}/metadata.xml        | 0
 .../service-identity-21.1.0-r1.ebuild}                                | 0
 dev-python/trustme/trustme-1.0.0.ebuild                               | 2 +-
 dev-python/twisted/twisted-22.10.0-r1.ebuild                          | 4 ++--
 dev-python/twisted/twisted-22.10.0-r3.ebuild                          | 4 ++--
 dev-util/buildbot/buildbot-3.6.1.ebuild                               | 2 +-
 dev-util/buildbot/buildbot-9999.ebuild                                | 2 +-
 media-gfx/hydrus/hydrus-526.ebuild                                    | 2 +-
 media-gfx/hydrus/hydrus-528.ebuild                                    | 2 +-
 media-gfx/hydrus/hydrus-9999.ebuild                                   | 2 +-
 net-im/synapse/synapse-1.82.0-r1.ebuild                               | 2 +-
 net-im/synapse/synapse-1.83.0.ebuild                                  | 2 +-
 net-im/synapse/synapse-1.84.1.ebuild                                  | 2 +-
 profiles/features/wd40/package.mask                                   | 2 +-
 profiles/updates/2Q-2023                                              | 1 +
 18 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/dev-python/autobahn/autobahn-23.1.2.ebuild b/dev-python/autobahn/autobahn-23.1.2.ebuild
index 9151e5606158..089eb0da61b2 100644
--- a/dev-python/autobahn/autobahn-23.1.2.ebuild
+++ b/dev-python/autobahn/autobahn-23.1.2.ebuild
@@ -44,7 +44,7 @@ BDEPEND="
 		>=dev-python/py-ubjson-0.16.1[${PYTHON_USEDEP}]
 		>=dev-python/flatbuffers-22.12.06[${PYTHON_USEDEP}]
 		>=dev-python/pyopenssl-20.0.1[${PYTHON_USEDEP}]
-		>=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}]
+		>=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}]
 		>=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
 		>=dev-python/pytrie-0.4[${PYTHON_USEDEP}]
 		>=dev-python/cffi-1.14.5[${PYTHON_USEDEP}]
@@ -103,7 +103,7 @@ pkg_postinst() {
 	optfeature "accelerated WAMP serialization support" \
 		"dev-python/msgpack dev-python/ujson dev-python/cbor2 dev-python/flatbuffers dev-python/py-ubjson"
 	optfeature "TLS transport encryption" \
-		"dev-python/pyopenssl dev-python/pynacl dev-python/pytrie dev-python/qrcode dev-python/service_identity"
+		"dev-python/pyopenssl dev-python/pynacl dev-python/pytrie dev-python/qrcode dev-python/service-identity"
 	optfeature "WAMP-SCRAM authentication" \
 		"dev-python/cffi dev-python/argon2-cffi dev-python/passlib"
 	optfeature "native SIMD acceleration" "dev-python/cffi"

diff --git a/dev-python/autobahn/autobahn-23.6.1.ebuild b/dev-python/autobahn/autobahn-23.6.1.ebuild
index ee9d53b4652b..c08bf3dc62a7 100644
--- a/dev-python/autobahn/autobahn-23.6.1.ebuild
+++ b/dev-python/autobahn/autobahn-23.6.1.ebuild
@@ -44,7 +44,7 @@ BDEPEND="
 		>=dev-python/py-ubjson-0.16.1[${PYTHON_USEDEP}]
 		>=dev-python/flatbuffers-22.12.06[${PYTHON_USEDEP}]
 		>=dev-python/pyopenssl-20.0.1[${PYTHON_USEDEP}]
-		>=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}]
+		>=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}]
 		>=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
 		>=dev-python/pytrie-0.4[${PYTHON_USEDEP}]
 		>=dev-python/cffi-1.14.5[${PYTHON_USEDEP}]
@@ -103,7 +103,7 @@ pkg_postinst() {
 	optfeature "accelerated WAMP serialization support" \
 		"dev-python/msgpack dev-python/ujson dev-python/cbor2 dev-python/flatbuffers dev-python/py-ubjson"
 	optfeature "TLS transport encryption" \
-		"dev-python/pyopenssl dev-python/pynacl dev-python/pytrie dev-python/qrcode dev-python/service_identity"
+		"dev-python/pyopenssl dev-python/pynacl dev-python/pytrie dev-python/qrcode dev-python/service-identity"
 	optfeature "WAMP-SCRAM authentication" \
 		"dev-python/cffi dev-python/argon2-cffi dev-python/passlib"
 	optfeature "native SIMD acceleration" "dev-python/cffi"

diff --git a/dev-python/service_identity/Manifest b/dev-python/service-identity/Manifest
similarity index 100%
rename from dev-python/service_identity/Manifest
rename to dev-python/service-identity/Manifest

diff --git a/dev-python/service_identity/metadata.xml b/dev-python/service-identity/metadata.xml
similarity index 100%
rename from dev-python/service_identity/metadata.xml
rename to dev-python/service-identity/metadata.xml

diff --git a/dev-python/service_identity/service_identity-21.1.0-r1.ebuild b/dev-python/service-identity/service-identity-21.1.0-r1.ebuild
similarity index 100%
rename from dev-python/service_identity/service_identity-21.1.0-r1.ebuild
rename to dev-python/service-identity/service-identity-21.1.0-r1.ebuild

diff --git a/dev-python/trustme/trustme-1.0.0.ebuild b/dev-python/trustme/trustme-1.0.0.ebuild
index 61fc083b723c..ff56d9299371 100644
--- a/dev-python/trustme/trustme-1.0.0.ebuild
+++ b/dev-python/trustme/trustme-1.0.0.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
 BDEPEND="
 	test? (
 		dev-python/pyopenssl[${PYTHON_USEDEP}]
-		dev-python/service_identity[${PYTHON_USEDEP}]
+		dev-python/service-identity[${PYTHON_USEDEP}]
 	)
 "
 

diff --git a/dev-python/twisted/twisted-22.10.0-r1.ebuild b/dev-python/twisted/twisted-22.10.0-r1.ebuild
index db9b7ce789a2..2857f4759871 100644
--- a/dev-python/twisted/twisted-22.10.0-r1.ebuild
+++ b/dev-python/twisted/twisted-22.10.0-r1.ebuild
@@ -48,7 +48,7 @@ RDEPEND="
 	)
 	ssl? (
 		>=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}]
-		>=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}]
+		>=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}]
 		>=dev-python/idna-2.4[${PYTHON_USEDEP}]
 	)
 "
@@ -71,7 +71,7 @@ BDEPEND="
 			)
 			ssl? (
 				>=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}]
-				>=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}]
+				>=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}]
 			)
 		' python3_{8..10} pypy3)
 		$(python_gen_cond_dep '

diff --git a/dev-python/twisted/twisted-22.10.0-r3.ebuild b/dev-python/twisted/twisted-22.10.0-r3.ebuild
index 0b7893704b48..a2ad74a4b2c5 100644
--- a/dev-python/twisted/twisted-22.10.0-r3.ebuild
+++ b/dev-python/twisted/twisted-22.10.0-r3.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
 	)
 	ssl? (
 		>=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}]
-		>=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}]
+		>=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}]
 		>=dev-python/idna-2.4[${PYTHON_USEDEP}]
 	)
 "
@@ -72,7 +72,7 @@ BDEPEND="
 			)
 			ssl? (
 				>=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}]
-				>=dev-python/service_identity-18.1.0[${PYTHON_USEDEP}]
+				>=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}]
 			)
 		' "${PYTHON_TESTED[@]}")
 		$(python_gen_cond_dep '

diff --git a/dev-util/buildbot/buildbot-3.6.1.ebuild b/dev-util/buildbot/buildbot-3.6.1.ebuild
index 866193742b47..c876a5c7e3f7 100644
--- a/dev-util/buildbot/buildbot-3.6.1.ebuild
+++ b/dev-util/buildbot/buildbot-3.6.1.ebuild
@@ -36,7 +36,7 @@ RDEPEND="
 	~dev-util/buildbot-worker-${PV}[${PYTHON_USEDEP}]
 	crypt? (
 		>=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}]
-		dev-python/service_identity[${PYTHON_USEDEP}]
+		dev-python/service-identity[${PYTHON_USEDEP}]
 		|| (
 			>=dev-python/twisted-18.7.0[${PYTHON_USEDEP},ssl(-)]
 			>=dev-python/twisted-18.7.0[${PYTHON_USEDEP},crypt(-)]

diff --git a/dev-util/buildbot/buildbot-9999.ebuild b/dev-util/buildbot/buildbot-9999.ebuild
index 05958fa7d93f..98d27d9c50ca 100644
--- a/dev-util/buildbot/buildbot-9999.ebuild
+++ b/dev-util/buildbot/buildbot-9999.ebuild
@@ -36,7 +36,7 @@ RDEPEND="
 	dev-util/buildbot-worker[${PYTHON_USEDEP}]
 	crypt? (
 		>=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}]
-		dev-python/service_identity[${PYTHON_USEDEP}]
+		dev-python/service-identity[${PYTHON_USEDEP}]
 		|| (
 			>=dev-python/twisted-18.7.0[${PYTHON_USEDEP},ssl(-)]
 			>=dev-python/twisted-18.7.0[${PYTHON_USEDEP},crypt(-)]

diff --git a/media-gfx/hydrus/hydrus-526.ebuild b/media-gfx/hydrus/hydrus-526.ebuild
index 57ab39e51e10..c78c948645a3 100644
--- a/media-gfx/hydrus/hydrus-526.ebuild
+++ b/media-gfx/hydrus/hydrus-526.ebuild
@@ -53,7 +53,7 @@ RDEPEND="
 		dev-python/pyyaml[${PYTHON_USEDEP}]
 		dev-python/requests[${PYTHON_USEDEP}]
 		dev-python/send2trash[${PYTHON_USEDEP}]
-		dev-python/service_identity[${PYTHON_USEDEP}]
+		dev-python/service-identity[${PYTHON_USEDEP}]
 		dev-python/six[${PYTHON_USEDEP}]
 		dev-python/twisted[${PYTHON_USEDEP}]
 		media-libs/opencv[python,png,jpeg,${PYTHON_USEDEP}]

diff --git a/media-gfx/hydrus/hydrus-528.ebuild b/media-gfx/hydrus/hydrus-528.ebuild
index a3502913de33..851d373d97a8 100644
--- a/media-gfx/hydrus/hydrus-528.ebuild
+++ b/media-gfx/hydrus/hydrus-528.ebuild
@@ -53,7 +53,7 @@ RDEPEND="
 		dev-python/pyyaml[${PYTHON_USEDEP}]
 		dev-python/requests[${PYTHON_USEDEP}]
 		dev-python/send2trash[${PYTHON_USEDEP}]
-		dev-python/service_identity[${PYTHON_USEDEP}]
+		dev-python/service-identity[${PYTHON_USEDEP}]
 		dev-python/six[${PYTHON_USEDEP}]
 		dev-python/twisted[${PYTHON_USEDEP}]
 		media-libs/opencv[python,png,jpeg,${PYTHON_USEDEP}]

diff --git a/media-gfx/hydrus/hydrus-9999.ebuild b/media-gfx/hydrus/hydrus-9999.ebuild
index 57ab39e51e10..c78c948645a3 100644
--- a/media-gfx/hydrus/hydrus-9999.ebuild
+++ b/media-gfx/hydrus/hydrus-9999.ebuild
@@ -53,7 +53,7 @@ RDEPEND="
 		dev-python/pyyaml[${PYTHON_USEDEP}]
 		dev-python/requests[${PYTHON_USEDEP}]
 		dev-python/send2trash[${PYTHON_USEDEP}]
-		dev-python/service_identity[${PYTHON_USEDEP}]
+		dev-python/service-identity[${PYTHON_USEDEP}]
 		dev-python/six[${PYTHON_USEDEP}]
 		dev-python/twisted[${PYTHON_USEDEP}]
 		media-libs/opencv[python,png,jpeg,${PYTHON_USEDEP}]

diff --git a/net-im/synapse/synapse-1.82.0-r1.ebuild b/net-im/synapse/synapse-1.82.0-r1.ebuild
index f350bba869ab..839dd2290b64 100644
--- a/net-im/synapse/synapse-1.82.0-r1.ebuild
+++ b/net-im/synapse/synapse-1.82.0-r1.ebuild
@@ -115,7 +115,7 @@ RDEPEND="
 	dev-python/pymacaroons[${PYTHON_USEDEP}]
 	dev-python/pyopenssl[${PYTHON_USEDEP}]
 	dev-python/pyyaml[${PYTHON_USEDEP}]
-	dev-python/service_identity[${PYTHON_USEDEP}]
+	dev-python/service-identity[${PYTHON_USEDEP}]
 	dev-python/signedjson[${PYTHON_USEDEP}]
 	dev-python/sortedcontainers[${PYTHON_USEDEP}]
 	dev-python/treq[${PYTHON_USEDEP}]

diff --git a/net-im/synapse/synapse-1.83.0.ebuild b/net-im/synapse/synapse-1.83.0.ebuild
index 3114073be20f..7096d34ff0e2 100644
--- a/net-im/synapse/synapse-1.83.0.ebuild
+++ b/net-im/synapse/synapse-1.83.0.ebuild
@@ -115,7 +115,7 @@ RDEPEND="
 	dev-python/pymacaroons[${PYTHON_USEDEP}]
 	dev-python/pyopenssl[${PYTHON_USEDEP}]
 	dev-python/pyyaml[${PYTHON_USEDEP}]
-	dev-python/service_identity[${PYTHON_USEDEP}]
+	dev-python/service-identity[${PYTHON_USEDEP}]
 	dev-python/signedjson[${PYTHON_USEDEP}]
 	dev-python/sortedcontainers[${PYTHON_USEDEP}]
 	dev-python/treq[${PYTHON_USEDEP}]

diff --git a/net-im/synapse/synapse-1.84.1.ebuild b/net-im/synapse/synapse-1.84.1.ebuild
index 8b3fd4e6a8bd..bdcc5ad7fb70 100644
--- a/net-im/synapse/synapse-1.84.1.ebuild
+++ b/net-im/synapse/synapse-1.84.1.ebuild
@@ -116,7 +116,7 @@ RDEPEND="
 	dev-python/pymacaroons[${PYTHON_USEDEP}]
 	dev-python/pyopenssl[${PYTHON_USEDEP}]
 	dev-python/pyyaml[${PYTHON_USEDEP}]
-	dev-python/service_identity[${PYTHON_USEDEP}]
+	dev-python/service-identity[${PYTHON_USEDEP}]
 	dev-python/signedjson[${PYTHON_USEDEP}]
 	dev-python/sortedcontainers[${PYTHON_USEDEP}]
 	dev-python/treq[${PYTHON_USEDEP}]

diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask
index 6e1ce7b61aef..edaa124d1794 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -58,7 +58,7 @@ dev-python/requests-oauthlib
 dev-python/rpds-py
 dev-python/secretstorage
 dev-python/selenium
-dev-python/service_identity
+dev-python/service-identity
 dev-python/setuptools-rust
 dev-python/spur
 dev-python/sshtunnel

diff --git a/profiles/updates/2Q-2023 b/profiles/updates/2Q-2023
index e05eadb9591d..5c7afc46b253 100644
--- a/profiles/updates/2Q-2023
+++ b/profiles/updates/2Q-2023
@@ -26,3 +26,4 @@ move dev-python/prometheus_client dev-python/prometheus-client
 move dev-python/docker-py dev-python/docker
 move dev-python/python-ctags dev-python/python-ctags3
 move dev-python/python-miniupnpc dev-python/miniupnpc
+move dev-python/service_identity dev-python/service-identity


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

only message in thread, other threads:[~2023-06-14 16:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-14 16:11 [gentoo-commits] repo/gentoo:master commit in: net-im/synapse/, dev-util/buildbot/, dev-python/service_identity/, 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