Changelog for
python311-Logbook-1.6.0-28.1.i586.rpm :
* Fri Sep 29 2023 Ondřej Súkup
- 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 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)
* Fri Aug 10 2018 petrAATTcervinka.net- Update to Version 1.4.0
* Added support for checking if trace logs have been emitted in TestHandler (thanks AATTthedrow)
* 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)
* Fixed CPU usage for queuing handlers (thanks Adam Urbańczyk)- Remove cleanup of tests/
*.pyc files and tests/__pycache__ from downloaded source code- Fully enable tests- Add cython build of _speedups.c for each python version