Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Bump python-frontmatter from 0.5.0 to 1.0.0 #46

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps python-frontmatter from 0.5.0 to 1.0.0.

Release notes

Sourced from python-frontmatter's releases.

Stable

This library has been stable for a while, so it's time to make it official: v1.0.0.

These changes have landed in the past few days:

  • Remove support for Python 2 #75 (and 3.4 and 3.5, for good measure)
  • Reorganize tests and switch to pytest #74 and #47
  • Use handler.detect instead of that weird global dictionary #48
  • Add a handler.format method to customize output #49
  • Add a directory of examples to show ways to solve problems people have raised #72

All that said, the API hasn't really changed, except for dropping Python 2 support. This is more a promise that it won't change (at least until v2).

Everything should be a little tighter and more predictable now, and testing should be a little easier and better organized.

Commits

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 requested a review from acjackman as a code owner March 15, 2021 08:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 15, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/python-frontmatter-1.0.0 branch from ddeb7d9 to 1db1a72 Compare March 15, 2021 15:09
@codecov-io
Copy link

codecov-io commented Mar 15, 2021

Codecov Report

Merging #46 (1db1a72) into master (21a1879) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #46   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          458       458           
  Branches        69        69           
=========================================
  Hits           458       458           

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 21a1879...1db1a72. Read the comment docs.

@acjackman acjackman merged commit a05a873 into master Mar 16, 2021
@acjackman acjackman deleted the dependabot/pip/python-frontmatter-1.0.0 branch March 16, 2021 03:25
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants