forked from pool/python-cytoolz
- Update to 0.12.1
* Support Python 3.11 (including wheels) * Drop Python 3.5 support - 0.12.0 * Update to toolz 0.12.0 (#170) * See toolz release notes: https://github.com/pytoolz/toolz/releases/tag/0.12.0 * Build wheels automatically with cibuildwheel! (#167, #168, #169, #170) * Support newer Python versions (#165, don't use inspect.getargspec in tests) * Improve import times * Use versioneer.py to manage versions * __version__ and __toolz_version__ are no longer available from cytoolz._version--use cython.__toolz_version__ instead. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 09:43:53 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update to 0.12.1
|
||||
* Support Python 3.11 (including wheels)
|
||||
* Drop Python 3.5 support
|
||||
- 0.12.0
|
||||
* Update to toolz 0.12.0 (#170)
|
||||
* See toolz release notes:
|
||||
https://github.com/pytoolz/toolz/releases/tag/0.12.0
|
||||
* Build wheels automatically with cibuildwheel! (#167, #168, #169, #170)
|
||||
* Support newer Python versions (#165, don't use inspect.getargspec
|
||||
in tests)
|
||||
* Improve import times
|
||||
* Use versioneer.py to manage versions
|
||||
* __version__ and __toolz_version__ are no longer available from
|
||||
cytoolz._version--use cython.__toolz_version__ instead.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 22:38:39 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user