Changelog
*Sourced from [aniso8601's changelog](https://bitbucket.org/nielsenb/aniso8601/src/master/CHANGELOG.rst).*
> aniso8601 6.0.0
> ===============
>
> *Release date: 2019-03-08*
>
> Changes
> -------
>
> - Remove previously deprecated built in version of [relativetimebuilder](https://pypi.org/project/relativetimebuilder/)
>
> Deprecation
> -----------
>
> - Python 2 support will be removed in 7.0.0
>
> aniso8601 5.1.0
> ===============
>
> *Release date: 2019-03-01*
>
> Changes
> -------
>
> - Add [relativetimebuilder](https://pypi.org/project/relativetimebuilder/) as an explicit requirement
>
> aniso8601 5.0.1
> ===============
>
> *Release date: 2019-03-01*
>
> Changes
> -------
>
> - Make [python-dateutil](https://pypi.python.org/pypi/python-dateutil) dependency explicit
>
> aniso8601 5.0.0
> ===============
>
> *Release date: 2019-03-01*
>
> Changes
> -------
>
> - Previously deprecated `relative`{.sourceCode} keyword removed
> - Move builders to `builders`{.sourceCode} module
> - `aniso8601.builder.PythonTimeBuilder`{.sourceCode} -> `aniso8601.builders.python.PythonTimeBuilder`{.sourceCode}
> - `aniso8601.builder.RelativeTimeBuilder`{.sourceCode} -> `aniso8601.builders.relative.RelativeTimeBuilder`{.sourceCode}
> - `aniso8601.builder.TupleBuilder`{.sourceCode} -> `aniso8601.builders.TupleBuilder`{.sourceCode}
> - `UTCOffset`{.sourceCode} moved out of `builder`{.sourceCode} (`aniso8601.builder.UTCOffset`{.sourceCode} -> `aniso8601.utcoffset.UTCOffset`{.sourceCode})
> - Fractional arguments are now handled with greater precision (discussion <https://bitbucket.org/nielsenb/aniso8601/issues/21/sub-microsecond-precision-is-lost-when>\_)
> ... (truncated)
Commits
- [`e5b4a14`](https://bitbucket.org/nielsenb/aniso8601/commits/e5b4a14ddb7a5c3a162d331175b45121a96adde0) More serious truncation tests for build_interval.
- [`892d4c0`](https://bitbucket.org/nielsenb/aniso8601/commits/892d4c05e3378b5c1fd51302f53def174464c03e) Handle microseconds directly to limit rounding effects.
- [`731afd2`](https://bitbucket.org/nielsenb/aniso8601/commits/731afd22b61b68205a94a0246d063cfdfa6c4717) Formatting cleanup.
- [`30c8699`](https://bitbucket.org/nielsenb/aniso8601/commits/30c8699d36b15cad8e70c9e0018e4464fb99df43) Update CHANGELOG.
- [`6da3cb2`](https://bitbucket.org/nielsenb/aniso8601/commits/6da3cb20b5431301e74e5b38a5b82ea0bb7aa70e) Add truncation tests for build_time.
- [`f03c239`](https://bitbucket.org/nielsenb/aniso8601/commits/f03c239e27903af9426ce3c4264c8767c21c6bef) Revert "Handle microseconds directly to limit rounding effects."
- [`d597c55`](https://bitbucket.org/nielsenb/aniso8601/commits/d597c5577c19af0f2a0b46d6f2fe791905696371) Add rounding hack.
- [`124bcd1`](https://bitbucket.org/nielsenb/aniso8601/commits/124bcd149474dac4d778dcb1f8811202acfa7fac) Revert "Update CHANGELOG."
- [`5d7d946`](https://bitbucket.org/nielsenb/aniso8601/commits/5d7d946a85a9f2bd2183deedb849fa8d754f22e9) Use repr instead of '{}'.format(f) in __truncate.
- [`837c4ba`](https://bitbucket.org/nielsenb/aniso8601/commits/837c4ba7dae2b8e5116955c73f2493ebe7f0bb38) Add a known problem case to test_trucate.
- Additional commits viewable in [compare view](https://bitbucket.org/nielsenb/aniso8601/branches/compare/v6.0.0..v4.0.1)
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 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](https://app.dependabot.com):
- 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.
Bumps aniso8601 from 4.0.1 to 6.0.0.
Changelog
*Sourced from [aniso8601's changelog](https://bitbucket.org/nielsenb/aniso8601/src/master/CHANGELOG.rst).* > aniso8601 6.0.0 > =============== > > *Release date: 2019-03-08* > > Changes > ------- > > - Remove previously deprecated built in version of [relativetimebuilder](https://pypi.org/project/relativetimebuilder/) > > Deprecation > ----------- > > - Python 2 support will be removed in 7.0.0 > > aniso8601 5.1.0 > =============== > > *Release date: 2019-03-01* > > Changes > ------- > > - Add [relativetimebuilder](https://pypi.org/project/relativetimebuilder/) as an explicit requirement > > aniso8601 5.0.1 > =============== > > *Release date: 2019-03-01* > > Changes > ------- > > - Make [python-dateutil](https://pypi.python.org/pypi/python-dateutil) dependency explicit > > aniso8601 5.0.0 > =============== > > *Release date: 2019-03-01* > > Changes > ------- > > - Previously deprecated `relative`{.sourceCode} keyword removed > - Move builders to `builders`{.sourceCode} module > - `aniso8601.builder.PythonTimeBuilder`{.sourceCode} -> `aniso8601.builders.python.PythonTimeBuilder`{.sourceCode} > - `aniso8601.builder.RelativeTimeBuilder`{.sourceCode} -> `aniso8601.builders.relative.RelativeTimeBuilder`{.sourceCode} > - `aniso8601.builder.TupleBuilder`{.sourceCode} -> `aniso8601.builders.TupleBuilder`{.sourceCode} > - `UTCOffset`{.sourceCode} moved out of `builder`{.sourceCode} (`aniso8601.builder.UTCOffset`{.sourceCode} -> `aniso8601.utcoffset.UTCOffset`{.sourceCode}) > - Fractional arguments are now handled with greater precision (discussion <https://bitbucket.org/nielsenb/aniso8601/issues/21/sub-microsecond-precision-is-lost-when>\_) > ... (truncated)Commits
- [`e5b4a14`](https://bitbucket.org/nielsenb/aniso8601/commits/e5b4a14ddb7a5c3a162d331175b45121a96adde0) More serious truncation tests for build_interval. - [`892d4c0`](https://bitbucket.org/nielsenb/aniso8601/commits/892d4c05e3378b5c1fd51302f53def174464c03e) Handle microseconds directly to limit rounding effects. - [`731afd2`](https://bitbucket.org/nielsenb/aniso8601/commits/731afd22b61b68205a94a0246d063cfdfa6c4717) Formatting cleanup. - [`30c8699`](https://bitbucket.org/nielsenb/aniso8601/commits/30c8699d36b15cad8e70c9e0018e4464fb99df43) Update CHANGELOG. - [`6da3cb2`](https://bitbucket.org/nielsenb/aniso8601/commits/6da3cb20b5431301e74e5b38a5b82ea0bb7aa70e) Add truncation tests for build_time. - [`f03c239`](https://bitbucket.org/nielsenb/aniso8601/commits/f03c239e27903af9426ce3c4264c8767c21c6bef) Revert "Handle microseconds directly to limit rounding effects." - [`d597c55`](https://bitbucket.org/nielsenb/aniso8601/commits/d597c5577c19af0f2a0b46d6f2fe791905696371) Add rounding hack. - [`124bcd1`](https://bitbucket.org/nielsenb/aniso8601/commits/124bcd149474dac4d778dcb1f8811202acfa7fac) Revert "Update CHANGELOG." - [`5d7d946`](https://bitbucket.org/nielsenb/aniso8601/commits/5d7d946a85a9f2bd2183deedb849fa8d754f22e9) Use repr instead of '{}'.format(f) in __truncate. - [`837c4ba`](https://bitbucket.org/nielsenb/aniso8601/commits/837c4ba7dae2b8e5116955c73f2493ebe7f0bb38) Add a known problem case to test_trucate. - Additional commits viewable in [compare view](https://bitbucket.org/nielsenb/aniso8601/branches/compare/v6.0.0..v4.0.1)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 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](https://app.dependabot.com): - 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.