Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Bump packaging from 18.0 to 19.0 #38

Merged
merged 3 commits into from
Apr 3, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps packaging from 18.0 to 19.0.

Changelog

Sourced from packaging's changelog.

19.0 - 2019-01-20

  • Fix string representation of PEP 508 direct URL requirements with markers.

  • Better handling of file URLs

    This allows for using file:///absolute/path, which was previously prevented due to the missing netloc.

    This allows for all file URLs that urlunparse turns back into the original URL to be valid.

Commits
  • 7f8582b Bump for release
  • b66ed3b Update Copyright year
  • 1e45b81 Sync documentation copyright with package
  • d320de2 Fix incorrect command in Release Process
  • 7ee419c Merge pull request #153 from brettcannon/update-contributing-guide
  • d9292d9 Merge pull request #146 from pypa/blacken
  • 1eb971a Autoformat with black
  • 253401a Ignore obsolete flake8 warnings/errors
  • 0aa670f Add black to linting
  • 1bf3d85 Rename 'pep8' environment to 'lint'
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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
  • @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:

  • 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 [packaging](https://github.com/pypa/packaging) from 18.0 to 19.0.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/master/CHANGELOG.rst)
- [Commits](pypa/packaging@18.0...19.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 19, 2019
@codecov
Copy link

codecov bot commented Feb 19, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #38   +/-   ##
=======================================
  Coverage   99.22%   99.22%           
=======================================
  Files           9        9           
  Lines         515      515           
=======================================
  Hits          511      511           
  Misses          4        4

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 1bff0fd...7851edc. Read the comment docs.

@ghost ghost assigned tubone24 Apr 3, 2019
@ghost ghost added the review label Apr 3, 2019
@codeclimate
Copy link

codeclimate bot commented Apr 3, 2019

Code Climate has analyzed commit 7851edc and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 99.2% (0.0% change).

View more on Code Climate.

@tubone24 tubone24 merged commit 2db1154 into master Apr 3, 2019
@ghost ghost removed the review label Apr 3, 2019
@tubone24 tubone24 deleted the dependabot/pip/packaging-19.0 branch April 3, 2019 15:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants