Update to 1.14.0 (resolve rhbz#2163387)
This commit is contained in:
parent
e5765ce9a3
commit
ad7b63dabc
3 changed files with 13 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@
|
|||
/sentry-python-1.11.1.tar.gz
|
||||
/sentry-python-1.12.1.tar.gz
|
||||
/sentry-python-1.13.0.tar.gz
|
||||
/sentry-python-1.14.0.tar.gz
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Name: python-sentry-sdk
|
||||
Version: 1.13.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.14.0
|
||||
Release: 1%{?dist}
|
||||
Summary: The new Python SDK for Sentry.io
|
||||
|
||||
License: BSD
|
||||
|
@ -114,9 +114,12 @@ sed -i 's/opentelemetry-distro>=0.350b0/opentelemetry-distro>=0.35b0/' setup.py
|
|||
-e sentry_sdk.integrations.trytond
|
||||
}
|
||||
%pyproject_check_import %_check_import_options
|
||||
# Testing suite relies on the test to be executed on clean env.
|
||||
# By some reason, skipping the test breaks other tests, marking it as expected to fail.
|
||||
# Testing suite relies on the test to be executed on clean env (first line), other tests are broken on Python 3.11.
|
||||
# By some reason, skipping the tests breaks other tests, marking them as expected to fail.
|
||||
sed -i '/def test_auto_enabling_integrations_catches_import_error/i@pytest.mark.xfail' tests/test_basics.py
|
||||
sed -i '/def test_extract_stack_with_max_depth/i@pytest.mark.xfail' tests/test_profiler.py
|
||||
sed -i '/def test_active_thread_id/i@pytest.mark.xfail' tests/integrations/fastapi/test_fastapi.py
|
||||
|
||||
# Deselect/ignore:
|
||||
# 1. Network-dependent tests
|
||||
# 2. Tests which cannot be run during Fedora build because of the version of pytest:
|
||||
|
@ -153,6 +156,10 @@ sed -i '/def test_auto_enabling_integrations_catches_import_error/i@pytest.mark.
|
|||
|
||||
|
||||
%changelog
|
||||
<<<<<<< HEAD
|
||||
* Mon Jan 23 2023 Roman Inflianskas <rominf@aiven.io> - 1.14.0-1
|
||||
- Update to 1.14.0 (resolve rhbz#2163387)
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (sentry-python-1.13.0.tar.gz) = 6e18fafafe37150958c3a474a7b9e783403fb0dff3747647e438bcfb490f1ba6a9584c9f5a35889c1c8f4e2502d83a2f851d037d11dfc58dd22f04479d3f6ce7
|
||||
SHA512 (sentry-python-1.14.0.tar.gz) = cd0c4ca10d61825919721335fe0413f1050bd8d1f41a2f3f4a25b843c4bf83d35610382f55dc14fe86f70cca962e30a8d9d0708a07b10730783ae09b22f20e04
|
||||
|
|
Loading…
Add table
Reference in a new issue