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 icalendar from 5.0.11 to 6.1.0 #3426

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps icalendar from 5.0.11 to 6.1.0.

Release notes

Sourced from icalendar's releases.

v6.1.0

To view the changes, please see the Changelog. This release can be installed from PyPI.

v6.0.1

To view the changes, please see the Changelog. This release can be installed from PyPI.

v6.0.0

To view the changes, please see the Changelog. This release can be installed from PyPI.

v6.0.0a0

To view the changes, please see the Changelog. This release can be installed from PyPI.

v5.0.13

No release notes provided.

v5.0.12

No release notes provided.

Changelog

Sourced from icalendar's changelog.

6.1.0 (2024-11-22)

Minor changes:

  • Add end, start, duration, DTSTART, DUE, and DURATION attributes to Todo components. See Issue 662_.
  • Add DTSTART, TZOFFSETTO and TZOFFSETFROM properties to TimezoneStandard and TimezoneDaylight. See Issue 662_.
  • Format test code with Ruff. See Issue 672 <https://github.com/collective/icalendar/issues/672>_.
  • Document the Debian package. See Issue 701 <https://github.com/collective/icalendar/issues/701>_.
  • Document vDatetime.from_ical
  • Allow passing a datetime.date to TZP.localize_utc and TZP.localize methods.
  • Document component classes with description from :rfc:5545.
  • Merge "File Structure" and "Overview" sections in the docs. See Issue 626 <https://github.com/collective/icalendar/issues/626>_.
  • Update code blocks in usage.rst with the correct lexer.
  • Tidy up the docstring for icalendar.prop.vPeriod.
  • Improve typing and fix typing issues

New features:

  • Add VALARM properties for :rfc:9074. See Issue 657 <https://github.com/collective/icalendar/issues/657>_
  • Test compatibility with Python 3.13
  • Add Timezone.from_tzinfo() and Timezone.from_tzid() to create a Timezone component from a datetime.tzinfo timezone. See Issue 722_.
  • Add icalendar.prop.tzid_from_tzinfo.
  • Add icalendar.alarms module to calculate alarm times. See Issue 716 <https://github.com/collective/icalendar/issues/716>_.
  • Add Event.alarms and Todo.alarms to access alarm calculation.
  • Add Component.DTSTAMP and Component.LAST_MODIFIED properties for datetime in UTC.
  • Add Component.is_thunderbird() to check if the component uses custom properties by Thunderbird.
  • Add X_MOZ_SNOOZE_TIME and X_MOZ_LASTACK properties to Event and Todo.
  • Add Alarm.ACKNOWLEDGED, Alarm.TRIGGER, Alarm.REPEAT, and Alarm.DURATION properties as well as Alarm.triggers to calculate alarm triggers.
  • Add __doc__ string documentation for vDate, vBoolean, vCalAddress, vDuration, vFloat, vGeo, vInt, vPeriod, vTime, vUTCOffset and vUri. See Issue 742 <https://github.com/collective/icalendar/issues/742>_.
  • Add DTSTART, TZOFFSETTO, and TZOFFSETFROM to TimezoneStandard and TimezoneDaylight
  • Use example methods of components without arguments.
  • Add events, timezones, and todos property to Calendar for nicer access.
  • To calculate which timezones are in use and add them to the Calendar when needed these methods are added: get_used_tzids, get_missing_tzids, and add_missing_timezones.
  • Identify the TZID of more timezones from dateutil.
  • Identify totally unknown timezones using a UTC offset lookup tree generated in icalendar.timezone.equivalent_timezone_ids and stored in icalendar.timezone.equivalent_timezone_ids.
  • Add icalendar.timezone.tzid to identify a timezone's TZID.

Bug fixes:

  • Add icalendar.timezone to the documentation.

.. _Issue 722: collective/icalendar#722

6.0.1 (2024-10-13)

New features:

... (truncated)

Commits
  • a492d69 Merge pull request #748 from niccokunzmann/release
  • 9f4e436 version 6.1.0
  • 590c4b6 Merge pull request #746 from collective/prop-docstring
  • c41557d Merge branch 'main' into prop-docstring
  • 345b96c This adds generating VTIMEZONE components from tzinfo objects (#741)
  • 8e8af07 changelog
  • 1f8b266 changelog
  • 921ad52 Tidy up the docstring for icalendar.prop.vPeriod
  • 32c5049 Merge pull request #745 from SerifOZ/doc
  • 5732b8f Merge pull request #739 from natashamm/file_stucture_overview
  • 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 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)

