Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Updates the requirements on arrow to permit the latest version.

Release notes

Sourced from arrow's releases.

Version 0.14.3

  • Added full support for Python 3.8.
  • Added warnings for upcoming factory.get() parsing changes in 0.15.0. Please see #612 for full details.
  • Extensive refactor and update of documentation.
  • factory.get() can now construct from kwargs.
  • Added meridians to Spanish Locale.
Changelog

Sourced from arrow's changelog.

0.14.3

  • [NEW] Added full support for Python 3.8.
  • [CHANGE] Added warnings for upcoming factory.get() parsing changes in 0.15.0. Please see #612 for full details.
  • [FIX] Extensive refactor and update of documentation.
  • [FIX] factory.get() can now construct from kwargs.
  • [FIX] Added meridians to Spanish Locale.

0.14.2

  • [CHANGE] Travis CI builds now use tox to lint and run tests.
  • [FIX] Fixed UnicodeDecodeError on certain locales (#600).

0.14.1

  • [FIX] Fixed "ImportError: No module named 'dateutil'" (#598).

0.14.0

  • [NEW] Added provisional support for Python 3.8.
  • [CHANGE] Removed support for EOL Python 3.4.
  • [FIX] Updated setup.py with modern Python standards.
  • [FIX] Upgraded dependencies to latest versions.
  • [FIX] Enabled flake8 and black on travis builds.
  • [FIX] Formatted code using black and isort.

0.13.2

  • [NEW] Add is_between method.
  • [FIX] Improved humanize behaviour for near zero durations (#416).
  • [FIX] Correct humanize behaviour with future days (#541).
  • [FIX] Documentation updates.
  • [FIX] Improvements to German Locale.

0.13.1

  • [NEW] Add support for Python 3.7.
  • [CHANGE] Remove deprecation decorators for Arrow.range(), Arrow.span_range() and Arrow.interval(), all now return generators, wrap with list() to get old behavior.
  • [FIX] Documentation and docstring updates.

0.13.0

  • [NEW] Added support for Python 3.6.
  • [CHANGE] Drop support for Python 2.6/3.3.
  • [CHANGE] Return generator instead of list for Arrow.range(), Arrow.span_range() and Arrow.interval().
  • [FIX] Make arrow.get() work with str & tzinfo combo.
  • [FIX] Make sure special RegEx characters are escaped in format string.
  • [NEW] Added support for ZZZ when formatting.
  • [FIX] Stop using datetime.utcnow() in internals, use datetime.now(UTC) instead.
  • [FIX] Return NotImplemented instead of TypeError in arrow math internals.
... (truncated)
Commits
  • de94469 Merge pull request #619 from jadchaar/version-bump
  • b5c626e Spaces vs tabs please
  • 75a9318 Bump version and prepare for release
  • 81b6cc2 Merge pull request #618 from systemcatch/history-0143
  • 3edbafe Update HISTORY.md with 0.14.3
  • 3f65022 Added escaping to docs (#614)
  • ea1ccab Merge pull request #604 from systemcatch/kwargs-with-get
  • 074dddf Simplify conditional and create extra tests
  • 0c730d2 Merge pull request #613 from systemcatch/get-warnings
  • 17447db Add warnings for .get() parsing changes in 0.15.0
  • Additional commits viewable in compare view

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@codecov
Copy link

codecov bot commented Jul 29, 2019

Codecov Report

Merging #6256 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #6256   +/-   ##
============================================
  Coverage        65.84%   65.84%           
============================================
  Files              286      286           
  Lines            14501    14501           
============================================
  Hits              9548     9548           
  Misses            4953     4953

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 78fb877...72a5172. Read the comment docs.

@iamareebjamal iamareebjamal merged commit a5667ba into development Jul 30, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/arrow-approx-eq-0.14.3 branch July 30, 2019 11:01
mrsaicharan1 pushed a commit to mrsaicharan1/open-event-server that referenced this pull request Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants