ics-query 0.4.6__py3-none-any.whl → 0.4.14__py3-none-any.whl

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/_version.py CHANGED
@@ -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)
@@ -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
@@ -1,6 +1,6 @@
1
1
  ics_query/__init__.py,sha256=BBd-FYDFf3jY_ApkMRkivqGti2uMeP4OT6KtgZDixic,917
2
2
  ics_query/__main__.py,sha256=1rFDbZZcd6llmQ-X_611jWdrua4HMOnpOclKRvf03Us,737
3
- ics_query/_version.py,sha256=zpZoWJd6Ckmo0bRYgkjKcEXS2EIwkKGRgif5PN8gs6Y,411
3
+ ics_query/_version.py,sha256=oI9eSmP_RLrJslvm-ZJSgjRFii0kj100b5RQuagtqG8,413
4
4
  ics_query/cli.py,sha256=VPXcSCjtaWZJtSzMsHqLfcTgStnJsoyY9K8Q0VZUs3o,19993
5
5
  ics_query/parse.py,sha256=AO2TBoe98exzfzTKsoF5ZAvJOg3hN2qRpP15DAQKZaM,2415
6
6
  ics_query/query.py,sha256=9HSSWJ1y7avU6mRDXBQKKTkk9oeG9qEwhr3k0piHbaU,2692
@@ -37,8 +37,8 @@ ics_query/tests/runs/calendars/recurring-work-events.ics,sha256=4ASS_-xZl2pVv1kZ
37
37
  ics_query/tests/runs/calendars/simple-journal.ics,sha256=U6_YMQM6EHwPDaszWgJDo-pR4WIqbJx8CRlHg4iu9zA,457
38
38
  ics_query/tests/runs/calendars/simple-todo.ics,sha256=l9uHQD4eyiCE8STvd2tj5lAVaBrqUtpF_M8Pv6yf1es,327
39
39
  ics_query/tests/runs/calendars/three-events.ics,sha256=YvPfthOzMCR0DQhGR6uj_1Bltgax3uA1ETlkI4JUI08,828
40
- ics_query-0.4.6.dist-info/METADATA,sha256=n8K9A-ZxKcippFoDt5tFz52aiPEeiJfroQhvTB7UUu4,54544
41
- ics_query-0.4.6.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
42
- ics_query-0.4.6.dist-info/entry_points.txt,sha256=Jq_39vCKVOkNZjL7Wngf_04V_n_QRszLgLT2CbJKiH4,49
43
- ics_query-0.4.6.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
44
- ics_query-0.4.6.dist-info/RECORD,,
40
+ ics_query-0.4.14.dist-info/METADATA,sha256=nT-Mfn026wm-allGPsTGna0KNCIW8Kkx6N4_-1wl2eU,54773
41
+ ics_query-0.4.14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
42
+ ics_query-0.4.14.dist-info/entry_points.txt,sha256=Jq_39vCKVOkNZjL7Wngf_04V_n_QRszLgLT2CbJKiH4,49
43
+ ics_query-0.4.14.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
44
+ ics_query-0.4.14.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.25.0
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any