Changelog for
python311-Logbook-1.7.0.post0-1.3.x86_64.rpm :
* Thu Dec 07 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 2023 Ondřej Súkup - update to 1.6.0- drop patches: logbook-pr316-sqlalchemy-count.patch deal-with-missing-socket.patch
* 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 2023 Dirk Müller - restrict to older Cython version
* Wed Jun 28 2023 Steve Kowalik - Add patch deal-with-missing-socket.patch- Pin SQLAlchemy < 2, this requires 1.4- Stop using greedy globs in %files- Light spring cleaning of the spec file.- Refresh patch from GitHub, the short shas gained one character.
* Fri May 07 2021 Ben Greiner - Add logbook-pr316-sqlalchemy-count.patch for compatibility with SQLAlchemy 1.4 -- gh#getlogbook/logbook#316
* Sat Mar 14 2020 Tomáš Chvátal - Fix build without python2
* Wed Jan 15 2020 Marketa Calabkova - Update to 1.5.3
* Remove usage of deprecated collections API
* Tue Sep 24 2019 Tomáš Chvátal - Update to 1.5.2:
* Added support for asyncio and contextvars
* Sat Sep 14 2019 John Vandenberg - Use python_expand in %build to allow building only a single flavour
* Tue Mar 05 2019 Tomáš Chvátal - Update to version 1.4.3:
* Use correct record delimiters (null for UNIX, newline for network) in SyslogHandler (thanks Jonathan Kamens)
* Try to reconnect to SyslogHandler TCP sockets when they are disconnected (thanks Jonathan Kamens)
* Use RFC 5424 format for networking logging in SyslogHandler (thanks Jonathan Kamens)
* Fixed deprecated regular expression pattern (thanks Tsuyoshi Hombashi)
* Fixed TimedRotatingFileHandler rotation (thanks Tucker Beck)