Update to 1.11.0 (resolve rhbz#2142588)
This commit is contained in:
parent
db0e2193e3
commit
238a2887bb
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@
|
|||
/sentry-python-1.9.9.tar.gz
|
||||
/sentry-python-1.9.10.tar.gz
|
||||
/sentry-python-1.10.1.tar.gz
|
||||
/sentry-python-1.11.0.tar.gz
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: python-sentry-sdk
|
||||
Version: 1.10.1
|
||||
Version: 1.11.0
|
||||
Release: 1%{?dist}
|
||||
Summary: The new Python SDK for Sentry.io
|
||||
|
||||
|
@ -39,7 +39,7 @@ Summary: %{summary}
|
|||
%description -n python3-sentry-sdk %_description
|
||||
|
||||
|
||||
# Dependencies for quart, sanic, beam, pyspark, and chalice extras are not yet in Fedora
|
||||
# Dependencies for quart, sanic, beam, pyspark, chalice, and pymongo extras are not yet in Fedora
|
||||
# Dependencies for fastapi are not built for Fedora >= 37
|
||||
%pyproject_extras_subpkg -n python3-sentry-sdk flask bottle falcon django celery rq aiohttp tornado sqlalchemy pure_eval httpx starlette
|
||||
|
||||
|
@ -89,6 +89,9 @@ Summary: %{summary}
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 21 2022 Roman Inflianskas <rominf@aiven.io> - 1.11.0-1
|
||||
- Update to 1.11.0 (resolve rhbz#2142588)
|
||||
|
||||
* Wed Oct 26 2022 Roman Inflianskas <rominf@aiven.io> - 1.10.1-1
|
||||
- Update to 1.10.1 (resolve rhbz#2136521)
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (sentry-python-1.10.1.tar.gz) = 135dff6db284439812d74b54f301ba0ce25444f71ad0b7d3ff8869399dba97affa40673fd306960bc6665118e0aabd1a3420976effc9a501d51d9f2174d615f4
|
||||
SHA512 (sentry-python-1.11.0.tar.gz) = d966ebec2438d537d54da7db152f13691a67946add50357a5084f257ab5a29bb52bcf08a786a7906efac5509f5c075fd19ea0d7a04344fd2ddc216473162d809
|
||||
|
|
Loading…
Add table
Reference in a new issue