14
0

Accepting request 1063614 from home:ecsos:messenger:matrix

update to 1.15.0

OBS-URL: https://build.opensuse.org/request/show/1063614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=45
This commit is contained in:
2023-02-07 12:30:08 +00:00
committed by Git OBS Bridge
parent 640f4e912c
commit e7006fecc2
4 changed files with 81 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sentry-sdk
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,14 @@
%define skip_python2 1
%define skip_python36 1
Name: python-sentry-sdk
Version: 1.11.0
Version: 1.15.0
Release: 0
Summary: Python SDK for Sentry.io
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/getsentry/sentry-python
Source0: https://github.com/getsentry/sentry-python/archive/%{version}/sentry-python-%{version}.tar.gz
BuildRequires: %{python_module Django >= 1.8}
BuildRequires: %{python_module Flask >= 0.11}
BuildRequires: %{python_module SQLAlchemy >= 1.2}
BuildRequires: %{python_module aiohttp >= 3.5}
@@ -39,10 +40,13 @@ BuildRequires: %{python_module certifi}
BuildRequires: %{python_module executing}
BuildRequires: %{python_module falcon >= 1.4}
BuildRequires: %{python_module httpx >= 0.16.0}
BuildRequires: %{python_module pymongo >= 3.1}
BuildRequires: %{python_module rq >= 0.6}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module starlette >= 0.19.1}
BuildRequires: %{python_module tornado >= 5}
BuildRequires: %{python_module urllib3 >= 1.10.0}
# upstream use %{python_module urllib3 >= 1.26.11}
BuildRequires: %{python_module urllib3 >= 1.25.10}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
@@ -61,15 +65,17 @@ BuildRequires: %{python_module tox}
# /SECTION
# SECTION extra requirements - which rise up buildtime error or missing in openSUSE
#BuildRequires: %%{python_module pyspark >= 2.4.4}
#BuildRequires: %%{python_module Django >= 1.8}
#BuildRequires: %%{python_module apache-beam >= 2.12}
#BuildRequires: %%{python_module huey >= 2}
#BuildRequires: %%{python_module pure_eval}
#BuildRequires: %%{python_module chalice >= 1.16.0}
#BuildRequires: %%{python_module starlette >= 0.19.1}
#BuildRequires: %%{python_module starlite >= 1.48}
#BuildRequires: %%{python_module fastapi >= 0.79.0}
#BuildRequires: %%{python_module quart >= 1.16.1}
#BuildRequires: %%{python_module quart >= 0.16.1}
#BuildRequires: %%{python_module sanic >= 0.8}
#BuildRequires: %%{python_module opentelemetry-distro >= 0.35b0}
# /SECTION
Requires: python-Django >= 1.8
Requires: python-Flask >= 0.11
Requires: python-SQLAlchemy >= 1.2
Requires: python-aiohttp >= 3.5
@@ -82,19 +88,23 @@ Requires: python-executing
Requires: python-falcon >= 1.4
Requires: python-httpx >= 0.16.0
Requires: python-jsonschema
Requires: python-pymongo >= 3.1
Requires: python-rq >= 0.6
Requires: python-starlette >= 0.19.1
Requires: python-tornado >= 5
Requires: python-urllib3 >= 1.10.0
# SECTION extra requirements - which rise up buildtime error or missing in openSUSE
#Requires: python-Django >= 1.8
#Requires: python-sanic >= 0.8
#Requires: python-apache-beam >= 2.12
#Requires: python-huey >= 2
#Requires: python-pyspark >= 2.4.4
#Requires: python-pure_eval
#Requires: python-chalice >= 1.16.0
#Requires: python-starlette >= 0.19.1
#Requires: python-starlite >= 1.48
#Requires: python-fastapi >= 0.79.0
#Requires: python-quart >= 0.16.1
#Requires: python-sanic >= 0.8
#Requires: python-opentelemetry-distro >= 0.35b0
# /SECTION
BuildArch: noarch
%python_subpackages