forked from pool/python-rollbar
- use %pytest macro - remove dependency on unittest2 for python3 - added patches https://github.com/rollbar/pyrollbar/pull/340 + python-rollbar-no-unittest2.patch OBS-URL: https://build.opensuse.org/request/show/811057 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=13
58 lines
1.8 KiB
Plaintext
58 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jun 3 09:05:04 UTC 2020 - pgajdos@suse.com
|
|
|
|
- use %pytest macro
|
|
- remove dependency on unittest2 for python3
|
|
- added patches
|
|
https://github.com/rollbar/pyrollbar/pull/340
|
|
+ python-rollbar-no-unittest2.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 19 09:27:47 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 15 16:06:40 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 0.15.0
|
|
* Prevent recursive re-raising
|
|
* Correctly apply logger formatting
|
|
* Fix deprecation warnings
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- Add python-rpm-macros to buildrequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 13 15:05:53 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Switch to github url to contain license
|
|
- Distribute license
|
|
- Switch to singlespec
|
|
- Enable tests
|
|
- Add all missing test and runtime dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 4 13:12:18 UTC 2017 - tampakrap@opensuse.org
|
|
|
|
- Initial package
|