Changelog for
python311-vine-5.1.0-1.5.noarch.rpm :
* Mon Nov 27 2023 Dirk Müller
- update to 5.1.0:
* Dropped Python 3.6 support.
* Added new Python versions support.
* Dropped old dependencies.
* Added new GHA based CI.
* Added slots support and impproved dynamic assignment.
* Sun Jun 11 2023 ecsos - Add %{?sle15_python_module_pythons}
* Thu Oct 13 2022 Dirk Müller - use https for urls
* Mon Nov 09 2020 Steve Kowalik - Update to 5.0.0:
* Dropped Python 2.x, 3.4 and 3.5 support.
* Removed the :mod:`vine.five` module.
* Removed the :mod:`vine.backports.weakref_backports` module.
* Mon Mar 25 2019 pgajdosAATTsuse.com- version update to 1.3.0
* Added the option to ignore the result of a function and simply call the callback without arguments.
* Added Python 3.7 support.
* Handle bound methods in weak reference promise instances.
* Documentation fixes, CI adjustments and cleanups.- run tests
* Mon Aug 21 2017 tbechtoldAATTsuse.com- update to 1.1.4: - Added official support for Python 3.5 & 3.6. - Improve Python 2/3 compatibility. - Don\'t set mutable default values to keyword arguments.
* Wed Mar 15 2017 tbechtoldAATTsuse.com- update to 1.1.3: - New ``promise(fun, weak=True)`` argument, creates weakref to callback. - barrier: now handles the case where len(promises) returns NotImplemented. - Requirements: Tests now depends on :pypi:`case` 1.2.2 - Five: python_2_unicode_compatible now ensures `__repr__` returns bytes on Python 2.- Switch to singlespec approach.
* Fri Jun 03 2016 tbechtoldAATTsuse.com- Initial packaging (version 1.1.0)