public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2024-09-28  7:42 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2024-09-28  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     2b88d341302352f51030688abff036c4bedd18ca
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 07:01:43 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 07:42:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b88d341

dev-python/betterproto: Rehash b6 test tarball

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

 dev-python/betterproto/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/Manifest b/dev-python/betterproto/Manifest
index 997b8a961c2d..4b8d490c07e6 100644
--- a/dev-python/betterproto/Manifest
+++ b/dev-python/betterproto/Manifest
@@ -1,4 +1,4 @@
 DIST python-betterproto-v.2.0.0b6.gh.tar.gz 158969 BLAKE2B ddf269dbef6d0ed4098ec1e84a48ac64431710c26357da86a4f9f1656ce4f4ed8c29097f7e5c50f73ef0d57e3a7eb35ab18aac1864773cd2878e8970f75537a4 SHA512 2622e7d3bac4c6f04fe32d4abeeadf8af0cfcf08a365b3bb6c855763d4ac0528f90eefebfe70866b6431119fc7860bf61d99692411c82e94de9539b4da56543c
-DIST python-betterproto-v.2.0.0b6.tests.tar.xz 34652 BLAKE2B 51a419a7de999a954b1392a4ca2800b46f92284ec7e16891fdbf268a9debe33bcbdfb9d3135f162c4549ab5aeebfeb82f136e6e90f596e6eed3cebea44bd4a21 SHA512 4b5aad58fadde59bbf33d792ece212cee89764964cf5060883dc36c6662b1dd5524c6e36479f4f49899b4b77340e032f53649fbbe8210573736bd9e7bb9664c3
+DIST python-betterproto-v.2.0.0b6.tests.tar.xz 34560 BLAKE2B 873641e90c381a88115762ef8f89c8d89ee32992a504d5fb463adf39ec999ae17aeb16e634ce48b34e0b969346e842cffa16a6698ba293a77e705cdd23ffb615 SHA512 7ef91456575a2c2bae5c41145541f8a0737bd5029931d1b38ae5a709b94522bbd6eb05f09d53761854f23e804c3a4aa2eb4f987b8990e837e0442b2f0089365d
 DIST python-betterproto-v.2.0.0b7.gh.tar.gz 217820 BLAKE2B 2ede4c7b106c8c01279e1e57bc34c13c4e274215f077ae1d294108f40b6043682276c31703b1443bac5ab072a761141de306ff95cb34653180a9ee5bebe29b86 SHA512 4ca16c1cd09d76cde69848e6691be6f5716f730b7107f72e4a006c9b5881c815f4f24f9941861a972405d6d08bb47425900428886d1f8a2e37ace370c4514fbe
 DIST python-betterproto-v.2.0.0b7.tests.tar.xz 36328 BLAKE2B 43bb385c6e6746602b210fdf10a94bb4508366230461823d96fbdbeb868b1e0952cb1a3a596bfa4bbaa2e71b643e17cabeb4e11546c5eedf47d632e07d4078aa SHA512 a8b090d04e89a57dc8ff3b7775756cbf7d07bb317e47f76e12704cd41583b32a4f5f106a72af8c66f63e6def9bfc22ad93b4c39169b06b92b47a9f386326dfa7


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-05-13  1:44 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-05-13  1:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6ba019af646142ce9756a3c382ec6a37c4bb1182
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 13 01:36:12 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 13 01:40:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba019af

dev-python/betterproto: enable py3.13

Closes: https://bugs.gentoo.org/952318
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 2 +-
 dev-python/betterproto/betterproto-2.0.0_beta7.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
