forked from pool/python-rollbar
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:
committed by
Git OBS Bridge
parent
7d8d50c1f6
commit
a3329feffa
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 25 14:08:31 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 13 15:29:46 UTC 2017 - tchvatal@suse.com
|
Wed Dec 13 15:29:46 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rollbar
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-rollbar
|
Name: python-rollbar
|
||||||
Version: 0.13.17
|
Version: 0.14.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python notifier for reporting exceptions, errors, and log messages to Rollbar
|
Summary: Python notifier for reporting exceptions, errors, and log messages to Rollbar
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -57,7 +57,8 @@ Send messages and exceptions with arbitrary context, get back aggregates, and de
|
|||||||
%python_exec setup.py test
|
%python_exec setup.py test
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst LICENSE
|
%doc README.rst
|
||||||
|
%license LICENSE
|
||||||
%python3_only %{_bindir}/rollbar
|
%python3_only %{_bindir}/rollbar
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6da30f0340f1e3c92fd25c60a13e7e0f2f5837244f017ef03c46b35c08289795
|
|
||||||
size 55289
|
|
3
v0.14.7.tar.gz
Normal file
3
v0.14.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b28b05ec7c05c0321c071a575e0d7e0bd70404c2a100c671d61b85d7e4d6fe2
|
||||||
|
size 55388
|
Reference in New Issue
Block a user