14
0

- 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
This commit is contained in:
2023-02-20 12:18:02 +00:00
committed by Git OBS Bridge
parent c04a1a18f9
commit 06c521c425
5 changed files with 86 additions and 75 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 20 12:16:51 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- 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 01:54:43 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>