14
0

Accepting request 688280 from home:pgajdos

- version update to 0.14.7
  * Create the configuration options, `capture_username`
    and `capture_email`. 
  * Create the configuration option `capture_ip`.
  * Fix `request.files_keys` for Flask
  * If you call `init` multiple times we will update the settings
    at each call.
  * see CHANGELOG.md for details

OBS-URL: https://build.opensuse.org/request/show/688280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-03-25 14:40:27 +00:00
committed by Git OBS Bridge
parent 7d8d50c1f6
commit a3329feffa
4 changed files with 20 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-rollbar
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-rollbar
Version: 0.13.17
Version: 0.14.7
Release: 0
Summary: Python notifier for reporting exceptions, errors, and log messages to Rollbar
License: MIT
@@ -57,7 +57,8 @@ Send messages and exceptions with arbitrary context, get back aggregates, and de
%python_exec setup.py test
%files %{python_files}
%doc README.rst LICENSE
%doc README.rst
%license LICENSE
%python3_only %{_bindir}/rollbar
%{python_sitelib}/*