14
0

Accepting request 1000018 from home:bnavigator:branches:devel:languages:python

- Update to 6.2.1:
  #15: Fixed broken test in ensure_unique.
- v6.2.0: Added accumulate function.
- v6.1.1: Fixed typo in ensure_unique doctest.
- v6.1.0: Add ensure_unique function.
- v6.0.3: #13: Fixed doc build errors.
- v6.0.2: Minor fixes.
- v6.0.1: Switch to PEP 420 for namespace package.
- v6.0.0: Remove Counter.GetCount. Remove flatten and iflatten.
- Switch to PEP517 and remove obsolete jaraco.base requirement

OBS-URL: https://build.opensuse.org/request/show/1000018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=12
This commit is contained in:
2022-08-29 19:37:28 +00:00
committed by Git OBS Bridge
parent 2a7a4016f6
commit bfd0df4777
4 changed files with 34 additions and 25 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Aug 29 11:56:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 6.2.1:
#15: Fixed broken test in ensure_unique.
- v6.2.0: Added accumulate function.
- v6.1.1: Fixed typo in ensure_unique doctest.
- v6.1.0: Add ensure_unique function.
- v6.0.3: #13: Fixed doc build errors.
- v6.0.2: Minor fixes.
- v6.0.1: Switch to PEP 420 for namespace package.
- v6.0.0: Remove Counter.GetCount. Remove flatten and iflatten.
- Switch to PEP517 and remove obsolete jaraco.base requirement
-------------------------------------------------------------------
Mon Nov 8 11:05:23 UTC 2021 - Dirk Müller <dmueller@suse.com>