ics-query 0.4.36__tar.gz → 0.4.38__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 (60) hide show
  1. {ics_query-0.4.36 → ics_query-0.4.38}/.github/workflows/tests.yml +1 -0
  2. {ics_query-0.4.36 → ics_query-0.4.38}/PKG-INFO +8 -3
  3. {ics_query-0.4.36 → ics_query-0.4.38}/README.md +4 -0
  4. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/_version.py +2 -2
  5. {ics_query-0.4.36 → ics_query-0.4.38}/pyproject.toml +2 -1
  6. {ics_query-0.4.36 → ics_query-0.4.38}/tox.ini +1 -1
  7. {ics_query-0.4.36 → ics_query-0.4.38}/.github/FUNDING.yml +0 -0
  8. {ics_query-0.4.36 → ics_query-0.4.38}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  9. {ics_query-0.4.36 → ics_query-0.4.38}/.github/dependabot.yml +0 -0
  10. {ics_query-0.4.36 → ics_query-0.4.38}/.gitignore +0 -0
  11. {ics_query-0.4.36 → ics_query-0.4.38}/.pre-commit-config.yaml +0 -0
  12. {ics_query-0.4.36 → ics_query-0.4.38}/LICENSE +0 -0
  13. {ics_query-0.4.36 → ics_query-0.4.38}/conftest.py +0 -0
  14. {ics_query-0.4.36 → ics_query-0.4.38}/ics-query +0 -0
  15. {ics_query-0.4.36 → ics_query-0.4.38}/ics-query.cmd +0 -0
  16. {ics_query-0.4.36 → ics_query-0.4.38}/ics-query.py +0 -0
  17. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/__init__.py +0 -0
  18. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/__main__.py +0 -0
  19. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/cli.py +0 -0
  20. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/parse.py +0 -0
  21. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/query.py +0 -0
  22. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/__init__.py +0 -0
  23. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/conftest.py +0 -0
  24. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run +0 -0
  25. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/all -c VALARM alarm_1_week_before_event.ics -.run +0 -0
  26. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/all three-events.ics -.run +0 -0
  27. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/at 2014-05-03 x-wr-timezone-rdate-hackerpublicradio.ics -.run +0 -0
  28. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/at 2019-03-04 multiple-calendars.ics -.run +0 -0
  29. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run +0 -0
  30. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/at 2019-03-04 one-event.ics -.run +0 -0
  31. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/at 2019-03-07 multiple-calendars.ics -.run +0 -0
  32. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/at 2024-08-20 Berlin-Los-Angeles.ics -.run +0 -0
  33. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/between 20240823 4d recurring-work-events.ics -.run +0 -0
  34. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/Berlin-Los-Angeles.ics +0 -0
  35. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/alarm_1_week_before_event.ics +0 -0
  36. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/empty-calendar.ics +0 -0
  37. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/empty-file.ics +0 -0
  38. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/multiple-calendars.ics +0 -0
  39. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/one-event-twice.ics +0 -0
  40. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/one-event-without-timezone.ics +0 -0
  41. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/one-event.ics +0 -0
  42. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/recurring-work-events.ics +0 -0
  43. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/simple-journal.ics +0 -0
  44. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/simple-todo.ics +0 -0
  45. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/three-events.ics +0 -0
  46. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/calendars/x-wr-timezone-rdate-hackerpublicradio.ics +0 -0
  47. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/first -c VJOURNAL -c VEVENT one-event.ics -.run +0 -0
  48. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run +0 -0
  49. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/first -c VJOURNAL simple-journal.ics -.run +0 -0
  50. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/first -c VTODO -c VJOURNAL simple-todo.ics -.run +0 -0
  51. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run +0 -0
  52. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/first empty-calendar.ics -.run +0 -0
  53. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/first empty-file.ics -.run +0 -0
  54. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/runs/first recurring-work-events.ics -.run +0 -0
  55. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/test_command_line.py +0 -0
  56. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/test_issue_40_valid_calendar.py +0 -0
  57. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/test_parse_date.py +0 -0
  58. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/tests/test_parse_timedelta.py +0 -0
  59. {ics_query-0.4.36 → ics_query-0.4.38}/ics_query/version.py +0 -0
  60. {ics_query-0.4.36 → ics_query-0.4.38}/renovate.json +0 -0
