17
0

- Update to 11.0:

- This is a maintenance release that drops Python 2.6 support,
    adds Python 3.7 support and merges quite a few minor pull
    requests. The major version number was bumped because of the
    compatibility changes.
    Complete list of (really small) changes is on
    https://github.com/xolox/python-coloredlogs/blob/master/CHANGELOG.rst#release-11-0-2020-02-14
  - Update test_cli_conversion_test.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coloredlogs?expand=0&rev=12
This commit is contained in:
2020-02-15 08:22:16 +00:00
committed by Git OBS Bridge
parent 6e23e71b77
commit 41bdfcec3d
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Feb 15 08:30:15 CET 2020 - Matej Cepl <mcepl@suse.com>
- Update to 11.0:
- This is a maintenance release that drops Python 2.6 support,
adds Python 3.7 support and merges quite a few minor pull
requests. The major version number was bumped because of the
compatibility changes.
Complete list of (really small) changes is on
https://github.com/xolox/python-coloredlogs/blob/master/CHANGELOG.rst#release-11-0-2020-02-14
- Update test_cli_conversion_test.patch
-------------------------------------------------------------------
Fri May 3 14:04:05 UTC 2019 - Matej Cepl <mcepl@suse.com>