14
0

- update to 1.7.0.post0:

* Ensure setuptools can read version number statically during
    build
  * Dropped support for Python 3.7
  * Passing (keyfile, certfile) to MailHandler's ``secure``
    argument is deprecated in favour of passing an ``ssl.SSLContext``.
  * Python 3.12 support
- restrict to older Cython version
  * Added support for controlling rotating file names -- Logbook now allows users to

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=29
This commit is contained in:
2023-12-07 22:08:38 +00:00
committed by Git OBS Bridge
parent 7db8eeffe7
commit e3d5556b5f
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a50a0cb1fdd0f58c8cc0ac252bb1683e63caa49872b77c3812cde5d3db73d97f
size 367395

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5e8016701ca3beea6a390b0ba1541037f663543ca508ccd36cfdc841639cdd7
size 367964

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Dec 7 22:08:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.7.0.post0:
* Ensure setuptools can read version number statically during
build
* Dropped support for Python 3.7
* Passing (keyfile, certfile) to MailHandler's ``secure``
argument is deprecated in favour of passing an ``ssl.SSLContext``.
* Python 3.12 support
-------------------------------------------------------------------
Fri Sep 29 12:54:51 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -17,7 +17,7 @@
Name: python-Logbook
Version: 1.6.0
Version: 1.7.0.post0
Release: 0
Summary: A logging replacement for Python
License: BSD-3-Clause