Skip to content

Update six to 1.15.0#91

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-six-1.12.0-to-1.15.0
Closed

Update six to 1.15.0#91
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-six-1.12.0-to-1.15.0

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates six from 1.12.0 to 1.15.0.

Changelog

1.15.0

------

- Pull request 331: Optimize `six.ensure_str` and `six.ensure_binary`.

1.14.0

------

- Issue 288, pull request 289: Add `six.assertNotRegex`.

- Issue 317: `six.moves._dummy_thread` now points to the `_thread` module on
Python 3.9+. Python 3.7 and later requires threading and deprecated the
`_dummy_thread` module.

- Issue 308, pull request 314: Remove support for Python 2.6 and Python 3.2.

- Issue 250, issue 165, pull request 251: `six.wraps` now ignores missing
attributes. This follows the Python 3.2+ standard library behavior.

1.13.0

------

- Issue 298, pull request 299: Add `six.moves.dbm_ndbm`.

- Issue 155: Add `six.moves.collections_abc`, which aliases the `collections`
module on Python 2-3.2 and the `collections.abc` on Python 3.3 and greater.

- Pull request 304: Re-add distutils fallback in `setup.py`.

- Pull request 305: On Python 3.7, `with_metaclass` supports classes using PEP
560 features.
Links

@pyup-bot pyup-bot mentioned this pull request May 22, 2020
@codecov
Copy link

codecov bot commented May 22, 2020

Codecov Report

Merging #91 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #91   +/-   ##
=======================================
  Coverage   59.91%   59.91%           
=======================================
  Files           3        3           
  Lines         247      247           
=======================================
  Hits          148      148           
  Misses         99       99           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c136a3e...29ae3eb. Read the comment docs.

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented May 5, 2021

Closing this in favor of #134

@pyup-bot pyup-bot closed this May 5, 2021
@tiagocordeiro tiagocordeiro deleted the pyup-update-six-1.12.0-to-1.15.0 branch May 5, 2021 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant