ics-query 0.3.3b0__tar.gz → 0.3.4__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.3.4/.github/workflows/schedule-release.yml +29 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/PKG-INFO +20 -8
- {ics_query-0.3.3b0 → ics_query-0.3.4}/README.md +9 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/_version.py +2 -2
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/version.py +5 -2
- {ics_query-0.3.3b0 → ics_query-0.3.4}/pyproject.toml +9 -6
- ics_query-0.3.4/renovate.json +18 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/.github/FUNDING.yml +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/.github/dependabot.yml +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/.github/workflows/tests.yml +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/.gitignore +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/LICENSE +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/conftest.py +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics-query +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics-query.cmd +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics-query.py +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/__init__.py +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/__main__.py +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/cli.py +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/parse.py +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/query.py +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/__init__.py +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/conftest.py +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/all three-events.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/at 2019-03-04 multiple-calendars.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/at 2019-03-04 one-event.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/at 2019-03-07 multiple-calendars.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/at 2024-08-20 Berlin-Los-Angeles.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/between 20240823 4d recurring-work-events.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/calendars/Berlin-Los-Angeles.ics +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/calendars/empty-calendar.ics +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/calendars/empty-file.ics +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/calendars/multiple-calendars.ics +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/calendars/one-event-twice.ics +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/calendars/one-event-without-timezone.ics +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/calendars/one-event.ics +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/calendars/recurring-work-events.ics +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/calendars/simple-journal.ics +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/calendars/simple-todo.ics +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/calendars/three-events.ics +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/first -c VJOURNAL -c VEVENT one-event.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/first -c VJOURNAL simple-journal.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/first -c VTODO -c VJOURNAL simple-todo.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/first empty-calendar.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/first empty-file.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/first recurring-work-events.ics -.run +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/test_command_line.py +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/test_parse_date.py +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/test_parse_timedelta.py +0 -0
- {ics_query-0.3.3b0 → ics_query-0.3.4}/tox.ini +0 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
#
|
|
2
|
+
# see https://github.com/actions-ecosystem/action-push-tag
|
|
3
|
+
#
|
|
4
|
+
name: Update minor releases for updates to main.
|
|
5
|
+
|
|
6
|
+
on:
|
|
7
|
+
push:
|
|
8
|
+
branches:
|
|
9
|
+
- main
|
|
10
|
+
|
|
11
|
+
jobs:
|
|
12
|
+
release:
|
|
13
|
+
runs-on: ubuntu-latest
|
|
14
|
+
steps:
|
|
15
|
+
- uses: actions/checkout@v4
|
|
16
|
+
|
|
17
|
+
- uses: actions-ecosystem/action-get-latest-tag@v1
|
|
18
|
+
id: get-latest-tag
|
|
19
|
+
|
|
20
|
+
- uses: actions-ecosystem/action-bump-semver@v1
|
|
21
|
+
id: bump-semver
|
|
22
|
+
with:
|
|
23
|
+
current_version: ${{ steps.get-latest-tag.outputs.tag }}
|
|
24
|
+
level: minor
|
|
25
|
+
|
|
26
|
+
- uses: actions-ecosystem/action-push-tag@v1
|
|
27
|
+
with:
|
|
28
|
+
tag: ${{ steps.bump-semver.outputs.new_version }}
|
|
29
|
+
message: '${{ steps.bump-semver.outputs.new_version }}: PR #${{ github.event.pull_request.number }} ${{ github.event.pull_request.title }}'
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: ics-query
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
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/5eb1d793ecdf1c2b176fb60139226cc8366540a7.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
|
|
@@ -686,7 +686,7 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
|
686
686
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
687
687
|
License-File: LICENSE
|
|
688
688
|
Keywords: calendar,command line,icalendar,ics,rfc5545,scheduling
|
|
689
|
-
Classifier: Development Status ::
|
|
689
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
690
690
|
Classifier: Intended Audience :: Developers
|
|
691
691
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
692
692
|
Classifier: Operating System :: OS Independent
|
|
@@ -696,11 +696,14 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
696
696
|
Classifier: Programming Language :: Python :: 3.12
|
|
697
697
|
Classifier: Topic :: Office/Business :: Scheduling
|
|
698
698
|
Requires-Python: >=3.9
|
|
699
|
-
Requires-Dist: click
|
|
700
|
-
Requires-Dist: icalendar
|
|
701
|
-
Requires-Dist:
|
|
702
|
-
Requires-Dist:
|
|
703
|
-
Requires-Dist:
|
|
699
|
+
Requires-Dist: click==8.1.7
|
|
700
|
+
Requires-Dist: icalendar==6.0.0
|
|
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
|
|
704
|
+
Requires-Dist: tzdata==2024.2
|
|
705
|
+
Requires-Dist: tzlocal==5.2
|
|
706
|
+
Requires-Dist: x-wr-timezone==1.0.1
|
|
704
707
|
Provides-Extra: test
|
|
705
708
|
Requires-Dist: pytest; extra == 'test'
|
|
706
709
|
Description-Content-Type: text/markdown
|
|
@@ -1091,6 +1094,15 @@ To release new versions,
|
|
|
1091
1094
|
|
|
1092
1095
|
## Changelog
|
|
1093
1096
|
|
|
1097
|
+
We automatically release the versions that only update dependencies.
|
|
1098
|
+
If the version you installed does not show up here, only the dependencies
|
|
1099
|
+
have been updated.
|
|
1100
|
+
|
|
1101
|
+
- v0.3.4
|
|
1102
|
+
|
|
1103
|
+
- Update dependencies
|
|
1104
|
+
- Start automatic release of dependencies increasing the version number
|
|
1105
|
+
|
|
1094
1106
|
- v0.3.3b
|
|
1095
1107
|
|
|
1096
1108
|
- Update dependencies
|
|
@@ -384,6 +384,15 @@ To release new versions,
|
|
|
384
384
|
|
|
385
385
|
## Changelog
|
|
386
386
|
|
|
387
|
+
We automatically release the versions that only update dependencies.
|
|
388
|
+
If the version you installed does not show up here, only the dependencies
|
|
389
|
+
have been updated.
|
|
390
|
+
|
|
391
|
+
- v0.3.4
|
|
392
|
+
|
|
393
|
+
- Update dependencies
|
|
394
|
+
- Start automatic release of dependencies increasing the version number
|
|
395
|
+
|
|
387
396
|
- v0.3.3b
|
|
388
397
|
|
|
389
398
|
- Update dependencies
|
|
@@ -27,15 +27,18 @@ Components:
|
|
|
27
27
|
modules = [
|
|
28
28
|
"recurring-ical-events",
|
|
29
29
|
"icalendar",
|
|
30
|
-
"pytz",
|
|
31
30
|
"python-dateutil",
|
|
31
|
+
"pytz",
|
|
32
32
|
"click",
|
|
33
33
|
"tzdata",
|
|
34
34
|
"x-wr-timezone",
|
|
35
35
|
]
|
|
36
36
|
modules.sort()
|
|
37
37
|
for module in modules:
|
|
38
|
-
|
|
38
|
+
try:
|
|
39
|
+
cli_version += f"{module}: {get_version(module)}\n"
|
|
40
|
+
except ModuleNotFoundError: # noqa: PERF203
|
|
41
|
+
cli_version += f"{module}: not installed\n"
|
|
39
42
|
|
|
40
43
|
__all__ = [
|
|
41
44
|
"__version__",
|
|
@@ -33,7 +33,7 @@ readme = "README.md"
|
|
|
33
33
|
requires-python = ">=3.9"
|
|
34
34
|
# see https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
|
35
35
|
classifiers = [
|
|
36
|
-
"Development Status ::
|
|
36
|
+
"Development Status :: 5 - Production/Stable",
|
|
37
37
|
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
|
38
38
|
"Intended Audience :: Developers",
|
|
39
39
|
"Programming Language :: Python :: 3.9",
|
|
@@ -45,11 +45,14 @@ classifiers = [
|
|
|
45
45
|
]
|
|
46
46
|
|
|
47
47
|
dependencies = [
|
|
48
|
-
"icalendar",
|
|
49
|
-
"recurring-ical-events
|
|
50
|
-
"click",
|
|
51
|
-
"x-wr-timezone",
|
|
52
|
-
"tzlocal",
|
|
48
|
+
"icalendar==6.0.0",
|
|
49
|
+
"recurring-ical-events==3.3.2",
|
|
50
|
+
"click==8.1.7",
|
|
51
|
+
"x-wr-timezone==1.0.1",
|
|
52
|
+
"tzlocal==5.2",
|
|
53
|
+
"tzdata==2024.2",
|
|
54
|
+
"python-dateutil==2.9.0.post0",
|
|
55
|
+
"six==1.16.0",
|
|
53
56
|
]
|
|
54
57
|
|
|
55
58
|
[project.optional-dependencies]
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
+
"extends": [
|
|
4
|
+
"config:recommended"
|
|
5
|
+
],
|
|
6
|
+
"dependencyDashboard": false,
|
|
7
|
+
"lockFileMaintenance": {
|
|
8
|
+
"enabled": true,
|
|
9
|
+
"automerge": true
|
|
10
|
+
},
|
|
11
|
+
"packageRules": [
|
|
12
|
+
{
|
|
13
|
+
"matchUpdateTypes": ["major", "minor", "patch"],
|
|
14
|
+
"matchCurrentVersion": "!/^0/",
|
|
15
|
+
"automerge": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
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.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run
RENAMED
|
File without changes
|
{ics_query-0.3.3b0 → ics_query-0.3.4}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/calendars/one-event-without-timezone.ics
RENAMED
|
File without changes
|
|
File without changes
|
{ics_query-0.3.3b0 → ics_query-0.3.4}/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.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.3.3b0 → ics_query-0.3.4}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.3.3b0 → ics_query-0.3.4}/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
|