2022-01-24 01:57:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 24 01:54:43 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.16.2:
|
|
|
|
* Fix building person data in Django. See #385
|
|
|
|
* Fix circular error logging for non-HTTP events in Starlette. See #390
|
|
|
|
* Fix Python 3.4 builds. See #389
|
|
|
|
* Add support for FastAPI framework. See #373
|
|
|
|
* Add support for Starlette framework. See #373
|
|
|
|
* Add support for ASGI-compliant frameworks. See #373
|
|
|
|
* Add support for HTTPX async handler. See #373
|
|
|
|
* Add new honored values of rollbar.SETTINGS['handler']: default, async
|
|
|
|
and httpx. See #373
|
|
|
|
* Add support for async report_exc_info and report_message. See #373
|
|
|
|
* Collect user IP from X-Forwarded-For, fall back to X-Real-Ip. See #370
|
|
|
|
* Improve examples. See #368
|
|
|
|
* Fix Python 3.3 builds. See #374
|
|
|
|
* Fix Flask 0.x builds. See #376
|
|
|
|
- Add httpx to BuildRequires
|
|
|
|
- Refresh python-rollbar-no-unittest2.patch
|
|
|
|
|
2020-08-05 16:14:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 5 16:13:20 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
2020-08-05 16:15:20 +00:00
|
|
|
- Replace self.assertRegex with six.assertRegex in
|
|
|
|
python-rollbar-no-unittest2.patch to finally unrequire
|
|
|
|
unittest2 (gh#rollbar/pyrollbar#340).
|
2020-08-06 07:31:14 +00:00
|
|
|
- Update the patch according to the pending pull request
|
|
|
|
gh#rollbar/pyrollbar#346.
|
2020-08-05 16:14:27 +00:00
|
|
|
|
2020-07-18 05:19:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 18 05:17:28 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Upstream doesn't care about unittest2 at all
|
|
|
|
(gh#rollbar/pyrollbar#340), we can just ignore it. Adjust
|
|
|
|
python-rollbar-no-unittest2.patch accordingly.
|
|
|
|
|
2020-06-03 09:15:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-05-19 12:13:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 19 09:27:47 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
|
2020-04-16 09:02:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-03-26 14:06:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 14:01:55 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- require python-setuptools
|
|
|
|
|
2019-03-25 14:40:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2017-12-13 15:27:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 13 15:29:46 UTC 2017 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Add python-rpm-macros to buildrequires
|
|
|
|
|
2017-12-13 15:11:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|