diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index c788e91..4afafc5 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -1,6 +1,6 @@ Name: python-sentry-sdk Version: 1.22.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The new Python SDK for Sentry.io License: MIT @@ -25,6 +25,7 @@ BuildRequires: python3dist(fastapi) BuildRequires: python3dist(flask) BuildRequires: python3dist(flask-login) BuildRequires: python3dist(gevent) +BuildRequires: python3dist(grpcio) BuildRequires: python3dist(httpx) BuildRequires: python3dist(jsonschema) BuildRequires: python3dist(mock) @@ -81,6 +82,7 @@ Summary: %{summary} fastapi pymongo opentelemetry + grpcio } %pyproject_extras_subpkg -n python3-sentry-sdk %_extras @@ -170,6 +172,9 @@ sed -i '/assert event\["_meta"\]/i\ \ \ \ if not event["_meta"]["extra"]: event[ %changelog +* Mon May 22 2023 Benjamin A. Beasley - 1.22.1-2 +- Add grpcio extra metapackage and test dependency + * Mon May 08 2023 Roman Inflianskas - 1.22.1-1 - Update to 1.22.1 (resolve rhbz#2193365)