index fc9686694c9c..5400769f2969 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1
 

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
index 0eadf4d211d9..72a4b56df33c 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-05-13  1:46 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-05-13  1:46 UTC (permalink / raw
  To: gentoo-commits

commit:     3c2c202b9b3e9bae201b4e08e85cea89eb6bfef8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 13 01:44:18 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 13 01:44:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2c202b

dev-python/betterproto: crank copyright

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
index 5400769f2969..3eb90171521b 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-06-21  6:25 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2025-06-21  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     1e6ac98495e5684f9d55cd4b02b4b08006fdd18f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 06:14:37 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 06:25:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6ac984

dev-python/betterproto: Update deselects

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

 dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 3 ++-
 dev-python/betterproto/betterproto-2.0.0_beta7.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
index 3eb90171521b..24decd1050fd 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
@@ -67,8 +67,9 @@ python_test() {
 		tests/inputs/oneof/test_oneof.py
 	)
 	local EPYTEST_DESELECT=(
-		# TODO: ordering issue?
+		# TODO: new protobuf?
 		"tests/test_inputs.py::test_binary_compatibility[map]"
+		"tests/test_inputs.py::test_binary_compatibility[mapmessage]"
 		# pydantic
 		tests/inputs/bool/test_bool.py::test_pydantic_no_value
 	)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
index 72a4b56df33c..2864d6ec6364 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
@@ -63,8 +63,9 @@ PATCHES=(
 
 python_test() {
 	local EPYTEST_DESELECT=(
-		# TODO: ordering issue?
+		# TODO: new protobuf?
 		"tests/test_inputs.py::test_binary_compatibility[map]"
+		"tests/test_inputs.py::test_binary_compatibility[mapmessage]"
 	)
 
 	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-06-21  6:25 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2025-06-21  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     881627b9c68686464e9fa1318ee42eb209fc9b3b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 06:24:29 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 06:25:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881627b9

dev-python/betterproto: Use pytest-forked to workaround segfaults

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

 dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 5 ++++-
 dev-python/betterproto/betterproto-2.0.0_beta7.ebuild | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
index 24decd1050fd..398f324a60aa 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
@@ -50,6 +50,7 @@ BDEPEND="
 		dev-python/pydantic[${PYTHON_USEDEP}]
 		dev-python/tomlkit[${PYTHON_USEDEP}]
 		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+		dev-python/pytest-forked[${PYTHON_USEDEP}]
 		dev-python/pytest-mock[${PYTHON_USEDEP}]
 	)
 "
@@ -75,5 +76,7 @@ python_test() {
 	)
 
 	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest -p asyncio -p pytest_mock
+	# --forked to workaround protobuf segfaults
+	# https://github.com/protocolbuffers/protobuf/issues/22067
+	epytest -p asyncio -p pytest_mock -p pytest_forked --forked
 }

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
index 2864d6ec6364..a480a6fd334b 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
@@ -50,6 +50,7 @@ BDEPEND="
 		dev-python/pydantic[${PYTHON_USEDEP}]
 		dev-python/tomlkit[${PYTHON_USEDEP}]
 		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+		dev-python/pytest-forked[${PYTHON_USEDEP}]
 		dev-python/pytest-mock[${PYTHON_USEDEP}]
 	)
 "
@@ -69,5 +70,7 @@ python_test() {
 	)
 
 	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest -p asyncio -p pytest_mock
+	# --forked to workaround protobuf segfaults
+	# https://github.com/protocolbuffers/protobuf/issues/22067
+	epytest -p asyncio -p pytest_mock -p pytest_forked --forked
 }


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-06-21  6:51 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-06-21  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     03dd3e2118f953a5ee9d8c1ba52f7b3a165653b1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 06:50:20 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 06:50:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03dd3e21

dev-python/betterproto: Keyword 2.0.0_beta7 x86, #958534

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
index a480a6fd334b..77679b306fe2 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	>=dev-python/black-23.1.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-06-21  6:51 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-06-21  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7c2ced3271023f5ec0acd55dc26706dc03727789
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 06:50:21 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 06:50:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2ced32

dev-python/betterproto: Keyword 2.0.0_beta6 x86, #958534

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
index 398f324a60aa..74c6a6db097a 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	>=dev-python/black-23.1.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-06-21  6:51 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-06-21  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     cb1c5de9a1e5b196275e36cffceec61f7934dba3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 06:50:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 06:50:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1c5de9

dev-python/betterproto: Keyword 2.0.0_beta7 arm64, #958534

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
index 77679b306fe2..b193396e9887 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
 	>=dev-python/black-23.1.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-06-21  6:51 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-06-21  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f2f27f0e48c2c215a53a7a5dd631ebb720caad4d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 06:50:25 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 06:50:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f27f0e

dev-python/betterproto: Keyword 2.0.0_beta7 arm, #958534

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
index b193396e9887..3c4f738b1694 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
 	>=dev-python/black-23.1.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-06-21  6:51 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-06-21  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c2c8ff8224017c85308ec845399d357161589820
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 06:50:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 06:50:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c8ff82

dev-python/betterproto: Keyword 2.0.0_beta6 arm64, #958534

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
index 74c6a6db097a..fdb5c812a23b 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
 	>=dev-python/black-23.1.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-06-21  6:51 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-06-21  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     21963272bb8f3ba4ccd897cc411a2b668c19545f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 06:50:26 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 06:50:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21963272

