ics-query 0.4.40__tar.gz → 0.4.44__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.40 → ics_query-0.4.44}/.github/workflows/tests.yml +10 -10
- {ics_query-0.4.40 → ics_query-0.4.44}/PKG-INFO +2 -2
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/_version.py +16 -3
- {ics_query-0.4.40 → ics_query-0.4.44}/.github/FUNDING.yml +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/.github/dependabot.yml +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/.gitignore +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/.pre-commit-config.yaml +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/LICENSE +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/README.md +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/conftest.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics-query +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics-query.cmd +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics-query.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/__init__.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/__main__.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/cli.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/parse.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/query.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/__init__.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/conftest.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/all -c VALARM alarm_1_week_before_event.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/all three-events.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/at 2014-05-03 x-wr-timezone-rdate-hackerpublicradio.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/at 2019-03-04 multiple-calendars.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/at 2019-03-04 one-event.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/at 2019-03-07 multiple-calendars.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/at 2024-08-20 Berlin-Los-Angeles.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/between 20240823 4d recurring-work-events.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/Berlin-Los-Angeles.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/alarm_1_week_before_event.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/empty-calendar.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/empty-file.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/multiple-calendars.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/one-event-twice.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/one-event-without-timezone.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/one-event.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/recurring-work-events.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/simple-journal.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/simple-todo.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/three-events.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/x-wr-timezone-rdate-hackerpublicradio.ics +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/first -c VJOURNAL -c VEVENT one-event.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/first -c VJOURNAL simple-journal.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/first -c VTODO -c VJOURNAL simple-todo.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/first empty-calendar.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/first empty-file.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/runs/first recurring-work-events.ics -.run +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/test_command_line.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/test_issue_40_valid_calendar.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/test_parse_date.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/tests/test_parse_timedelta.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/ics_query/version.py +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/pyproject.toml +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/renovate.json +0 -0
- {ics_query-0.4.40 → ics_query-0.4.44}/tox.ini +0 -0
|
@@ -29,9 +29,9 @@ jobs:
|
|
|
29
29
|
name: ${{ matrix.config[1] }}
|
|
30
30
|
if: ${{ !startsWith(github.ref, 'refs/tags/v') && github.ref != 'refs/heads/main' }}
|
|
31
31
|
steps:
|
|
32
|
-
- uses: actions/checkout@
|
|
32
|
+
- uses: actions/checkout@v5
|
|
33
33
|
- name: Set up Python
|
|
34
|
-
uses: actions/setup-python@
|
|
34
|
+
uses: actions/setup-python@v6
|
|
35
35
|
with:
|
|
36
36
|
python-version: ${{ matrix.config[0] }}
|
|
37
37
|
- name: Install dependencies
|
|
@@ -51,7 +51,7 @@ jobs:
|
|
|
51
51
|
# see https://docs.github.com/de/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#example-usage-of-the-jobs-context
|
|
52
52
|
version: ${{ steps.version.outputs.version }}
|
|
53
53
|
steps:
|
|
54
|
-
- uses: actions/checkout@
|
|
54
|
+
- uses: actions/checkout@v5
|
|
55
55
|
|
|
56
56
|
- name: "Get tags"
|
|
57
57
|
uses: actions-ecosystem/action-get-latest-tag@v1
|
|
@@ -98,9 +98,9 @@ jobs:
|
|
|
98
98
|
needs:
|
|
99
99
|
- version
|
|
100
100
|
steps:
|
|
101
|
-
- uses: actions/checkout@
|
|
101
|
+
- uses: actions/checkout@v5
|
|
102
102
|
- name: Set up Python
|
|
103
|
-
uses: actions/setup-python@
|
|
103
|
+
uses: actions/setup-python@v6
|
|
104
104
|
with:
|
|
105
105
|
python-version: ${{ matrix.config[0] }}
|
|
106
106
|
- name: Install dependencies
|
|
@@ -141,11 +141,11 @@ jobs:
|
|
|
141
141
|
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
|
|
142
142
|
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
|
|
143
143
|
steps:
|
|
144
|
-
- uses: actions/checkout@
|
|
144
|
+
- uses: actions/checkout@v5
|
|
145
145
|
- name: Set up Python
|
|
146
|
-
uses: actions/setup-python@
|
|
146
|
+
uses: actions/setup-python@v6
|
|
147
147
|
with:
|
|
148
|
-
python-version: "3.
|
|
148
|
+
python-version: "3.14"
|
|
149
149
|
- name: Install dependencies
|
|
150
150
|
run: |
|
|
151
151
|
python -m pip install --upgrade pip
|
|
@@ -187,8 +187,8 @@ jobs:
|
|
|
187
187
|
- version
|
|
188
188
|
runs-on: ubuntu-latest
|
|
189
189
|
steps:
|
|
190
|
-
- uses: actions/checkout@
|
|
191
|
-
- uses: actions/download-artifact@
|
|
190
|
+
- uses: actions/checkout@v5
|
|
191
|
+
- uses: actions/download-artifact@v5
|
|
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.44
|
|
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/2af7ebf983fd76e872346e9c59bca259b61f6c80.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
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
3
|
|
|
4
|
-
__all__ = [
|
|
4
|
+
__all__ = [
|
|
5
|
+
"__version__",
|
|
6
|
+
"__version_tuple__",
|
|
7
|
+
"version",
|
|
8
|
+
"version_tuple",
|
|
9
|
+
"__commit_id__",
|
|
10
|
+
"commit_id",
|
|
11
|
+
]
|
|
5
12
|
|
|
6
13
|
TYPE_CHECKING = False
|
|
7
14
|
if TYPE_CHECKING:
|
|
@@ -9,13 +16,19 @@ if TYPE_CHECKING:
|
|
|
9
16
|
from typing import Union
|
|
10
17
|
|
|
11
18
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
19
|
+
COMMIT_ID = Union[str, None]
|
|
12
20
|
else:
|
|
13
21
|
VERSION_TUPLE = object
|
|
22
|
+
COMMIT_ID = object
|
|
14
23
|
|
|
15
24
|
version: str
|
|
16
25
|
__version__: str
|
|
17
26
|
__version_tuple__: VERSION_TUPLE
|
|
18
27
|
version_tuple: VERSION_TUPLE
|
|
28
|
+
commit_id: COMMIT_ID
|
|
29
|
+
__commit_id__: COMMIT_ID
|
|
19
30
|
|
|
20
|
-
__version__ = version = '0.4.
|
|
21
|
-
__version_tuple__ = version_tuple = (0, 4,
|
|
31
|
+
__version__ = version = '0.4.44'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 4, 44)
|
|
33
|
+
|
|
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.40 → ics_query-0.4.44}/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.40 → ics_query-0.4.44}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run
RENAMED
|
File without changes
|
{ics_query-0.4.40 → ics_query-0.4.44}/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.40 → ics_query-0.4.44}/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.40 → ics_query-0.4.44}/ics_query/tests/runs/calendars/one-event-without-timezone.ics
RENAMED
|
File without changes
|
|
File without changes
|
{ics_query-0.4.40 → ics_query-0.4.44}/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.40 → ics_query-0.4.44}/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.40 → ics_query-0.4.44}/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.40 → ics_query-0.4.44}/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
|
|
File without changes
|