14
0

Accepting request 1114339 from home:mimi_vx:branches:devel:languages:python

- update to 1.6.0
  * Supports SQLAlchemy 1.4 and 2.0.
  * Fix various deprecation warnings.
  * exc_info arg may be a BaseException instance
  * FileHandler supports path-like objects.
  * Fixed bug which prevented compilation on Cython 3
  * Wheels are generated for more platforms and architectures

OBS-URL: https://build.opensuse.org/request/show/1114339
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=26
This commit is contained in:
2023-09-30 13:17:18 +00:00
committed by Git OBS Bridge
parent c866566c34
commit 88cfec3639
6 changed files with 24 additions and 57 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 29 12:54:51 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 1.6.0
* Supports SQLAlchemy 1.4 and 2.0.
* Fix various deprecation warnings.
* exc_info arg may be a BaseException instance
* FileHandler supports path-like objects.
* Fixed bug which prevented compilation on Cython 3
* Wheels are generated for more platforms and architectures
-------------------------------------------------------------------
Sun Aug 13 21:19:10 UTC 2023 - Dirk Müller <dmueller@suse.com>