Changelog for
python312-cytoolz-0.12.3-1.3.i586.rpm :
* Tue Jan 30 2024 Dirk Müller
- update to 0.12.3:
* Add support for Python 3.12, PyPy 3.9, and PyPy 3.10
* Update to match `toolz` 0.12.1
* Wed Jul 26 2023 Dirk Müller - update to 0.12.2:
* Support Cython 3.0 (#199)
* Stop building wheels for PyPy 3.9 and PyPy 3.10, which stopped working for some reason (#199)
* Wed Mar 01 2023 Daniel Garcia - 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 2022 Ben Greiner - Update to 0.11.2
* Support Python 3.10- No further release notes found
* Dropped support for Python <= 3.4
* Officially uses pytest now
* Mon Mar 30 2020 Paolo Stivanin - Use pytest instead of nose
* Fri Nov 08 2019 marecAATTdetebe.org- version update to 0.10.1
* Wed Jul 24 2019 pgajdosAATTsuse.com- version update to 0.10.0
* no upstream change log found- turn on testsuite
* Thu May 03 2018 toddrme2178AATTgmail.com- Update to version 0.9.0.1
* do not worry abount having good introspection on breakpoint
* Backport fix to a test from cytoolz.
* A slightly faster interposed.
* Don\'t import or reference `toolz.curried.exceptions`.
* Tue Jan 30 2018 guigo.lourencoAATThotmail.com- Add missing requires.
* Sat Apr 15 2017 toddrme2178AATTgmail.com- Update to 0.8.2
* No upstream changelog- Implement single-spec version