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.
Files changed (54) hide show
  1. {ics_query-0.4.6 → ics_query-0.4.14}/PKG-INFO +15 -10
  2. {ics_query-0.4.6 → ics_query-0.4.14}/README.md +8 -3
  3. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/_version.py +2 -2
  4. {ics_query-0.4.6 → ics_query-0.4.14}/pyproject.toml +4 -4
  5. {ics_query-0.4.6 → ics_query-0.4.14}/.github/FUNDING.yml +0 -0
  6. {ics_query-0.4.6 → ics_query-0.4.14}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  7. {ics_query-0.4.6 → ics_query-0.4.14}/.github/dependabot.yml +0 -0
  8. {ics_query-0.4.6 → ics_query-0.4.14}/.github/workflows/tests.yml +0 -0
  9. {ics_query-0.4.6 → ics_query-0.4.14}/.gitignore +0 -0
  10. {ics_query-0.4.6 → ics_query-0.4.14}/LICENSE +0 -0
  11. {ics_query-0.4.6 → ics_query-0.4.14}/conftest.py +0 -0
  12. {ics_query-0.4.6 → ics_query-0.4.14}/ics-query +0 -0
  13. {ics_query-0.4.6 → ics_query-0.4.14}/ics-query.cmd +0 -0
  14. {ics_query-0.4.6 → ics_query-0.4.14}/ics-query.py +0 -0
  15. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/__init__.py +0 -0
  16. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/__main__.py +0 -0
  17. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/cli.py +0 -0
  18. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/parse.py +0 -0
  19. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/query.py +0 -0
  20. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/__init__.py +0 -0
  21. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/conftest.py +0 -0
  22. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run +0 -0
  23. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/all three-events.ics -.run +0 -0
  24. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/at 2019-03-04 multiple-calendars.ics -.run +0 -0
  25. {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
  26. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/at 2019-03-04 one-event.ics -.run +0 -0
  27. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/at 2019-03-07 multiple-calendars.ics -.run +0 -0
  28. {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
  29. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/between 20240823 4d recurring-work-events.ics -.run +0 -0
  30. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/Berlin-Los-Angeles.ics +0 -0
  31. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/empty-calendar.ics +0 -0
  32. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/empty-file.ics +0 -0
  33. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/multiple-calendars.ics +0 -0
  34. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/one-event-twice.ics +0 -0
  35. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/one-event-without-timezone.ics +0 -0
  36. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/one-event.ics +0 -0
  37. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/recurring-work-events.ics +0 -0
  38. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/simple-journal.ics +0 -0
  39. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/simple-todo.ics +0 -0
  40. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/calendars/three-events.ics +0 -0
  41. {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
  42. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run +0 -0
  43. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first -c VJOURNAL simple-journal.ics -.run +0 -0
  44. {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
  45. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run +0 -0
  46. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first empty-calendar.ics -.run +0 -0
  47. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first empty-file.ics -.run +0 -0
  48. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/runs/first recurring-work-events.ics -.run +0 -0
  49. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/test_command_line.py +0 -0
  50. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/test_parse_date.py +0 -0
  51. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/tests/test_parse_timedelta.py +0 -0
  52. {ics_query-0.4.6 → ics_query-0.4.14}/ics_query/version.py +0 -0
  53. {ics_query-0.4.6 → ics_query-0.4.14}/renovate.json +0 -0
  54. {ics_query-0.4.6 → ics_query-0.4.14}/tox.ini +0 -0
@@ -1,10 +1,10 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: ics-query
3
- Version: 0.4.6
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/5ee8daac5e3a8969dc19ab58504a670f28a599c5.zip
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.0.0
700
+ Requires-Dist: icalendar==6.1.0
701
701
  Requires-Dist: python-dateutil==2.9.0.post0
702
- Requires-Dist: recurring-ical-events==3.3.2
703
- Requires-Dist: six==1.16.0
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==1.0.1
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
- To release new versions,
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.0a
1090
- git push origin v0.1.0a
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
- To release new versions,
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.0a
380
- git push origin v0.1.0a
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
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.4.6'
16
- __version_tuple__ = version_tuple = (0, 4, 6)
15
+ __version__ = version = '0.4.14'
16
+ __version_tuple__ = version_tuple = (0, 4, 14)
@@ -45,14 +45,14 @@ classifiers = [
45
45
  ]
46
46
 
47
47
  dependencies = [
48
- "icalendar==6.0.0",
49
- "recurring-ical-events==3.3.2",
48
+ "icalendar==6.1.0",
49
+ "recurring-ical-events==3.4.0",
50
50
  "click==8.1.7",
51
- "x-wr-timezone==1.0.1",
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.16.0",
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