Jaraco.util

Latest version: v15.0.0

Safety actively analyzes 629723 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 14

10.0.1

======

* Restore Python 2 compatibility.

10.0

====

* Removed several itertools recipes now obviated by `more-itertools
<https://github.com/erikrose/more-itertools>`_ (recipes and more):

- grouper -> recipes.grouper
- grouper_nofill -> more.chunked (note parameters are switched)
- chain -> itertools.chain.from_iterable

The following can now be found in more_itertools.recipes:

- pairwise
- consume
- roundrobin
- unique_justseen
- unique_everseen

* Add logging.setup_requests_logging, following the pattern document at
`StackOverflow
<http://stackoverflow.com/questions/10588644/how-can-i-see-the-entire-request-thats-being-sent-to-paypal-in-my-python-applic/16630836#16630836>`_.

9.0.1

=====

* Apply fix in 8.9.1 to 9.0.

9.0

===

* ``itertools.one()`` now always raises a ValueError and never a
StopIteration.

8.9.1

=====

* Use six for callable in NonDataProperty, restoring Python 3.1 compatibility.

8.9

===

* Added ``KeyTransformingDict.matching_key_for``, allowing the original key
to be returned.

Page 5 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.