Changelog for
python310-rollbar-0.16.3-27.4.noarch.rpm :
* Mon Feb 20 2023 Daniel Garcia
- Update to 0.16.3:
* Pinned Python 2 CI tests to legacy version of dependencies. See #408
* Add PyPI badge for supported Python versions. See #408
* Add Django 4.0+ compatibility. See #408
* Update PR template. See #408
* SC-95272: Remove support for Python 3.3. See #408- Disable broken tests in python 3.11, test_encode_empty_tuple
* Mon Jan 24 2022 Steve Kowalik - 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
* Wed Aug 05 2020 Matej Cepl - Replace self.assertRegex with six.assertRegex in python-rollbar-no-unittest2.patch to finally unrequire unittest2 (gh#rollbar/pyrollbar#340).- Update the patch according to the pending pull request gh#rollbar/pyrollbar#346.
* Sat Jul 18 2020 Matej Cepl - Upstream doesn\'t care about unittest2 at all (gh#rollbar/pyrollbar#340), we can just ignore it. Adjust python-rollbar-no-unittest2.patch accordingly.
* Wed Jun 03 2020 pgajdosAATTsuse.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 2020 Petr Gajdos - %python3_only -> %python_alternative
* Wed Apr 15 2020 Marketa Calabkova - update to 0.15.0
* Prevent recursive re-raising
* Correctly apply logger formatting
* Fix deprecation warnings
* Tue Mar 26 2019 pgajdosAATTsuse.com- require python-setuptools
* Mon Mar 25 2019 pgajdosAATTsuse.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 2017 tchvatalAATTsuse.com- Add python-rpm-macros to buildrequires