modoboa / modoboa-radicale

The Radicale frontend of Modoboa
MIT License
21 stars 14 forks source link

Bump caldav from 0.9.0 to 0.9.2 #91

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps caldav from 0.9.0 to 0.9.2.

Release notes

Sourced from caldav's releases.

v0.9.1

  • Tweaks to support the DAVMail server implementation
  • v0.9.0 broke for python 3.5 and lower, due to usage of fstrings. v0.9.1 has been tested with python 3.5.
  • Discovery of some cases of broken support of recurring events on the server side, and logging of errors (optionally raising of errors)
  • New method .close on the DAVClient object.
Changelog

Sourced from caldav's changelog.

Changelog v0.9.2 -> v0.10

Quick summary

  • Work on a universal search method
    • Refactoring, consolidated lots of slightly duplicated code into one method to rule them all
    • Support for things needed by the calendar-cli utility, like search by categories
  • Other improvements:
    • Picklable URLs
    • display_name convenience method

Github issues and pull requests

python-caldav/caldav#204 python-caldav/caldav#208 python-caldav/caldav#212

Commits

8d9a36d004d983b2423e8d33d756ecbc0022e8c5 - allow requests timeout (Marcel Schwarz) 2ac6cb7a4c256e6f42316336d66aef4a8f100867 - make URLs pickable (Ryan Nowakowski) b4464cd57f696a783ef7c90ee9640c2f5ee8408b - black style fixup ^ 1f007a443393ea74b1ecb811464b7c8706051496 - get_display_name convenience method (mc-borscht) 1d639eb94fe902d3fa86a3558154264267cd384b - get_display_name revisited 57fdf04a6019f8d811e0f1b7c3b5ecfd21ed44ce - black style fixup ^

Commits
  • 8827eca changelog
  • 029a1c5 last remaining issue - disabling recurring date search test, as the yearly ev...
  • 5c3cf49 just one problem left with robur, I think ... I will raise an issue about it
  • 6f659f1 removed leakage of v0.10dev-test-code. Preparing for v0.9.2-release.
  • faed7b2 More problems with baikal and dav support query (should be investigated furth...
  • 7a31ec2 changelogs
  • 55a8376 black style
  • 744e88f one test failed towards a baikal server now - it claims it doesn't support DAV!
  • 5bc76d1 Style cannot always be automated
  • 8d7b978 style
  • 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)
codecov[bot] commented 2 years ago

Codecov Report

Base: 93.47% // Head: 93.56% // Increases project coverage by +0.08% :tada:

Coverage data is based on head (e0fef33) compared to base (b1af2d6). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #91 +/- ## ========================================== + Coverage 93.47% 93.56% +0.08% ========================================== Files 23 23 Lines 1150 1150 ========================================== + Hits 1075 1076 +1 + Misses 75 74 -1 ``` | [Impacted Files](https://codecov.io/gh/modoboa/modoboa-radicale/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=modoboa) | Coverage Δ | | |---|---|---| | [...oa\_radicale/management/commands/generate\_rights.py](https://codecov.io/gh/modoboa/modoboa-radicale/pull/91/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=modoboa#diff-bW9kb2JvYV9yYWRpY2FsZS9tYW5hZ2VtZW50L2NvbW1hbmRzL2dlbmVyYXRlX3JpZ2h0cy5weQ==) | `98.46% <0.00%> (+1.53%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=modoboa). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=modoboa)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 2 years ago

Superseded by #92.