* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sentry-sdk/
@ 2025-04-25 9:33 Mattéo Rossillol‑‑Laruelle
0 siblings, 0 replies; 7+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-04-25 9:33 UTC (permalink / raw
To: gentoo-commits
commit: a48bf4e7b4f5c3f330c0c0a545b1b17a2709475a
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Fri Apr 25 09:30:54 2025 +0000
Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Fri Apr 25 09:33:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a48bf4e7
dev-python/sentry-sdk: new package, add 2.26.1
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
dev-python/sentry-sdk/Manifest | 1 +
dev-python/sentry-sdk/metadata.xml | 25 +++++++++++++++++
dev-python/sentry-sdk/sentry-sdk-2.26.1.ebuild | 37 ++++++++++++++++++++++++++
3 files changed, 63 insertions(+)
diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
new file mode 100644
index 000000000..d88b17fbe
--- /dev/null
+++ b/dev-python/sentry-sdk/Manifest
@@ -0,0 +1 @@
+DIST sentry-python-2.26.1.gh.tar.gz 683526 BLAKE2B f53f39e5a860c607cfdb46b66d401688063d55bb3f782c82493b1f3cf8e74d7140e4976c94fde458bc7e2b5dc92a218b312a9519911a6c2217638da40858748d SHA512 964e0108a89537f43db873915de30620856662837536a5150c6f8e041dcd75da7869f93208faccdc1a6d8731afe4e3dcaaa9b8b67bc9a9d5940a9dd9ef2a564d
diff --git a/dev-python/sentry-sdk/metadata.xml b/dev-python/sentry-sdk/metadata.xml
new file mode 100644
index 000000000..91fbda1e1
--- /dev/null
+++ b/dev-python/sentry-sdk/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>beatussum@protonmail.com</email>
+ <name>Mattéo Rossillol‑‑Laruelle</name>
+ </maintainer>
+
+ <stabilize-allarches/>
+
+ <upstream>
+ <maintainer status="active">
+ <name>Sentry Team and Contributors</name>
+ <email>hello@sentry.io</email>
+ </maintainer>
+
+ <changelog>https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md</changelog>
+ <doc>https://docs.sentry.io/platforms/python/</doc>
+ <bugs-to>https://github.com/getsentry/sentry-python/issues</bugs-to>
+
+ <remote-id type="github">getsentry/sentry-python</remote-id>
+ <remote-id type="pypi">sentry-sdk</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/sentry-sdk/sentry-sdk-2.26.1.ebuild b/dev-python/sentry-sdk/sentry-sdk-2.26.1.ebuild
new file mode 100644
index 000000000..826df9395
--- /dev/null
+++ b/dev-python/sentry-sdk/sentry-sdk-2.26.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+MY_P="sentry-python-${PV}"
+DESCRIPTION="Python client for Sentry"
+
+HOMEPAGE="
+ https://sentry.io/
+ https://github.com/getsentry/sentry-python/
+ https://pypi.org/project/sentry-sdk/
+"
+
+SRC_URI="https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
+S="${WORKDIR}/${MY_P}"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-python/urllib3-1.26.11[${PYTHON_USEDEP}]
+ dev-python/certifi[${PYTHON_USEDEP}]
+"
+
+DOCS=(
+ CHANGELOG.md
+ CONTRIBUTING.md
+ MIGRATION_GUIDE.md
+ README.md
+)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sentry-sdk/
@ 2025-05-12 17:50 Mattéo Rossillol‑‑Laruelle
0 siblings, 0 replies; 7+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-05-12 17:50 UTC (permalink / raw
To: gentoo-commits
commit: eaf2e3afb74b3557fd3a5ac3171b98ea6e3875c5
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Mon May 12 17:47:02 2025 +0000
Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Mon May 12 17:47:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eaf2e3af
dev-python/sentry-sdk: add 2.28.0, drop 2.26.1
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
dev-python/sentry-sdk/Manifest | 2 +-
.../sentry-sdk/{sentry-sdk-2.26.1.ebuild => sentry-sdk-2.28.0.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index d88b17fbe..f25e08994 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1 +1 @@
-DIST sentry-python-2.26.1.gh.tar.gz 683526 BLAKE2B f53f39e5a860c607cfdb46b66d401688063d55bb3f782c82493b1f3cf8e74d7140e4976c94fde458bc7e2b5dc92a218b312a9519911a6c2217638da40858748d SHA512 964e0108a89537f43db873915de30620856662837536a5150c6f8e041dcd75da7869f93208faccdc1a6d8731afe4e3dcaaa9b8b67bc9a9d5940a9dd9ef2a564d
+DIST sentry-python-2.28.0.gh.tar.gz 687581 BLAKE2B aa4b4c7d1b15ae2bf63e757cb4ba37892bac3403ade699b3b099fc59e5fb7df1a9f76e512bff4951d8abef239d294b45b352a0765379514c09999bd015610717 SHA512 57c09d7522c5e3495eb06a52032976136bf1ed9ddc9cb4809c57d750f821dc6c78baadd58d156ee42c325dab6a7829620265ce9415d7c77ae5731c625b44a59e
diff --git a/dev-python/sentry-sdk/sentry-sdk-2.26.1.ebuild b/dev-python/sentry-sdk/sentry-sdk-2.28.0.ebuild
similarity index 100%
rename from dev-python/sentry-sdk/sentry-sdk-2.26.1.ebuild
rename to dev-python/sentry-sdk/sentry-sdk-2.28.0.ebuild
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sentry-sdk/
@ 2025-05-14 12:26 Brayan
0 siblings, 0 replies; 7+ messages in thread
From: Brayan @ 2025-05-14 12:26 UTC (permalink / raw
To: gentoo-commits
commit: 46737f71965a3043c5ea6c5658f3236a4d8aa177
Author: Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Wed May 14 12:12:41 2025 +0000
Commit: Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Wed May 14 12:12:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46737f71
dev-python/sentry-sdk: enable py3.14
Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>
dev-python/sentry-sdk/sentry-sdk-2.28.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sentry-sdk/sentry-sdk-2.28.0.ebuild b/dev-python/sentry-sdk/sentry-sdk-2.28.0.ebuild
index 826df9395..7e9b5b55a 100644
--- a/dev-python/sentry-sdk/sentry-sdk-2.28.0.ebuild
+++ b/dev-python/sentry-sdk/sentry-sdk-2.28.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sentry-sdk/
@ 2025-05-30 14:34 Mattéo Rossillol‑‑Laruelle
0 siblings, 0 replies; 7+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-05-30 14:34 UTC (permalink / raw
To: gentoo-commits
commit: 5f3af71791c32b8764ef6f1567e20d3b8426e950
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Fri May 30 14:31:25 2025 +0000
Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Fri May 30 14:34:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f3af717
dev-python/sentry-sdk: add 2.29.0, drop 2.28.0
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
dev-python/sentry-sdk/Manifest | 2 +-
.../sentry-sdk/{sentry-sdk-2.28.0.ebuild => sentry-sdk-2.29.0.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index f25e08994b..61608660f3 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1 +1 @@
-DIST sentry-python-2.28.0.gh.tar.gz 687581 BLAKE2B aa4b4c7d1b15ae2bf63e757cb4ba37892bac3403ade699b3b099fc59e5fb7df1a9f76e512bff4951d8abef239d294b45b352a0765379514c09999bd015610717 SHA512 57c09d7522c5e3495eb06a52032976136bf1ed9ddc9cb4809c57d750f821dc6c78baadd58d156ee42c325dab6a7829620265ce9415d7c77ae5731c625b44a59e
+DIST sentry-python-2.29.0.gh.tar.gz 688277 BLAKE2B 3387e15bdf1df3d4bd19c2c874b8d931fd9deae1dd1c5fc4c57b06709b0b3af2682ef8f8ecc5b0358eb418eae0dfbc2401dc998a726517cb9b02696042ece7be SHA512 85a716a4eef61bdccedd94d68c63e177a7d37bbe91df7ac52661910fe19af63fb58329b848fd655d82df1e337b9fd5bf2dad50cb2e684b819614a8d42c9fc4ff
diff --git a/dev-python/sentry-sdk/sentry-sdk-2.28.0.ebuild b/dev-python/sentry-sdk/sentry-sdk-2.29.0.ebuild
similarity index 100%
rename from dev-python/sentry-sdk/sentry-sdk-2.28.0.ebuild
rename to dev-python/sentry-sdk/sentry-sdk-2.29.0.ebuild
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sentry-sdk/
@ 2025-06-01 8:55 Mattéo Rossillol‑‑Laruelle
0 siblings, 0 replies; 7+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-06-01 8:55 UTC (permalink / raw
To: gentoo-commits
commit: 5372bcf94d76c8237143effbbd923d10aaeda336
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Sun Jun 1 08:54:08 2025 +0000
Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Sun Jun 1 08:55:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5372bcf9
dev-python/sentry-sdk: add 2.29.1, drop 2.29.0
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
dev-python/sentry-sdk/Manifest | 2 +-
.../sentry-sdk/{sentry-sdk-2.29.0.ebuild => sentry-sdk-2.29.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index 61608660f3..5c0bb9dc9e 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1 +1 @@
-DIST sentry-python-2.29.0.gh.tar.gz 688277 BLAKE2B 3387e15bdf1df3d4bd19c2c874b8d931fd9deae1dd1c5fc4c57b06709b0b3af2682ef8f8ecc5b0358eb418eae0dfbc2401dc998a726517cb9b02696042ece7be SHA512 85a716a4eef61bdccedd94d68c63e177a7d37bbe91df7ac52661910fe19af63fb58329b848fd655d82df1e337b9fd5bf2dad50cb2e684b819614a8d42c9fc4ff
+DIST sentry-python-2.29.1.gh.tar.gz 688287 BLAKE2B 2678c4c581a9a82425494fdf57abf6416c1745ff8edd81d1721bb7f13708ce28dcde06b7a3069e0de77b3469f1e03fedad6d78f0c5d91ddce32c17893f2626ac SHA512 be4621d9b1c7caa32ea04288d4e6f42a88584e978a0412a9a327ede34b2b2cf4a4fcbd9908fdb2fa096bb13e5d83f5cc02213137ff2870de9b4642304faffffb
diff --git a/dev-python/sentry-sdk/sentry-sdk-2.29.0.ebuild b/dev-python/sentry-sdk/sentry-sdk-2.29.1.ebuild
similarity index 100%
rename from dev-python/sentry-sdk/sentry-sdk-2.29.0.ebuild
rename to dev-python/sentry-sdk/sentry-sdk-2.29.1.ebuild
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sentry-sdk/
@ 2025-06-15 10:14 Mattéo Rossillol‑‑Laruelle
0 siblings, 0 replies; 7+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-06-15 10:14 UTC (permalink / raw
To: gentoo-commits
commit: 694273b34362a850edf21c31e06d5aa959ad0a5b
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Sun Jun 15 10:11:58 2025 +0000
Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Sun Jun 15 10:11:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=694273b3
dev-python/sentry-sdk: add 2.30.0, drop 2.29.1
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
dev-python/sentry-sdk/Manifest | 2 +-
.../sentry-sdk/{sentry-sdk-2.29.1.ebuild => sentry-sdk-2.30.0.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index 5c0bb9dc9e..9d05095743 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1 +1 @@
-DIST sentry-python-2.29.1.gh.tar.gz 688287 BLAKE2B 2678c4c581a9a82425494fdf57abf6416c1745ff8edd81d1721bb7f13708ce28dcde06b7a3069e0de77b3469f1e03fedad6d78f0c5d91ddce32c17893f2626ac SHA512 be4621d9b1c7caa32ea04288d4e6f42a88584e978a0412a9a327ede34b2b2cf4a4fcbd9908fdb2fa096bb13e5d83f5cc02213137ff2870de9b4642304faffffb
+DIST sentry-python-2.30.0.gh.tar.gz 692893 BLAKE2B 49afcb991985b1b3c255dc6685d1026bddcfc9d7ba387dfcb180a49761e3c404c6e25100bc8174ad4b8b255dba9a3582d109563453e8a6892145ab76ed7b9934 SHA512 8d926e0c94240cd842d3c1fa022e723ef0dbbbedfa22d39aeccc2395388401ce8a481a20072fc750e89eb87607b85126e4159ea571f766d223c3c326e0ddc158
diff --git a/dev-python/sentry-sdk/sentry-sdk-2.29.1.ebuild b/dev-python/sentry-sdk/sentry-sdk-2.30.0.ebuild
similarity index 100%
rename from dev-python/sentry-sdk/sentry-sdk-2.29.1.ebuild
rename to dev-python/sentry-sdk/sentry-sdk-2.30.0.ebuild
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sentry-sdk/
@ 2025-06-17 9:35 Mattéo Rossillol‑‑Laruelle
0 siblings, 0 replies; 7+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-06-17 9:35 UTC (permalink / raw
To: gentoo-commits
commit: 1e4e366aed89e5fec91f72b46a62b80e7311f169
Author: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Tue Jun 17 08:48:07 2025 +0000
Commit: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Tue Jun 17 09:34:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e4e366a
dev-python/sentry-sdk: drop myself as a maintainer
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
dev-python/sentry-sdk/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/sentry-sdk/metadata.xml b/dev-python/sentry-sdk/metadata.xml
index 91fbda1e15..09f8824950 100644
--- a/dev-python/sentry-sdk/metadata.xml
+++ b/dev-python/sentry-sdk/metadata.xml
@@ -2,10 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>beatussum@protonmail.com</email>
- <name>Mattéo Rossillol‑‑Laruelle</name>
- </maintainer>
+ <!-- maintainer-needed -->
<stabilize-allarches/>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-06-17 9:35 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-17 9:35 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sentry-sdk/ Mattéo Rossillol‑‑Laruelle
-- strict thread matches above, loose matches on Subject: below --
2025-06-15 10:14 Mattéo Rossillol‑‑Laruelle
2025-06-01 8:55 Mattéo Rossillol‑‑Laruelle
2025-05-30 14:34 Mattéo Rossillol‑‑Laruelle
2025-05-14 12:26 Brayan
2025-05-12 17:50 Mattéo Rossillol‑‑Laruelle
2025-04-25 9:33 Mattéo Rossillol‑‑Laruelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox