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>
@@ -15,7 +26,7 @@ Fri Sep 29 12:54:51 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
-------------------------------------------------------------------
Sun Aug 13 21:19:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
- restrict to older Cython version
- restrict to older Cython version
-------------------------------------------------------------------
Wed Jun 28 03:27:42 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
@@ -69,7 +80,7 @@ Fri Aug 10 13:23:32 UTC 2018 - petr@cervinka.net
- Update to Version 1.4.0
* Added support for checking if trace logs have been emitted in TestHandler (thanks @thedrow)
* Added support for controlling rotating file names -- Logbook now allows users to
* Added support for controlling rotating file names -- Logbook now allows users to
customize the formatting of rollover/rotating files (thanks Tucker Beck)
* Added support for compressed log files, supporting both gzip and brotli compression
methods (thanks Maor Marcus)
@@ -151,7 +162,7 @@ Fri Jan 6 20:55:50 UTC 2017 - boris@steki.net
tox installation, which may introduce unwitting code breakage.
Travis also does not support Python 2.4 so the chances of
accidentally breaking this support were very high as it was...
-------------------------------------------------------------------
Thu Oct 24 11:07:59 UTC 2013 - speilicke@suse.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