diff --git a/Logbook-1.6.0.tar.gz b/Logbook-1.6.0.tar.gz deleted file mode 100644 index 618be92..0000000 --- a/Logbook-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a50a0cb1fdd0f58c8cc0ac252bb1683e63caa49872b77c3812cde5d3db73d97f -size 367395 diff --git a/Logbook-1.7.0.post0.tar.gz b/Logbook-1.7.0.post0.tar.gz new file mode 100644 index 0000000..d3f6f2e --- /dev/null +++ b/Logbook-1.7.0.post0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e8016701ca3beea6a390b0ba1541037f663543ca508ccd36cfdc841639cdd7 +size 367964 diff --git a/python-Logbook.changes b/python-Logbook.changes index b5f90c1..59a95d8 100644 --- a/python-Logbook.changes +++ b/python-Logbook.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Dec 7 22:08:25 UTC 2023 - Dirk Müller + +- 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 @@ -15,7 +26,7 @@ Fri Sep 29 12:54:51 UTC 2023 - Ondřej Súkup ------------------------------------------------------------------- Sun Aug 13 21:19:10 UTC 2023 - Dirk Müller -- restrict to older Cython version +- restrict to older Cython version ------------------------------------------------------------------- Wed Jun 28 03:27:42 UTC 2023 - Steve Kowalik @@ -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 diff --git a/python-Logbook.spec b/python-Logbook.spec index b21367f..31f69fd 100644 --- a/python-Logbook.spec +++ b/python-Logbook.spec @@ -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