dev-python/betterproto: Keyword 2.0.0_beta6 arm, #958534

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
index fdb5c812a23b..8aa17f8be9f1 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
 	>=dev-python/black-23.1.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-06-26 18:44 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2025-06-26 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d83f0b5ee52fc84855084b72e21fd75cb09520df
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 26 12:17:06 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 18:43:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83f0b5e

dev-python/betterproto: Use EPYTEST_PLUGINS

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

 dev-python/betterproto/betterproto-2.0.0_beta7.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
index 3c4f738b1694..138ac9a216bf 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
@@ -49,12 +49,10 @@ BDEPEND="
 		dev-python/cachelib[${PYTHON_USEDEP}]
 		dev-python/pydantic[${PYTHON_USEDEP}]
 		dev-python/tomlkit[${PYTHON_USEDEP}]
-		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-		dev-python/pytest-forked[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
 	)
 "
 
+EPYTEST_PLUGINS=( pytest-{asyncio,forked,mock} )
 distutils_enable_tests pytest
 
 PATCHES=(
@@ -69,8 +67,7 @@ python_test() {
 		"tests/test_inputs.py::test_binary_compatibility[mapmessage]"
 	)
 
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
 	# --forked to workaround protobuf segfaults
 	# https://github.com/protocolbuffers/protobuf/issues/22067
-	epytest -p asyncio -p pytest_mock -p pytest_forked --forked
+	epytest --forked
 }


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-09-06 17:39 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2025-09-06 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3ac86a593282f7f9f512c03edcae932452bd0b3e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  6 17:39:02 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 17:39:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac86a59

dev-python/betterproto: Stabilize 2.0.0_beta6 amd64, #962428

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
index 8aa17f8be9f1..090a778ec930 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
 	>=dev-python/black-23.1.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-09-09 12:25 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2025-09-09 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b7d8064208c7fe7271ea3e2333c87edcf19ef2c5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  9 12:25:03 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  9 12:25:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d80642

dev-python/betterproto: Stabilize 2.0.0_beta7 ALLARCHES, #962565

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
index 138ac9a216bf..228764d788eb 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
 	>=dev-python/black-23.1.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-10-09  7:10 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-10-09  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     983ba8ddb41b17567baf0a1a1354a2aeb9688220
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  9 07:09:06 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  9 07:09:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983ba8dd

dev-python/betterproto: Keyword 2.0.0_beta7 ppc, #958534

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
index 228764d788eb..7ed68aa643ab 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
 
 RDEPEND="
 	>=dev-python/black-23.1.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-10-09  7:10 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-10-09  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     18764011b8adafd93b91b675fafe296815ae960a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  9 07:09:05 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  9 07:09:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18764011

dev-python/betterproto: Keyword 2.0.0_beta6 ppc, #958534

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
index 090a778ec930..03efed2c30c0 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
 
 RDEPEND="
 	>=dev-python/black-23.1.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-10-09  7:10 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-10-09  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5d0af0a48ca73a1d2ada198d70be239c19b9ac5e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  9 07:09:10 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  9 07:09:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0af0a4

dev-python/betterproto: Keyword 2.0.0_beta6 ppc64, #958534

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
index 03efed2c30c0..72a9efc80adf 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
 	>=dev-python/black-23.1.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/
@ 2025-10-09  7:10 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-10-09  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b7558663559b8b76d026a07606b1eba3869bd762
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  9 07:09:11 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  9 07:09:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7558663

dev-python/betterproto: Keyword 2.0.0_beta7 ppc64, #958534

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/betterproto/betterproto-2.0.0_beta7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
index 7ed68aa643ab..6c21e86512db 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
 	>=dev-python/black-23.1.0[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-10-09  7:10 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-21  6:51 [gentoo-commits] repo/gentoo:master commit in: dev-python/betterproto/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-10-09  7:10 Sam James
2025-10-09  7:10 Sam James
2025-10-09  7:10 Sam James
2025-10-09  7:10 Sam James
2025-09-09 12:25 Arthur Zamarin
2025-09-06 17:39 Arthur Zamarin
2025-06-26 18:44 Michał Górny
2025-06-21  6:51 Sam James
2025-06-21  6:51 Sam James
2025-06-21  6:51 Sam James
2025-06-21  6:51 Sam James
2025-06-21  6:51 Sam James
2025-06-21  6:25 Michał Górny
2025-06-21  6:25 Michał Górny
2025-05-13  1:46 Sam James
2025-05-13  1:44 Sam James
2024-09-28  7:42 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