Changelog for
python311-aspectlib-2.0.0-slfo.1.1.5.noarch.rpm :
* Thu Aug 17 2023 daniel.garciaAATTsuse.com- Run tests ignoring DeprecationWarning to make it work with python3.12. The DeprecationWarning thrown is \"signature of throw() is deprecated\"
* Mon May 08 2023 daniel.garciaAATTsuse.com- Delete fix_two_tests_py310.patch- Update to 2.0.0:
* Drop support for legacy Pythons (2.7, 3.6 or older).
* Remove Travis/Appveyor CI and switch to GitHub Actions.
* Added support for Tornado 6 (in the test suite).
* Fri Apr 21 2023 dmuellerAATTsuse.com- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mceplAATTsuse.com- Make calling of %{sle15modernpython} optional.
* Tue Dec 14 2021 mceplAATTsuse.com- Add fix_two_tests_py310.patch which fixes those tests with Python 3.10 (gh#ionelmc/python-aspectlib#22).
* Sat Dec 11 2021 codeAATTbnavigator.de- Skip two failing tests in python310 gh#ionelmc/python-aspectlib#24
* Wed Feb 10 2021 steven.kowalikAATTsuse.com- Update to 1.5.2:
* Fixed broken import on Python 3.9.
* Remove some debug leftover prints from `v1.5.0`.
* Fri Apr 17 2020 mcalabkovaAATTsuse.com- update to 1.5.0
* Fixed ``weave`` to stop reading attributes that don\'t match the method selector. Contributed by Jonas Maurus in `#14
`_.
* Added support for Python 3.7 and 3.8 (``async def`` functions and generators).
* Added a convenience ``weave`` fixture for pytest.- Launch tests
* Mon Mar 16 2020 tchvatalAATTsuse.com- Fix build without python2
* Thu Oct 19 2017 toddrme2178AATTgmail.com- Initial version