Skip to content

build(deps): bump parsedatetime from 2.4 to 2.5#28

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/parsedatetime-2.5
Open

build(deps): bump parsedatetime from 2.4 to 2.5#28
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/parsedatetime-2.5

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview bot commented Mar 6, 2020

Bumps parsedatetime from 2.4 to 2.5.

Release notes

Sourced from parsedatetime's releases.

2.5

v2.5 release

PR #222 Fix to sanitize abbreviated months from icu PR #223 typo in RU locale in abbreviation for January PR #224 Fix lint errors for flake8 v3.5.0 PR #225 Add a constant for start hour PR #233 Add 'secs' and 'mins' into base units PR #226 Remove unused dependency on future

Changelog

Sourced from parsedatetime's changelog.

18 Nov 2019 - bear v2.5 release

PR #222 Fix to sanitize abbreviated months from icu PR #223 typo in RU locale in abbreviation for January PR #224 Fix lint errors for flake8 v3.5.0 PR #225 Add a constant for start hour PR #233 Add 'secs' and 'mins' into base units PR #226 Remove unused dependency on future

14 May 2017 - bear v2.4 release v2.5 bump

Issue [#219](https://github.com/bear/parsedatetime/issues/219) - remove 'setup_requires' from setup.py

10 Mar 2017 - bear v2.3 release v2.4 bump

Issue [#215](https://github.com/bear/parsedatetime/issues/215) - tests fail in March

02 Mar 2016 - bear v2.1 released v2.2 bump

Issue [#156](https://github.com/bear/parsedatetime/issues/156) parsedatetime 2.0 doesn't work on py26

PR 157 unwrap dictionary comprehensions to allow for python 2.6 to work - Issue #156

29 Feb 2016 - bear v2.0 released

Issue [#155](https://github.com/bear/parsedatetime/issues/155) Relative times containing years fail when computed from a leap day
Issue [#145](https://github.com/bear/parsedatetime/issues/145) cal.parse('2015-11-18') returns November 19th 2015
Issue [#143](https://github.com/bear/parsedatetime/issues/143) What is the second value returned by `parse`?
Issue [#141](https://github.com/bear/parsedatetime/issues/141) Bad test case in TestComplexDateTimes
Issue [#123](https://github.com/bear/parsedatetime/issues/123) update supporting files for v2.0 release
Issue [#124](https://github.com/bear/parsedatetime/issues/124) Put locales into config-files (yaml)
Issue [#125](https://github.com/bear/parsedatetime/issues/125) Remove extra files
Issue [#137](https://github.com/bear/parsedatetime/issues/137) Year is parsed wrongly if the date is of format MMM DD, YYxx xx:SS bug
Issue [#136](https://github.com/bear/parsedatetime/issues/136) Why I see 2016 instead of 2015?
Issue [#133](https://github.com/bear/parsedatetime/issues/133) Bug: "2015-01-01" is parsed as the current date.
Issue [#126](https://github.com/bear/parsedatetime/issues/126) "Unresolved attribute reference 'parse' for class 'object'... " in Pycharm IDE. bug

PR #153 Fix/day of week offsets PR #146 Test failure: eom is correct, but expectation is wrong PR #142 Fixed all PyICU test failure PR #138 bug(date3): rely on comparison of hour and year strings but not strict char position PR #135 update manifest, clean up setup.py and move historical text files

... (truncated)
Commits
  • 6bb78ad fix run syntax, split into two run steps
  • dc9dfd5 alignment issue in yaml, fix base docker image
  • f8b1837 update circleci config
  • 46928cf update circleci config
  • 1f30212 Merge pull request #238 from bear/circleci-20-test
  • a2ef7ec Adding auto-generated CircleCI 2.0 config file
  • 6c8199a update CircleCI config
  • 3634fc0 Merge branch 'master' of github.com:bear/parsedatetime
  • bb556f0 Remove support for v2.6
  • 6943104 Merge pull request #222 from bpotard/master
  • 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 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)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 6, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/parsedatetime-2.5 branch from d7b5d84 to 1f82e2f Compare March 6, 2020 11:09
Bumps [parsedatetime](https://github.com/bear/parsedatetime) from 2.4 to 2.5.
- [Release notes](https://github.com/bear/parsedatetime/releases)
- [Changelog](https://github.com/bear/parsedatetime/blob/master/CHANGES.txt)
- [Commits](bear/parsedatetime@v2.4...v2.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/parsedatetime-2.5 branch from 1f82e2f to 8a8d6da Compare March 6, 2020 11:34
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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