ics-query 0.4.44__tar.gz → 0.4.46__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ics_query-0.4.44 → ics_query-0.4.46}/.github/workflows/tests.yml +2 -2
- {ics_query-0.4.44 → ics_query-0.4.46}/PKG-INFO +3 -3
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/_version.py +2 -2
- {ics_query-0.4.44 → ics_query-0.4.46}/pyproject.toml +1 -1
- {ics_query-0.4.44 → ics_query-0.4.46}/.github/FUNDING.yml +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/.github/dependabot.yml +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/.gitignore +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/.pre-commit-config.yaml +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/LICENSE +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/README.md +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/conftest.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics-query +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics-query.cmd +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics-query.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/__init__.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/__main__.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/cli.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/parse.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/query.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/__init__.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/conftest.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/all -c VALARM alarm_1_week_before_event.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/all three-events.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/at 2014-05-03 x-wr-timezone-rdate-hackerpublicradio.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/at 2019-03-04 multiple-calendars.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/at 2019-03-04 one-event.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/at 2019-03-07 multiple-calendars.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/at 2024-08-20 Berlin-Los-Angeles.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/between 20240823 4d recurring-work-events.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/Berlin-Los-Angeles.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/alarm_1_week_before_event.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/empty-calendar.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/empty-file.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/multiple-calendars.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/one-event-twice.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/one-event-without-timezone.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/one-event.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/recurring-work-events.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/simple-journal.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/simple-todo.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/three-events.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/x-wr-timezone-rdate-hackerpublicradio.ics +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/first -c VJOURNAL -c VEVENT one-event.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/first -c VJOURNAL simple-journal.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/first -c VTODO -c VJOURNAL simple-todo.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/first empty-calendar.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/first empty-file.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/first recurring-work-events.ics -.run +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/test_command_line.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/test_issue_40_valid_calendar.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/test_parse_date.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/test_parse_timedelta.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/ics_query/version.py +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/renovate.json +0 -0
- {ics_query-0.4.44 → ics_query-0.4.46}/tox.ini +0 -0
|
@@ -114,7 +114,7 @@ jobs:
|
|
|
114
114
|
- name: Test
|
|
115
115
|
run: |
|
|
116
116
|
tox -e ${{ matrix.config[1] }}
|
|
117
|
-
- uses: actions/upload-artifact@
|
|
117
|
+
- uses: actions/upload-artifact@v5
|
|
118
118
|
with:
|
|
119
119
|
name: dist-${{ matrix.config[1] }}-${{ matrix.config[2] }} # dist-exe-windows-latest
|
|
120
120
|
path: dist
|
|
@@ -188,7 +188,7 @@ jobs:
|
|
|
188
188
|
runs-on: ubuntu-latest
|
|
189
189
|
steps:
|
|
190
190
|
- uses: actions/checkout@v5
|
|
191
|
-
- uses: actions/download-artifact@
|
|
191
|
+
- uses: actions/download-artifact@v6
|
|
192
192
|
with:
|
|
193
193
|
pattern: dist-*
|
|
194
194
|
path: dist
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ics-query
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.46
|
|
4
4
|
Summary: Find out what happens in ICS calendar files - query and filter RFC 5545 compatible .ics files for events, journals, TODOs and more.
|
|
5
5
|
Project-URL: Homepage, https://github.com/niccokunzmann/ics-query/
|
|
6
6
|
Project-URL: Repository, https://github.com/niccokunzmann/ics-query/
|
|
7
|
-
Project-URL: source_archive, https://github.com/niccokunzmann/ics-query/archive/
|
|
7
|
+
Project-URL: source_archive, https://github.com/niccokunzmann/ics-query/archive/0936bf3e36a6e02d39716263d7ebcb70e94efd08.zip
|
|
8
8
|
Project-URL: Issues, https://github.com/niccokunzmann/ics-query/issues
|
|
9
9
|
Project-URL: Documentation, https://github.com/niccokunzmann/ics-query/
|
|
10
10
|
Project-URL: Changelog, https://github.com/niccokunzmann/ics-query/#changelog
|
|
@@ -698,7 +698,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
698
698
|
Classifier: Topic :: Office/Business :: Scheduling
|
|
699
699
|
Requires-Python: >=3.9
|
|
700
700
|
Requires-Dist: click==8.1.8
|
|
701
|
-
Requires-Dist: icalendar==6.3.
|
|
701
|
+
Requires-Dist: icalendar==6.3.2
|
|
702
702
|
Requires-Dist: python-dateutil==2.9.0.post0
|
|
703
703
|
Requires-Dist: recurring-ical-events==3.8.0
|
|
704
704
|
Requires-Dist: six==1.17.0
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.4.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 4,
|
|
31
|
+
__version__ = version = '0.4.46'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 4, 46)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run
RENAMED
|
File without changes
|
{ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/at 2019-03-04 one-event.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/alarm_1_week_before_event.ics
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/one-event-without-timezone.ics
RENAMED
|
File without changes
|
|
File without changes
|
{ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/calendars/recurring-work-events.ics
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.44 → ics_query-0.4.46}/ics_query/tests/runs/first recurring-work-events.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|