diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-sentry-sdk.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /sentry-sdk-1.19.1.tar.gz +/sentry-sdk-1.20.0.tar.gz diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index a269dec..78b7fb8 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sentry-sdk -Version: 1.19.1 +Version: 1.20.0 Release: 1 Summary: Python client for Sentry (https://sentry.io) License: MIT URL: https://github.com/getsentry/sentry-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f3/e4/b82bfa04cf41fb18650fce8f0eff50816ada964115e90533a872ac3946d6/sentry-sdk-1.19.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b1/34/137dada9c32f9e8571d9f547b70ee9b58737fdadae9bf297038cae442237/sentry-sdk-1.20.0.tar.gz BuildArch: noarch @@ -220,7 +220,7 @@ If you need help setting up or configuring the Python SDK (or anything else in t Licensed under the MIT license, see [`LICENSE`](LICENSE) %prep -%autosetup -n sentry-sdk-1.19.1 +%autosetup -n sentry-sdk-1.20.0 %build %py3_build @@ -260,5 +260,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.19.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.20.0-1 - Package Spec generated @@ -1 +1 @@ -9e64331e26853b8203d215a511b98955 sentry-sdk-1.19.1.tar.gz +8d179bb012373bbda615a94daadf2ae2 sentry-sdk-1.20.0.tar.gz |
