Package Release Info

python-toolz-1.0.0-bp160.1.9

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-toolz

Change Logs

* Mon Oct 28 2024 Dirk Müller <dmueller@suse.com>
- update to 1.0.0:
  * Test fixes for changes in recent upstream Python
  * Drop Python 3.7
  * Test against Python 3.13
  * Update docs
* Wed Jun 12 2024 Dirk Müller <dmueller@suse.com>
- switch to PEP517 build
* Sun Apr 21 2024 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Sat Mar 16 2024 Dirk Müller <dmueller@suse.com>
- update to 0.12.1:
  * Add support for Python 3.12 and PyPy 3.10
  * Drop support for Python 3.5 and 3.6
  * Fix typos
  * Use codecov for coverage instead of coveralls
* Tue Oct 11 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- update to version 0.12.0
  * Add apply (#411)
  * Support newer Python versions--up to Python 3.11-alpha (#525, #527, #533)
  * Improve warning when using toolz.compatibility (#485)
  * Improve documentation (#507, #524, #526, #530)
  * Improve performance of merge_with (#532)
  * Improve import times (#534)
  * Auto-upload new releases to PyPI (#536, #537)
* Thu Jan 06 2022 Ben Greiner <code@bnavigator.de>
- update to 0.11.2
  * Support Python 3.10
* Mon Mar 08 2021 Dirk Müller <dmueller@suse.com>
- update to 0.11.1:
  * drop python 2.x
Version: 0.8.2-bp150.2.4
* Sun Mar 11 2018 sebix+novell.com@sebix.at
- Use %license macro for license.
* Sat Apr 15 2017 toddrme2178@gmail.com
- Update to 0.8.2
  * No upstream changelog
- Implement single-spec version
* Mon Aug 31 2015 toddrme2178@gmail.com
- Update to 0.7.4
  * No upstream changelog
* Wed May 20 2015 toddrme2178@gmail.com
- Update to 0.7.2
  * No upstream changelog
* Tue Mar 03 2015 toddrme2178@gmail.com
- Update to 0.7.1
  * Test `nth` with negative index on sequence and iterator.
  * Add itemmap, itemfilter to api doc.
  * Add `itemmap` and `itemfilter` to `dicttoolz`.
  * binstar: add more platforms/versions
  * add tail to itertoolz.__all__
  * take, drop, tail refer to each other in docstrings
  * test tail in lazy setting
  * fix tail doctest
  * last is a recipe of tail
  * add tail operation
  * pep8 space error fix
  * Identity doc string
  * add dissoc function to dictoolz
  * Describe the ideal contribution
  * reduceby takes callable init keyword argument
  * Add pypy3 to build matrix
  * getter works in empty index case
  * simpler check on index in get
  * get([], seq) returns ()
* Thu Sep 11 2014 toddrme2178@gmail.com
- Update to 0.7.0
  * No upstream changelog
* Fri May 09 2014 toddrme2178@gmail.com
- Update to 0.6.0
  * memoize is curried by default
  * memoize support `key` keyword argument
  * Cleaned up issues in curried namespace
  * Unary functions memoize with just the single argument, not a tuple
  * Flattened directory structure
  * Add `pluck` function from underscore.js
  * Remove `sandbox.jackknife`
- 0.5.3 Changelog
  * get_in function
  * add itervalues, iterkeys, iteritems to compatibility
  * Add do function, remove side_effects from sandbox
  * Add juxt, partner to map
  * Performance improvements to merge_with
  * Errors from curried functions propagate upwards
  * keyfilter, valfilter
  * do
* Sat Mar 29 2014 toddrme2178@gmail.com
- Update to version 0.5.3
  + No changelog available
* Sun Nov 17 2013 p.drouand@gmail.com
- Update to version 0.4.1
  + No changelog available
* Mon Oct 21 2013 toddrme2178@gmail.com
- Initial version (0.3.0)
Version: 0.10.0-bp155.2.14
* Mon Jul 22 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.10.0:
  * no upstream changelog
Version: 0.10.0-bp152.1.10
* Mon Jul 22 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.10.0:
  * no upstream changelog
* Mon Jun 03 2019 Petr Gajdos <pgajdos@suse.com>
- run the testsuite, run spec-cleaner
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Thu May 03 2018 toddrme2178@gmail.com
- Update to 0.9.0
  * 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`.