2025-01-23 12:57:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 23 11:13:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.0.1
|
|
|
|
|
* Add support for Python 3.13
|
|
|
|
|
- Switch package to modern Python Stack on SLE-15
|
|
|
|
|
* Use Python 3.11 on SLE-15 by default
|
|
|
|
|
* Drop support for older Python versions
|
|
|
|
|
- Switch build system from setuptools to pyproject.toml
|
|
|
|
|
* Add python-pip and python-wheel to BuildRequires
|
|
|
|
|
* Replace %python_build with %pyproject_wheel
|
|
|
|
|
* Replace %python_install with %pyproject_install
|
|
|
|
|
|
2024-10-10 15:41:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 10 15:41:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.0.0:
|
|
|
|
|
* Test fixes for Python 3.13
|
|
|
|
|
* Drop Python 3.7
|
|
|
|
|
* Bump ``cibuildwheel`` in CI
|
|
|
|
|
|
2024-01-30 11:54:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 30 11:54:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2023-07-26 16:00:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 26 16:00:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
2023-03-01 09:45:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2022-01-11 00:13:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 10 22:38:39 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Update to 0.11.2
|
|
|
|
|
* Support Python 3.10
|
|
|
|
|
- No further release notes found
|
|
|
|
|
* Dropped support for Python <= 3.4
|
|
|
|
|
* Officially uses pytest now
|
|
|
|
|
|
2020-03-31 07:05:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 30 14:32:52 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
|
|
|
|
|
2024-01-30 11:54:39 +00:00
|
|
|
- Use pytest instead of nose
|
2020-03-31 07:05:27 +00:00
|
|
|
|
2019-11-11 12:44:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 8 18:10:49 UTC 2019 - marec@detebe.org
|
|
|
|
|
|
|
|
|
|
- version update to 0.10.1
|
|
|
|
|
|
2019-07-24 11:56:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 24 11:32:07 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 0.10.0
|
|
|
|
|
* no upstream change log found
|
|
|
|
|
- turn on testsuite
|
|
|
|
|
|
2018-05-03 06:28:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 3 06:22:28 UTC 2018 - toddrme2178@gmail.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 10:08:54 UTC 2018 - guigo.lourenco@hotmail.com
|
|
|
|
|
|
|
|
|
|
- Add missing requires.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 15 11:55:43 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to 0.8.2
|
|
|
|
|
* No upstream changelog
|
|
|
|
|
- Implement single-spec version
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 31 09:44:10 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- update to version 0.7.3 (taken from git log):
|
|
|
|
|
* Add factory keyword functionality to dicttoolz.
|
|
|
|
|
* Add diff and prepare for "factory" keyword argument in dictoolz.
|
|
|
|
|
* Merge pull request #64 from eriknw/fix/pluck_memleak
|
|
|
|
|
* Fix memory leak in curry.
|
|
|
|
|
* This is one way to fix the memory leak in #63.
|
|
|
|
|
* Merge pull request #59 from eriknw/topk
|
|
|
|
|
* Merge pull request #58 from eriknw/stricter_dev_tests
|
|
|
|
|
* Add topk.
|
|
|
|
|
* Don't require nose to run tests (including dev tests).
|
|
|
|
|
* Make running dev tests comparing toolz to cytoolz more strict.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 20 13:55:37 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
|
* added toolz requirement
|
|
|
|
|
(only needed for testing, which is currently not enabled)
|
|
|
|
|
|
|
|
|
|
- update to version 0.7.2 (taken from git log):
|
|
|
|
|
* ship tests with code
|
|
|
|
|
* clean up build
|
|
|
|
|
* relative import
|
|
|
|
|
* Use absolute imports in pyx files to support Cython 0.17 and later.
|
|
|
|
|
* Fix merge_sorted with key function (see #55).
|
|
|
|
|
* better support for 3.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 3 18:00:39 UTC 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 13:45:15 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
* No upstream changelog
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 30 14:18:58 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- initial version
|
|
|
|
|
|