Bumps [icalendar](https://github.com/collective/icalendar) from 5.0.11 to 6.1.0.
- [Release notes](https://github.com/collective/icalendar/releases)
- [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst)
- [Commits](collective/icalendar@v5.0.11...v6.1.0)

---
updated-dependencies:
- dependency-name: icalendar
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependency Issue in a dependency, waiting for a fix python Pull requests that update Python code labels Dec 1, 2024
@vabene1111 vabene1111 merged commit 64cc20a into develop Dec 11, 2024
8 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/pip/icalendar-6.1.0 branch December 11, 2024 14:12
smilerz added a commit to smilerz/recipes that referenced this pull request Jan 14, 2025
commit f25de4b
Author: vabene1111 <vabene1234@googlemail.com>
Date:   Sun Jan 5 11:38:35 2025 +0100

    remove healthcheck

commit 6444680
Merge: fd42366 c604369
Author: vabene1111 <vabene1111@users.noreply.github.com>
Date:   Wed Jan 1 08:16:19 2025 +0100

    Merge pull request TandoorRecipes#3475 from TandoorRecipes/dependabot/pip/cryptography-44.0.0

    Bump cryptography from 43.0.1 to 44.0.0

commit c604369
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jan 1 00:33:49 2025 +0000

    Bump cryptography from 43.0.1 to 44.0.0

    Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.0.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@43.0.1...44.0.0)

    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

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

commit fd42366
Author: vabene1111 <vabene1234@googlemail.com>
Date:   Sun Dec 29 13:46:17 2024 +0100

    update gitignore like vue3 branch

commit 00148a2
Author: vabene1111 <vabene1234@googlemail.com>
Date:   Sun Dec 29 13:44:43 2024 +0100

    made shopping list compatible with SLR entries without a recipe

commit 359fcb2
Author: vabene1111 <vabene1234@googlemail.com>
Date:   Sun Dec 29 13:42:12 2024 +0100

    fixed social signup form

commit f5d7919
Merge: 86c4278 432dfa9
Author: vabene1111 <vabene1111@users.noreply.github.com>
Date:   Sat Dec 28 08:26:53 2024 +0100

    Merge pull request TandoorRecipes#3448 from igorsantos07/patch-1

    Update system.html: Django Recipes > Tandoor

commit 86c4278
Merge: f61a837 2a5c0bb
Author: vabene1111 <vabene1111@users.noreply.github.com>
Date:   Sat Dec 28 08:26:44 2024 +0100

    Merge pull request TandoorRecipes#3454 from TandoorRecipes/dependabot/pip/jinja2-3.1.5

    Bump jinja2 from 3.1.4 to 3.1.5

commit 2a5c0bb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Dec 28 07:25:33 2024 +0000

    Bump jinja2 from 3.1.4 to 3.1.5

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.4...3.1.5)

    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
    ...

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

commit 432dfa9
Author: Igor Santos <532299+igorsantos07@users.noreply.github.com>
Date:   Tue Dec 24 02:28:21 2024 -0300

    Update system.html: Django Recipes > Tandoor

commit f61a837
Author: vabene1111 <vabene1234@googlemail.com>
Date:   Sun Dec 22 12:12:37 2024 +0100

    Revert "added user filkes to recipe and added is_image flag to user file"

    This reverts commit 0bcdf5e.

commit 0bcdf5e
Author: vabene1111 <vabene1234@googlemail.com>
Date:   Sun Dec 22 12:05:47 2024 +0100

    added user filkes to recipe and added is_image flag to user file

commit 169f799
Merge: 942d113 375174e
Author: vabene1111 <vabene1111@users.noreply.github.com>
Date:   Wed Dec 11 15:19:59 2024 +0100

    Merge pull request TandoorRecipes#3428 from hawthorc/develop

    Add note about Python 3.12 dependency to manual.md

commit 942d113
Merge: 64cc20a 103daf0
Author: vabene1111 <vabene1111@users.noreply.github.com>
Date:   Wed Dec 11 15:17:28 2024 +0100

    Merge pull request TandoorRecipes#3416 from zodac/develop

    Adding healthcheck to docker image

commit 64cc20a
Merge: 3a6731e f19beba
Author: vabene1111 <vabene1111@users.noreply.github.com>
Date:   Wed Dec 11 15:12:09 2024 +0100

    Merge pull request TandoorRecipes#3426 from TandoorRecipes/dependabot/pip/icalendar-6.1.0

    Bump icalendar from 5.0.11 to 6.1.0

