Changelog for
python312-daiquiri-3.2.5.1-1.2.noarch.rpm :
* Mon Feb 05 2024 Daniel Garcia
- Update to 3.2.5.1:
* Only CI changes.- Skip some tests that are failing with python 3.12 because of some issue in the way tests are running gh#Mergifyio/daiquiri#74
* Sat Dec 02 2023 Dirk Müller - update to 3.2.4:
* Add support up to Python 3.12
* Use sphinx-build command to generate doc
* build system and CI improvements
* Fri Dec 02 2022 Yogalakshmi Arunachalam - Update to 3.2.1
* chore: add custom LogRecord classes to avoid ignore
* fix(output): correct Datadog handler class
* fix: use _ version- Update to 3.2.0
* chore: type everything
* refactor: remove Python 2 support leftover
* chore: configure black- Update to 3.1.1
* fix: add missing py.typed- Update to 3.1.0
* fix: update setup.cfg
* Wed Nov 16 2022 Daniel Garcia - Remove not needed python-six dep- Remove python_module macro definition- More specific python_sitelib in %files
* Thu Mar 10 2022 Steve Kowalik - Remove BuildRequires on mock, it has not been required since 3.0.0.
* Sat Oct 16 2021 Dirk Müller - update to 3.0.1:
* handle \"stack_info\" argument correctly
* Tue Nov 10 2020 Dirk Mueller - update to 3.0.0:
* Remove python 2 support
* Add python 3.9 support
* Thu Apr 02 2020 Marketa Calabkova - Update to 2.1.1
* Add missing Python 3.8 to setup, tox and Mergify
* build(setup): replace pbr by setuptools_scm
* Parameterizes overwriting `sys.excepthook` to allow it to be turned off in environments where a different excepthook is needed.
* fix(journal): handle extra keys correctly
* Fri Sep 13 2019 Tomáš Chvátal - Update to 1.6.0:
* Fix getLogger when called twice and passing different extras
* Mon Apr 08 2019 Thomas Bechtold - Do not use %pytest to fix build with SLE12_SP4