Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pelican from 4.5.0 to 4.8.0 #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 12, 2022

Bumps pelican from 4.5.0 to 4.8.0.

Release notes

Sourced from pelican's releases.

Pelican 4.8.0

  • Use JSON values for extra settings in Invoke tasks template (#2994)
  • Add content tag for links, which can help with things like Twitter social cards (#3001)
  • Improve word count behavior when generating summary (#3002)

Pelican 4.7.2

  • Fix incorrect parsing of parameters specified via -e / --extra-settings option flags (#2938)
  • Add categories.html template to default theme (#2973)
  • Document how to use plugins to inject content (#2922)

Pelican 4.7.1

  • Extend rich logging to server component (#2927)
  • Fix an issue where metadata flagged to be discarded was being cached (#2926)
  • Adjust suffix in server to allow redirection when needed (#2931)
  • Add MIME types for web fonts (#2929)
  • Distribute sample data used to run tests (#2935)
  • Add Python 3.10 to test matrix

Pelican 4.7.0

  • Improve default theme rendering on mobile and other small screen devices (#2914)
  • Add support for hidden articles (#2866)
  • Improve word count behavior when generating summary CJK & other locales (#2864)
  • Add progress spinner during generation (#2869) and richer logging (#2897), both via Rich
  • Invoke tasks serve and livereload now auto-open a web browser pointing to the locally-served web site (#2764)
  • Support some date format codes used by ISO dates (#2902)
  • Document how to add a new writer (#2901)

Pelican 4.6.0

  • Add new URL pattern to PAGINATION_PATTERNS for the last page in the list (#1401)
  • Speed up livereload Invoke task via caching (#2847)
  • Ignore None return value from get_generators signal (#2850)
  • Relax dependency minimum versions and remove upper bounds

Pelican 4.5.4

Replace plugin definitions in settings with string representations after registering, so they can be cached correctly (#2828).

Pelican 4.5.3

Fix a mistake made in PR #2821

Pelican 4.5.2

Improve logging of generators and writer loaders

Pelican 4.5.1

  • Refactor intra-site link discovery in order to match more permissively #2646
  • Fix plugins running twice in auto-reload mode #2817
  • Add notice to use from pelican import signals instead of import pelican.signals #2805
Changelog

Sourced from pelican's changelog.

4.8.0 - 2022-07-11

  • Use JSON values for extra settings in Invoke tasks template ([#2994](https://github.com/getpelican/pelican/issues/2994)) <https://github.com/getpelican/pelican/pull/2994>_
  • Add content tag for links, which can help with things like Twitter social cards ([#3001](https://github.com/getpelican/pelican/issues/3001)) <https://github.com/getpelican/pelican/pull/3001>_
  • Improve word count behavior when generating summary ([#3002](https://github.com/getpelican/pelican/issues/3002)) <https://github.com/getpelican/pelican/pull/3002>_

4.7.2 - 2022-02-09

  • Fix incorrect parsing of parameters specified via -e / --extra-settings option flags ([#2938](https://github.com/getpelican/pelican/issues/2938)) <https://github.com/getpelican/pelican/pull/2938>_
  • Add categories.html template to default theme ([#2973](https://github.com/getpelican/pelican/issues/2973)) <https://github.com/getpelican/pelican/pull/2973>_
  • Document how to use plugins to inject content ([#2922](https://github.com/getpelican/pelican/issues/2922)) <https://github.com/getpelican/pelican/pull/2922>_

4.7.1 - 2021-10-12

  • Extend rich logging to server component ([#2927](https://github.com/getpelican/pelican/issues/2927)) <https://github.com/getpelican/pelican/pull/2927>_
  • Fix an issue where metadata flagged to be discarded was being cached ([#2926](https://github.com/getpelican/pelican/issues/2926)) <https://github.com/getpelican/pelican/pull/2926>_
  • Adjust suffix in server to allow redirection when needed ([#2931](https://github.com/getpelican/pelican/issues/2931)) <https://github.com/getpelican/pelican/pull/2931>_
  • Add MIME types for web fonts ([#2929](https://github.com/getpelican/pelican/issues/2929)) <https://github.com/getpelican/pelican/pull/2929>_
  • Distribute sample data used to run tests ([#2935](https://github.com/getpelican/pelican/issues/2935)) <https://github.com/getpelican/pelican/pull/2935>_
  • Add Python 3.10 to test matrix

4.7.0 - 2021-10-01

  • Improve default theme rendering on mobile and other small screen devices ([#2914](https://github.com/getpelican/pelican/issues/2914)) <https://github.com/getpelican/pelican/pull/2914>_
  • Add support for hidden articles ([#2866](https://github.com/getpelican/pelican/issues/2866)) <https://github.com/getpelican/pelican/pull/2866>_
  • Improve word count behavior when generating summary CJK & other locales ([#2864](https://github.com/getpelican/pelican/issues/2864)) <https://github.com/getpelican/pelican/pull/2864>_
  • Add progress spinner during generation ([#2869](https://github.com/getpelican/pelican/issues/2869)) <https://github.com/getpelican/pelican/pull/2869>_ and richer logging ([#2897](https://github.com/getpelican/pelican/issues/2897)) <https://github.com/getpelican/pelican/pull/2897>, both via Rich <https://github.com/willmcgugan/rich>
  • Invoke tasks serve and livereload now auto-open a web browser pointing to the locally-served web site ([#2764](https://github.com/getpelican/pelican/issues/2764)) <https://github.com/getpelican/pelican/pull/2764>_
  • Support some date format codes used by ISO dates ([#2902](https://github.com/getpelican/pelican/issues/2902)) <https://github.com/getpelican/pelican/pull/2902>_
  • Document how to add a new writer ([#2901](https://github.com/getpelican/pelican/issues/2901)) <https://github.com/getpelican/pelican/pull/2901>_

4.6.0 - 2021-03-23

  • Add new URL pattern to PAGINATION_PATTERNS for the last page in the list ([#1401](https://github.com/getpelican/pelican/issues/1401)) <https://github.com/getpelican/pelican/issues/1401>_
  • Speed up livereload Invoke task via caching ([#2847](https://github.com/getpelican/pelican/issues/2847)) <https://github.com/getpelican/pelican/pull/2847>_
  • Ignore None return value from get_generators signal ([#2850](https://github.com/getpelican/pelican/issues/2850)) <https://github.com/getpelican/pelican/pull/2850>_
  • Relax dependency minimum versions and remove upper bounds

4.5.4 - 2021-01-04

Replace plugin definitions in settings with string representations after registering, so they can be cached correctly ([#2828](https://github.com/getpelican/pelican/issues/2828)) <https://github.com/getpelican/pelican/issues/2828>_.

4.5.3 - 2020-12-01

... (truncated)

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)

Bumps [pelican](https://github.com/getpelican/pelican) from 4.5.0 to 4.8.0.
- [Release notes](https://github.com/getpelican/pelican/releases)
- [Changelog](https://github.com/getpelican/pelican/blob/master/docs/changelog.rst)
- [Commits](getpelican/pelican@4.5.0...4.8.0)

---
updated-dependencies:
- dependency-name: pelican
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 12, 2022

The following labels could not be found: CI/CD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants