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

Update pelican-sitemap requirement from ~=1.1.0 to ~=1.2.0 #310

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2024

Updates the requirements on pelican-sitemap to permit the latest version.

Release notes

Sourced from pelican-sitemap's releases.

Sitemap 1.2.0

Changelog

Sourced from pelican-sitemap's changelog.

1.2.0 - 2024-11-05

  • Allow changefreq and priority to be set by page/article metadata (#30 by dgaylo)
  • Fix error message for invalid changefreq value (#31 by dgaylo)
  • Fix error in tests (#37 by projectgus)
  • Support Python 3.9 – 3.13 (#38 by justinmayer)
  • Pin Blinker temporarily to 1.7 until upstream fix is released (#35 by justinmayer)

1.1.0 - 2023-07-24

Re-factor plugin, including the following changes:

  • Act on every content_written signal to avoid guessing what pages to cover.
  • Instead of manually fiddling with timezones, expect article.date to be TZ-aware if required.
  • Add xmlns:xhtml to XML header.

Contributed by kernc via [PR #3](pelican-plugins/sitemap#3)

1.0.3 - 2023-07-12

  • Enable URL exclusion when using txt format
  • Improve performance by compiling "exclude" regexes
  • Look for the "exclude" regexes anywhere in the URL instead of just at the start

Contributed by Carey Metcalfe via [PR #16](pelican-plugins/sitemap#16)

1.0.2 - 2020-08-22

Specify Pelican 4.5 as minimum required version

1.0.1 - 2020-05-03

  • Remove duplicate entries from TXT file header
  • Avoid listing DIRECT_TEMPLATES for which *_SAVE_AS is empty string

1.0.0 - 2020-04-20

First release in new namespace plugin format

Commits
  • 532ae71 Release Sitemap 1.2.0
  • 5bf8f65 build: Prepare release
  • 12d501a fix: Pin Blinker until upstream fix is released
  • 80fa293 feat: Set ChangeFreq and Priority via metadata (#30)
  • 80449a9 Fix changefreqs error message (#31)
  • 89f32c2 Merge pull request #37 from projectgus/bugfix/sitemap_tests
  • 30d59fb test: Use Python 3.9+ API to get current directory
  • 3186431 test: Fix sitemap test base directory.
  • d288c85 Merge pull request #38 from pelican-plugins/cruft
  • 800fe29 Add Cruft to keep in sync with plugin template
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [pelican-sitemap](https://github.com/pelican-plugins/sitemap) to permit the latest version.
- [Release notes](https://github.com/pelican-plugins/sitemap/releases)
- [Changelog](https://github.com/pelican-plugins/sitemap/blob/main/CHANGELOG.md)
- [Commits](pelican-plugins/sitemap@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: pelican-sitemap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the 📦 dependencies Update of dependencies label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant