14
0

31 Commits

Author SHA256 Message Date
6796b1808d Accepting request 1273932 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1273932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=12
2025-05-02 13:00:17 +00:00
c48d46b50f - Update to 1.3.0
* Added support for classes to define the method __rollbar_repr__ to control how objects are serialized by @danielmorell in #479
  * Added support for Python 3.13 by @danielmorell in #477
  * Removed support for Python 3.6 by @danielmorell in #480
  * Updated framework versions tested against by @danielmorell in #480
- Update to 1.2.0
  * Added support for custom payload transforms by @danielmorell in #470
  * Added custom data to the message body by @waltjones in #473
  * Added support for host override setting by @danielmorell in #468
  * Fixed RollbarHandler reconfigures root logger by @ilkecan in #463
  * Fixed include_request_body setting not checked for various frameworks by @danielmorell in #469
  * Fixed namedtuple fields not being scrubbed by @danielmorell in #474
- Update to 1.1.2
  * Added support for custom payload transforms by @danielmorell in #470
  * Added custom data to the message body by @waltjones in #473
  * Added support for host override setting by @danielmorell in #468
  * Fixed RollbarHandler reconfigures root logger by @ilkecan in #463
  * Fixed include_request_body setting not checked for various frameworks by @danielmorell in #469
  * Fixed namedtuple fields not being scrubbed by @danielmorell in #474
- Update to 1.1.1
  * Added support for custom payload transforms by @danielmorell in #470
  * Added custom data to the message body by @waltjones in #473
  * Added support for host override setting by @danielmorell in #468
  * Fixed RollbarHandler reconfigures root logger by @ilkecan in #463
  * Fixed include_request_body setting not checked for various frameworks by @danielmorell in #469
  * Fixed namedtuple fields not being scrubbed by @danielmorell in #474
- Update to 1.1.0
  * Support for Python 3.12
  * Support for pathlib.Path()
  * Updated supported/tested frameworks and modernized tests and packaging by @danielmorell in #455

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=31
2025-05-02 07:44:01 +00:00
97ab53f26c Accepting request 1142437 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1142437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=11
2024-01-29 21:33:42 +00:00
1ef9904365 Accepting request 1142243 from home:pgajdos:python
- python-six is not required

OBS-URL: https://build.opensuse.org/request/show/1142243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=29
2024-01-29 14:09:32 +00:00
1349fb9359 Accepting request 1138235 from devel:languages:python
- update to 1.0.0:
  * Some of the major work has been on making performance
    improvements to the more data intensive parts of the package.
    There should be some improvements across the board, however
    some exciting new performance features include:
  * A new HTTP transfer mechanism that uses a pool of background
    worker threads to transmit logs and reports to the Rollbar
    system. You can enable it with the following...
  * Removed Python 2
  * Fixed handling `sensitive_post_parameters` decorator in
    Django
  * Fixed Werkzeug DeprecationWarning of `BaseRequest`
  * Fixed missing locals shortening on items with "trace_chain"
    instead of "trace"
  * Fixed FastAPI version comparison
  * Fixed #436 `WSGIRequest` has no attribute
    `sensitive_post_parameters`.
  * Added new `thread_pool` handler
  * Added Rollbar branding to the readme
  * Added batched transform to increase sanitization and
    serialization performance
- drop python-rollbar-no-unittest2.patch (upstream)

  * Fix Flask 0.x builds. See #376
    and `capture_email`.

OBS-URL: https://build.opensuse.org/request/show/1138235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=10
2024-01-12 22:45:47 +00:00
bc26911656 - update to 1.0.0:
* Some of the major work has been on making performance
    improvements to the more data intensive parts of the package.
    There should be some improvements across the board, however
    some exciting new performance features include:
  * A new HTTP transfer mechanism that uses a pool of background
    worker threads to transmit logs and reports to the Rollbar
    system. You can enable it with the following...
  * Removed Python 2
  * Fixed handling `sensitive_post_parameters` decorator in
    Django
  * Fixed Werkzeug DeprecationWarning of `BaseRequest`
  * Fixed missing locals shortening on items with "trace_chain"
    instead of "trace"
  * Fixed FastAPI version comparison
  * Fixed #436 `WSGIRequest` has no attribute
    `sensitive_post_parameters`.
  * Added new `thread_pool` handler
  * Added Rollbar branding to the readme
  * Added batched transform to increase sanitization and
    serialization performance
