14
0

- Upate to 6.4.1:

* Remove use of ``OrderedDict`` in ``partition_dict``.
  * Added ``summarize``.
  * Require Python 3.8 or later.
  * Added ``find_subseq``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=16
This commit is contained in:
2023-11-20 06:36:58 +00:00
committed by Git OBS Bridge
parent fdf55c5c9d
commit 6495b5e907
4 changed files with 16 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Nov 20 06:36:04 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Upate to 6.4.1:
* Remove use of ``OrderedDict`` in ``partition_dict``.
* Added ``summarize``.
* Require Python 3.8 or later.
* Added ``find_subseq``.
-------------------------------------------------------------------
Fri Apr 21 12:27:21 UTC 2023 - Dirk Müller <dmueller@suse.com>