@@ -21,6 +21,7 @@ jobs:
21
21
  - ["3.10", "py310", "ubuntu-latest"]
22
22
  - ["3.11", "py311", "ubuntu-latest"]
23
23
  - ["3.12", "py312", "ubuntu-latest"]
24
+ - ["3.13", "py313", "ubuntu-latest"]
24
25
  - ["3.9", "ruff", "ubuntu-latest"]
25
26
  # - ["3.11", "exe", "windows-latest"]
26
27
 
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ics-query
3
- Version: 0.4.36
3
+ Version: 0.4.38
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/828d80551872912c66f06a20391d5da86fd8ef89.zip
7
+ Project-URL: source_archive, https://github.com/niccokunzmann/ics-query/archive/dbdd514d2237d967a6ed6e4267c313340bc7cb7b.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
@@ -694,10 +694,11 @@ Classifier: Programming Language :: Python :: 3.9
694
694
  Classifier: Programming Language :: Python :: 3.10
695
695
  Classifier: Programming Language :: Python :: 3.11
696
696
  Classifier: Programming Language :: Python :: 3.12
697
+ Classifier: Programming Language :: Python :: 3.13
697
698
  Classifier: Topic :: Office/Business :: Scheduling
698
699
  Requires-Python: >=3.9
699
700
  Requires-Dist: click==8.1.8
700
- Requires-Dist: icalendar==6.3.0
701
+ Requires-Dist: icalendar==6.3.1
701
702
  Requires-Dist: python-dateutil==2.9.0.post0
702
703
  Requires-Dist: recurring-ical-events==3.7.0
703
704
  Requires-Dist: six==1.17.0
@@ -1161,6 +1162,10 @@ We automatically release the versions that only update dependencies.
1161
1162
  If the version you installed does not show up here, only the dependencies
1162
1163
  have been updated.
1163
1164
 
1165
+ - v0.4.37
1166
+
1167
+ - Test and support Python 3.13. See [Issue 9](https://github.com/niccokunzmann/ics-query/issues/9).
1168
+
1164
1169
  - v0.4.36
1165
1170
 
1166
1171
  - Test and document `VALARM`. See [Issue 16](https://github.com/niccokunzmann/ics-query/issues/16).
@@ -451,6 +451,10 @@ We automatically release the versions that only update dependencies.
451
451
  If the version you installed does not show up here, only the dependencies
452
452
  have been updated.
453
453
 
454
+ - v0.4.37
455
+
456
+ - Test and support Python 3.13. See [Issue 9](https://github.com/niccokunzmann/ics-query/issues/9).
457
+
454
458
  - v0.4.36
455
459
 
456
460
  - Test and document `VALARM`. See [Issue 16](https://github.com/niccokunzmann/ics-query/issues/16).
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.4.36'
21
- __version_tuple__ = version_tuple = (0, 4, 36)
20
+ __version__ = version = '0.4.38'
21
+ __version_tuple__ = version_tuple = (0, 4, 38)
@@ -40,12 +40,13 @@ classifiers = [
40
40
  "Programming Language :: Python :: 3.10",
41
41
  "Programming Language :: Python :: 3.11",
42
42
  "Programming Language :: Python :: 3.12",
43
+ "Programming Language :: Python :: 3.13",
43
44
  "Operating System :: OS Independent",
44
45
  "Topic :: Office/Business :: Scheduling",
45
46
  ]
46
47
 
47
48
  dependencies = [
48
- "icalendar==6.3.0",
49
+ "icalendar==6.3.1",
49
50
  "recurring-ical-events==3.7.0",
50
51
  "click==8.1.8",
51
52
  "x-wr-timezone==2.0.1",
@@ -5,7 +5,7 @@
5
5
 
6
6
  [tox]
7
7
  skipsdist = True
8
- envlist = py39, py310, py311, py312, ruff
8
+ envlist = py39, py310, py311, py312, py313, ruff
9
9
 
10
10
  [testenv]
11
11
  #
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes