diff --git a/python-rollbar.changes b/python-rollbar.changes index 5674774..8b656aa 100644 --- a/python-rollbar.changes +++ b/python-rollbar.changes @@ -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 diff --git a/python-rollbar.spec b/python-rollbar.spec index 0368c47..168e8c7 100644 --- a/python-rollbar.spec +++ b/python-rollbar.spec @@ -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}/* diff --git a/v0.13.17.tar.gz b/v0.13.17.tar.gz deleted file mode 100644 index f4800f6..0000000 --- a/v0.13.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6da30f0340f1e3c92fd25c60a13e7e0f2f5837244f017ef03c46b35c08289795 -size 55289 diff --git a/v0.14.7.tar.gz b/v0.14.7.tar.gz new file mode 100644 index 0000000..94317bf --- /dev/null +++ b/v0.14.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b28b05ec7c05c0321c071a575e0d7e0bd70404c2a100c671d61b85d7e4d6fe2 +size 55388