14
0

Accepting request 688745 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/688745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=2
This commit is contained in:
2019-03-28 21:48:36 +00:00
committed by Git OBS Bridge
4 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Mar 26 14:01:55 UTC 2019 - pgajdos@suse.com
- require python-setuptools
-------------------------------------------------------------------
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

View File

@@ -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
@@ -36,6 +36,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: python2-enum34 BuildRequires: python2-enum34
Requires: python-requests >= 0.12.1 Requires: python-requests >= 0.12.1
Requires: python-setuptools
Requires: python-six >= 1.9.0 Requires: python-six >= 1.9.0
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -57,7 +58,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}/*

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b28b05ec7c05c0321c071a575e0d7e0bd70404c2a100c671d61b85d7e4d6fe2
size 55388