ingest-file icon indicating copy to clipboard operation
ingest-file copied to clipboard

Bump icalendar from 4.1.0 to 5.0.1

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps icalendar from 4.1.0 to 5.0.1.

Changelog

Sourced from icalendar's changelog.

5.0.1 (2022-10-22)

Minor changes:

  • fixed setuptools deprecation warnings [mgorny]

Bug fixes:

  • a well-known timezone timezone prefixed with a / is treated as if the slash wasn't present Ref: #467 Fixes: #466 [jacadzaca]

5.0.0 (2022-10-17)

Minor changes:

  • removed deprecated test checks [tuergeist]
  • Fix: cli does not support DURATION #354 [mamico]
  • Add changelog and contributing to readthedocs documentation #428 [peleccom]
  • fixed small typos #323 [rohnsha0]
  • unittest to parametrized pytest refactoring [jacadzaca]

Breaking changes:

  • Require Python 3.7 as minimum Python version. [maurits] [niccokunzmann]
  • icalenar now takes a ics file directly as an input
  • icalendar's output is different
  • Drop Support for Python 3.6. Versions 3.7 - 3.11 are supported and tested.

New features:

  • icalendar utility outputs a 'Duration' row
  • icalendar can take multiple ics files as an input

Bug fixes:

  • Changed tools.UIDGenerator instance methods to static methods Ref: #345 [spralja]
  • proper handling of datetime objects with tzinfo generated through zoneinfo.ZoneInfo. Ref: #334 Fixes: #333 [tobixen]
  • Timestamps in UTC does not need tzid Ref: #338 Fixes: #335 [tobixen]

... (truncated)

Commits
  • f733db1 Merge pull request #470 from jacadzaca/release-5.0.1
  • 410616c Merge pull request #469 from jacadzaca/fix-466-changelog
  • 4c31e8a version 5.0.1
  • 6545cb9 Merge pull request #465 from collective/niccokunzmann-patch-1
  • 9b6d0f9 add changelog for PR #467
  • a237aee merge unique tzid tests into one
  • 68dc8b1 Merge pull request #463 from collective/maurits-no-universal-wheel
  • 68b1804 Merge pull request #467 from collective/fix_466
  • e882a4b strip slash before passing tzid to pytz
  • f56ddee add test case from 466 issue
  • 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.


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[bot] avatar Oct 24 '22 01:10 dependabot[bot]