ics-query 0.4.6__tar.gz → 0.4.14__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.6 → ics_query-0.4.14}/PKG-INFO +15 -10
- {ics_query-0.4.6 → ics_query-0.4.14}/README.md +8 -3
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/_version.py +2 -2
- {ics_query-0.4.6 → ics_query-0.4.14}/pyproject.toml +4 -4
- {ics_query-0.4.6 → ics_query-0.4.14}/.github/FUNDING.yml +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/.github/dependabot.yml +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/.github/workflows/tests.yml +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/.gitignore +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/LICENSE +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/conftest.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics-query +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics-query.cmd +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics-query.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/__init__.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/__main__.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/cli.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/parse.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/query.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/__init__.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/conftest.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/all three-events.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/at 2019-03-04 multiple-calendars.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/at 2019-03-04 one-event.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/at 2019-03-07 multiple-calendars.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/at 2024-08-20 Berlin-Los-Angeles.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/between 20240823 4d recurring-work-events.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/Berlin-Los-Angeles.ics +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/empty-calendar.ics +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/empty-file.ics +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/multiple-calendars.ics +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/one-event-twice.ics +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/one-event-without-timezone.ics +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/one-event.ics +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/recurring-work-events.ics +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/simple-journal.ics +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/simple-todo.ics +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/three-events.ics +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first -c VJOURNAL -c VEVENT one-event.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first -c VJOURNAL simple-journal.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first -c VTODO -c VJOURNAL simple-todo.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first empty-calendar.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first empty-file.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first recurring-work-events.ics -.run +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/test_command_line.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/test_parse_date.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/test_parse_timedelta.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/version.py +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/renovate.json +0 -0
- {ics_query-0.4.6 → ics_query-0.4.14}/tox.ini +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: ics-query
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.14
|
|
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/6252f45cd13e950c9477099a0a6739163198a58f.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
|
|
@@ -697,13 +697,13 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
697
697
|
Classifier: Topic :: Office/Business :: Scheduling
|
|
698
698
|
Requires-Python: >=3.9
|
|
699
699
|
Requires-Dist: click==8.1.7
|
|
700
|
-
Requires-Dist: icalendar==6.
|
|
700
|
+
Requires-Dist: icalendar==6.1.0
|
|
701
701
|
Requires-Dist: python-dateutil==2.9.0.post0
|
|
702
|
-
Requires-Dist: recurring-ical-events==3.
|
|
703
|
-
Requires-Dist: six==1.
|
|
702
|
+
Requires-Dist: recurring-ical-events==3.4.0
|
|
703
|
+
Requires-Dist: six==1.17.0
|
|
704
704
|
Requires-Dist: tzdata==2024.2
|
|
705
705
|
Requires-Dist: tzlocal==5.2
|
|
706
|
-
Requires-Dist: x-wr-timezone==
|
|
706
|
+
Requires-Dist: x-wr-timezone==2.0.0
|
|
707
707
|
Provides-Extra: test
|
|
708
708
|
Requires-Dist: pytest; extra == 'test'
|
|
709
709
|
Description-Content-Type: text/markdown
|
|
@@ -1078,7 +1078,12 @@ tox -e ruff
|
|
|
1078
1078
|
|
|
1079
1079
|
### New Release
|
|
1080
1080
|
|
|
1081
|
-
|
|
1081
|
+
Renovate updates the dependencies automatically on the `main` branch.
|
|
1082
|
+
New commits on `main` are automatically published with an increased
|
|
1083
|
+
PATCH version number.
|
|
1084
|
+
|
|
1085
|
+
To release a new version with a new MINOR or MAJOR version number change,
|
|
1086
|
+
follow these steps:
|
|
1082
1087
|
|
|
1083
1088
|
1. edit the Changelog Section
|
|
1084
1089
|
2. create a commit and push it
|
|
@@ -1086,8 +1091,8 @@ To release new versions,
|
|
|
1086
1091
|
4. create a tag and push it
|
|
1087
1092
|
|
|
1088
1093
|
```shell
|
|
1089
|
-
git tag v0.1.
|
|
1090
|
-
git push origin v0.1.
|
|
1094
|
+
git tag v0.1.0
|
|
1095
|
+
git push origin v0.1.0
|
|
1091
1096
|
```
|
|
1092
1097
|
|
|
1093
1098
|
5. Notify the issues about their release
|
|
@@ -368,7 +368,12 @@ tox -e ruff
|
|
|
368
368
|
|
|
369
369
|
### New Release
|
|
370
370
|
|
|
371
|
-
|
|
371
|
+
Renovate updates the dependencies automatically on the `main` branch.
|
|
372
|
+
New commits on `main` are automatically published with an increased
|
|
373
|
+
PATCH version number.
|
|
374
|
+
|
|
375
|
+
To release a new version with a new MINOR or MAJOR version number change,
|
|
376
|
+
follow these steps:
|
|
372
377
|
|
|
373
378
|
1. edit the Changelog Section
|
|
374
379
|
2. create a commit and push it
|
|
@@ -376,8 +381,8 @@ To release new versions,
|
|
|
376
381
|
4. create a tag and push it
|
|
377
382
|
|
|
378
383
|
```shell
|
|
379
|
-
git tag v0.1.
|
|
380
|
-
git push origin v0.1.
|
|
384
|
+
git tag v0.1.0
|
|
385
|
+
git push origin v0.1.0
|
|
381
386
|
```
|
|
382
387
|
|
|
383
388
|
5. Notify the issues about their release
|
|
@@ -45,14 +45,14 @@ classifiers = [
|
|
|
45
45
|
]
|
|
46
46
|
|
|
47
47
|
dependencies = [
|
|
48
|
-
"icalendar==6.
|
|
49
|
-
"recurring-ical-events==3.
|
|
48
|
+
"icalendar==6.1.0",
|
|
49
|
+
"recurring-ical-events==3.4.0",
|
|
50
50
|
"click==8.1.7",
|
|
51
|
-
"x-wr-timezone==
|
|
51
|
+
"x-wr-timezone==2.0.0",
|
|
52
52
|
"tzlocal==5.2",
|
|
53
53
|
"tzdata==2024.2",
|
|
54
54
|
"python-dateutil==2.9.0.post0",
|
|
55
|
-
"six==1.
|
|
55
|
+
"six==1.17.0",
|
|
56
56
|
]
|
|
57
57
|
|
|
58
58
|
[project.optional-dependencies]
|
|
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.6 → ics_query-0.4.14}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
{ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/at 2019-03-04 multiple-calendars.ics -.run
RENAMED
|
File without changes
|
{ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
{ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/at 2019-03-07 multiple-calendars.ics -.run
RENAMED
|
File without changes
|
{ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/at 2024-08-20 Berlin-Los-Angeles.ics -.run
RENAMED
|
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.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/one-event-without-timezone.ics
RENAMED
|
File without changes
|
|
File without changes
|
{ics_query-0.4.6 → ics_query-0.4.14}/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
|
{ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run
RENAMED
|
File without changes
|
{ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first -c VJOURNAL simple-journal.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
{ics_query-0.4.6 → ics_query-0.4.14}/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.6 → ics_query-0.4.14}/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
|