2023-11-27 20:10:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 27 20:09:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2023-06-11 20:08:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 11 13:49:37 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
|
2022-10-13 07:20:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 13 07:20:45 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- use https for urls
|
|
|
|
|
2020-11-09 05:33:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 9 05:32:32 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2019-03-25 15:51:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 25 15:15:29 UTC 2019 - pgajdos@suse.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
|
|
|
|
|
2017-08-21 08:52:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 21 08:51:25 UTC 2017 - tbechtold@suse.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.
|
|
|
|
|
2017-03-15 12:51:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 15 09:22:01 UTC 2017 - tbechtold@suse.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.
|
|
|
|
|
2016-06-06 11:19:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 3 17:00:41 UTC 2016 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Initial packaging (version 1.1.0)
|
|
|
|
|