Skip to content

Bump future from 0.16.0 to 0.18.2#38

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/future-0.18.2
Closed

Bump future from 0.16.0 to 0.18.2#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/future-0.18.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 2, 2020

Copy link
Copy Markdown
Contributor

Bumps future from 0.16.0 to 0.18.2.

Release notes

Sourced from future's releases.

v0.18.2

This is a minor bug-fix release containing a number of fixes:

  • Fix min/max functions with generators, and 'None' default (PR #514)
  • Use BaseException in raise_() (PR #515)
  • Fix builtins.round() for Decimals (Issue #501)
  • Fix raise_from() to prevent failures with immutable classes (PR #518)
  • Make FixInput idempotent (Issue #427)
  • Fix type in newround (PR #521)
  • Support mimetype guessing in urllib2 for Py3.8+ (Issue #508)

Python 3.8 is not yet officially supported.

v0.18.1

This is a minor bug-fix release containing a fix for raise_() when passed an exception that's not an Exception (e.g. BaseException subclasses)

v0.18.0

This is a major bug-fix and feature release, including:

  • Fix collections.abc import for py38+
  • Remove import for isnewbytes() function, reducing CPU cost significantly
  • Fix bug with importing past.translation when importing past which breaks zipped python installations
  • Fix an issue with copyreg import under Py3 that results in unexposed stdlib functionality
  • Export and document types in future.utils
  • Update behavior of newstr.eq() to match str.eq() as per reference docs
  • Fix raising and the raising fixer to handle cases where the syntax is ambigious
  • Allow "default" parameter in min() and max() (Issue #334)
  • Implement hash() in newstr (Issue #454)
  • Future proof some version checks to handle the fact that Py4 won't be a major breaking release
  • Fix urllib.request imports for Python 3.8 compatibility (Issue #447)
  • Fix future import ordering (Issue #445)
  • Fixed bug in fix_division_safe fixture (Issue #434)
  • Do not globally destroy re.ASCII in PY3
  • Fix a bug in email.Message.set_boundary() (Issue #429)
  • Implement format_map() in str
  • Implement readinto() for socket.fp

As well as a number of corrections to a variety of documentation, and updates to test infrastructure.

v0.17.1

This release address a packaging error because of an erroneous declaration that any built wheels are universal.

v0.17.0

This is a major bug-fix release, including:

  • Fix from collections import ChainMap after install_aliases() (issue #226)

... (truncated)

Commits
  • 01a1d31 Merge pull request #523 from jmadler/master
  • ad57383 Prepare for 0.18.2 release
  • a3e3008 Merge pull request #521 from tpict/fix-round-again
  • a1d6cd3 Fix typo in newround
  • 228a297 Merge pull request #514 from gazpachoking/fix_min_max
  • 615ee1e Merge pull request #519 from Ionaru/fix_input_multiple_runs
  • e783561 Merge pull request #515 from jparise/raise-base-exception
  • 1bbae12 Merge pull request #518 from anikamukherji/immutable-causes
  • ac0b29a Merge pull request #517 from tpict/master
  • d7f20ce Merge pull request #516 from s-t-e-v-e-n-k/python3.8-mime-type
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 2, 2020
@dependabot @github

dependabot Bot commented on behalf of github Jan 16, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #112.

@dependabot dependabot Bot closed this Jan 16, 2023
@dependabot dependabot Bot deleted the dependabot/pip/future-0.18.2 branch January 16, 2023 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants