File python3-raven.changes of Package python3-raven
-------------------------------------------------------------------
Sun Aug 16 00:43:00 UTC 2015 - arun@gmx.de
- update to version 5.5.0:
* Added "sys.excepthook" handler (installed by default).
* Fixed an issue where "wrap_wsgi" wasn't being respected.
* Various deprecated code removed.
-------------------------------------------------------------------
Sat Jul 18 23:42:28 UTC 2015 - arun@gmx.de
- update to version 5.4.4:
* Enforce string-type imports.
- changes from version 5.4.3
* Python 3 compatibility fixes.
- changes from version 5.4.2
* Remove scheme checking on transports.
* Added "SENTRY_TRANSPORT" to Flask and Django configurations.
- changes from version 5.4.1
* Fixed packaging of 5.4.0 which erronously kept the "aiohttp.py"
file in the wheel only.
- changes from version 5.4.0:
* Binding transports via a scheme prefix on DSNs is now deprecated.
* "raven.conf.load" has been removed.
* Upstream-related configuration (such as url, project_id, and keys)
is now contained in "RemoteConfig" attached to "Client.remote" *
The "aiohttp" transport has been moved to "raven-aiohttp" package.
-------------------------------------------------------------------
Sat May 2 17:47:11 UTC 2015 - arun@gmx.de
- update to version 5.3.1:
* Restored support for patching Django's BaseCommand.execute.
- changes from Version 5.3.0:
* The UDP transport has been removed.
* The integrated Sentry+Django client has been removed. This is now
part of Sentry core.
* Server configuration *must* now be specified with a DSN.
* Upstream errors now have increased verbosity in logs.
* Unsent events now log to 'sentry.errors.uncaught'.
* Django management commands should now effectively autopatch (when
run from the CLI).
* Flask wrapper now includes user_context, tags_context, and
extra_context helpers.
* Python version is now reported with modules.
-------------------------------------------------------------------
Mon Apr 13 13:31:00 UTC 2015 - andrea@opensuse.org
- Fixed license tag
-------------------------------------------------------------------
Wed Apr 1 16:57:21 UTC 2015 - andrea@opensuse.org
- New package