- drop python-rollbar-no-unittest2.patch (upstream)
  * Fix Flask 0.x builds. See #376
    and `capture_email`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=27
2024-01-12 08:19:35 +00:00
74d0a01117 Accepting request 1067989 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1067989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=9
2023-02-28 11:48:33 +00:00
06c521c425 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=25
2023-02-20 12:18:02 +00:00
4b3ba6c47f Accepting request 948303 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/948303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=8
2022-01-24 22:09:48 +00:00
c04a1a18f9 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=24
2022-01-24 01:57:25 +00:00
09aacb981c Accepting request 824631 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/824631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=7
2020-08-06 08:43:07 +00:00
e8e37e1a25 - Update the patch according to the pending pull request
gh#rollbar/pyrollbar#346.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=22
2020-08-06 07:31:14 +00:00
11b256956a Fix changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=21
2020-08-05 16:15:20 +00:00
9914f05859 - Replace self.assertRegex with six.assertRegex to finally
unrequire unittest2 (gh#rollbar/pyrollbar#340).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=20
2020-08-05 16:14:27 +00:00
4fa8f657ba Accepting request 821667 from devel:languages:python
- Upstream doesn't care about unittest2 at all
  (gh#rollbar/pyrollbar#340), we can just ignore it. Adjust
  python-rollbar-no-unittest2.patch accordingly.

OBS-URL: https://build.opensuse.org/request/show/821667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=6
2020-07-18 19:03:32 +00:00
4a69a523ac - Upstream doesn't care about unittest2 at all
(gh#rollbar/pyrollbar#340), we can just ignore it. Adjust
  python-rollbar-no-unittest2.patch accordingly.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=18
2020-07-18 05:19:36 +00:00
7b8467ef93 Accepting request 816370 from devel:languages:python
revert

OBS-URL: https://build.opensuse.org/request/show/816370
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=17
2020-06-22 13:14:34 +00:00
87db92dfe0 Fix changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=16
2020-06-22 11:57:58 +00:00
6ed3c02fe1 Fix SPEC
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=15
2020-06-22 11:54:21 +00:00
cc3e157856 Accepting request 811061 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/811061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=5
2020-06-03 18:35:06 +00:00
Tomáš Chvátal
cdbaade66e Accepting request 811057 from home:pgajdos:python
- 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
2020-06-03 09:15:12 +00:00
03a5fea23b Accepting request 807280 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/807280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=4
2020-05-19 12:57:51 +00:00
Tomáš Chvátal
7419a045de Accepting request 807236 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/807236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=11
2020-05-19 12:13:14 +00:00
4055997844 Accepting request 794513 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/794513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=3
2020-04-16 21:04:22 +00:00
Tomáš Chvátal
f105e597b8 Accepting request 794476 from home:mcalabkova:branches:devel:languages:python
- update to 0.15.0
  * Prevent recursive re-raising
  * Correctly apply logger formatting
  * Fix deprecation warnings

OBS-URL: https://build.opensuse.org/request/show/794476
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=9
2020-04-16 09:02:40 +00:00
67da04f0b8 Accepting request 688745 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/688745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=2
2019-03-28 21:48:36 +00:00
Tomáš Chvátal
29afb876f0 Accepting request 688743 from home:pgajdos
- require python-setuptools

OBS-URL: https://build.opensuse.org/request/show/688743
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=7
2019-03-26 14:06:33 +00:00
Tomáš Chvátal
a3329feffa Accepting request 688280 from home:pgajdos
- 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

OBS-URL: https://build.opensuse.org/request/show/688280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=6
2019-03-25 14:40:27 +00:00
7d8d50c1f6 Accepting request 556705 from devel:languages:python
Needed by helios

OBS-URL: https://build.opensuse.org/request/show/556705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rollbar?expand=0&rev=1
2017-12-14 10:03:21 +00:00
Tomáš Chvátal
0346dcb535 - Add python-rpm-macros to buildrequires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=2
2017-12-13 15:27:26 +00:00
Tomáš Chvátal
b5b02bf76a osc copypac from project:openSUSE:infrastructure:elections.opensuse.org package:python-rollbar revision:3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=1
2017-12-13 15:11:52 +00:00