Changelog for
python3-jaraco.itertools-2.0.1-4.1.noarch.rpm :
Mon Nov 13 13:00:00 2017 toddrme2178AATTgmail.com
- Properly handle namespace package structure.
This guarantees the module is importable.
Tue Jul 4 14:00:00 2017 aloisioAATTgmx.com
- Update to version 2.0.1
* Refresh package.
2.0:
* In ``always_iterable``, mappings are now considered
singletons. It seems that the way ``always_iterable``
is generally used, one wouldn\'t expect to only iterate
on a mapping, but there are cases where a dictionary
should behave like a singleton object.
1.8:
* Deprecated ``infiniteCall`` and replaced it with
``infinite_call`` which only takes a single argument
(the function to call).
- Converted to single-spec
Tue Aug 2 14:00:00 2016 sor.alexeiAATTmeowr.ru
- Switch to Python2.
Thu Jun 9 14:00:00 2016 toddrme2178AATTgmail.com
- Remove unneeded python3-Sphinx dependency.
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* updated source url to files.pythonhosted.org
Tue Dec 29 13:00:00 2015 arunAATTgmx.de
- specfile:
* replace hgtools with setuptools_scm
* update requiremenst according to setup.py
* .txt ->
*.rst in %doc
- update to version 1.7.1:
* Fix failing tests on Python 2.
Sun Nov 22 13:00:00 2015 arunAATTgmx.de
- specfile:
* fix typo in setup.py via sed command
- update to version 1.7:
* Moved hosting to github.
- changes from version 1.6:
* Releases now include wheels.
Mon Nov 2 13:00:00 2015 toddrme2178AATTgmail.com
- Fix conflicts with other jaraco packages.
Mon Nov 2 13:00:00 2015 toddrme2178AATTgmail.com
- Enable unit tests.
Mon Nov 2 13:00:00 2015 toddrme2178AATTgmail.com
- Fix spec file name.
Thu Oct 29 13:00:00 2015 arunAATTgmx.de
- update to version 1.5.1:
* Peekable also accepts an iterable.
* Fix test failure on Python 2
* Added some doctests for bisect and corrected docstring to match
implementation.
- change from version 1.5.0:
* Add takewhile_peek function.
Sat Aug 1 14:00:00 2015 arunAATTgmx.de
- specfile:
* moved from zip to tar.gz
- update to version 1.4:
* Add list_or_single function.
Sun Mar 8 13:00:00 2015 arunAATTgmx.de
- update to version 1.3:
* Add apply to apply a function to an iterable, but yield the original items.
Sun Feb 22 13:00:00 2015 arunAATTgmx.de
- update to version 1.2:
* Make pytest_runner and sphinx optionally required.
Sat Feb 14 13:00:00 2015 arunAATTgmx.de
- initial version