commit 3a6731e
Merge: e6f11a1 865756e
Author: vabene1111 <vabene1111@users.noreply.github.com>
Date:   Wed Dec 11 15:11:32 2024 +0100

    Merge pull request TandoorRecipes#3425 from TandoorRecipes/dependabot/pip/pytest-factoryboy-2.7.0

    Bump pytest-factoryboy from 2.6.0 to 2.7.0

commit e6f11a1
Merge: cc1cd61 2c94753
Author: vabene1111 <vabene1111@users.noreply.github.com>
Date:   Wed Dec 11 15:11:17 2024 +0100

    Merge pull request TandoorRecipes#3423 from TandoorRecipes/dependabot/pip/pytest-django-4.9.0

    Bump pytest-django from 4.8.0 to 4.9.0

commit cc1cd61
Merge: 6a3b5ee 41f834d
Author: vabene1111 <vabene1111@users.noreply.github.com>
Date:   Wed Dec 11 15:10:19 2024 +0100

    Merge pull request TandoorRecipes#3424 from TandoorRecipes/dependabot/pip/crispy-bootstrap4-2024.10

    Bump crispy-bootstrap4 from 2024.1 to 2024.10

commit 6a3b5ee
Merge: 49b1195 7ccedb5
Author: vabene1111 <vabene1111@users.noreply.github.com>
Date:   Wed Dec 11 15:09:46 2024 +0100

    Merge pull request TandoorRecipes#3431 from TandoorRecipes/dependabot/pip/django-4.2.17

    Bump django from 4.2.16 to 4.2.17

commit 7ccedb5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Dec 6 18:57:23 2024 +0000

    Bump django from 4.2.16 to 4.2.17

    Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.17.
    - [Commits](django/django@4.2.16...4.2.17)

    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...

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

commit 103daf0
Author: zodac <arouge110@msn.com>
Date:   Mon Dec 2 20:44:12 2024 +1300

    Using --spider for healthcheck, which performs a HEAD request instead of a GET request

commit 375174e
Author: Carter Hawthorne <122405782+hawthorc@users.noreply.github.com>
Date:   Sun Dec 1 18:38:38 2024 -0800

    Add note about Python 3.12 dependency to manual.md

commit f19beba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Dec 1 00:39:31 2024 +0000

    Bump icalendar from 5.0.11 to 6.1.0

    Bumps [icalendar](https://github.com/collective/icalendar) from 5.0.11 to 6.1.0.
    - [Release notes](https://github.com/collective/icalendar/releases)
    - [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst)
    - [Commits](collective/icalendar@v5.0.11...v6.1.0)

    ---
    updated-dependencies:
    - dependency-name: icalendar
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

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

commit 865756e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Dec 1 00:39:28 2024 +0000

    Bump pytest-factoryboy from 2.6.0 to 2.7.0

    Bumps [pytest-factoryboy](https://github.com/pytest-dev/pytest-factoryboy) from 2.6.0 to 2.7.0.
    - [Changelog](https://github.com/pytest-dev/pytest-factoryboy/blob/master/CHANGES.rst)
    - [Commits](pytest-dev/pytest-factoryboy@2.6.0...2.7.0)

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

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

commit 41f834d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Dec 1 00:39:26 2024 +0000

    Bump crispy-bootstrap4 from 2024.1 to 2024.10

    Bumps [crispy-bootstrap4](https://github.com/django-crispy-forms/crispy-bootstrap4) from 2024.1 to 2024.10.
    - [Release notes](https://github.com/django-crispy-forms/crispy-bootstrap4/releases)
    - [Changelog](https://github.com/django-crispy-forms/crispy-bootstrap4/blob/main/CHANGELOG.md)
    - [Commits](django-crispy-forms/crispy-bootstrap4@2024.1...2024.10)

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

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

commit 2c94753
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Dec 1 00:39:23 2024 +0000

    Bump pytest-django from 4.8.0 to 4.9.0

    Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.8.0 to 4.9.0.
    - [Release notes](https://github.com/pytest-dev/pytest-django/releases)
    - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst)
    - [Commits](pytest-dev/pytest-django@v4.8.0...v4.9.0)

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

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

commit 0e05c77
Author: zodac <arouge110@msn.com>
Date:   Fri Nov 29 14:15:24 2024 +1300

    Adding healthcheck to docker image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Issue in a dependency, waiting for a fix python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant