Nicco Kunzmann
844c7e921c
Create vSkip class
2024-06-28 16:18:01 +01:00
Nicco Kunzmann
003602daed
Add vMonth to represent the leap month parameter for RFC 7529
2024-06-28 15:55:00 +01:00
Nicco Kunzmann
58d10464e5
log changes
2024-06-27 00:04:37 +01:00
Nicco Kunzmann
65537b4cb5
Test examples from RFC 7529
2024-06-26 23:59:49 +01:00
Steve Piercy
39fef78ec0
Merge pull request #665 from niccokunzmann/badge-4.x
...
remove 4.x badge
2024-06-25 07:32:24 -07:00
Nicco Kunzmann
925b266be3
remove 4.x badge
2024-06-25 14:29:06 +01:00
Nicco Kunzmann
e56b47b9b4
Merge pull request #659 from niccokunzmann/pr-634
...
log changes from PR 634
2024-06-25 14:13:42 +01:00
Nicco Kunzmann
65c350ec91
Merge branch 'main' into pr-634
2024-06-25 14:13:35 +01:00
Steve Piercy
1bc9784333
Merge pull request #650 from niccokunzmann/remove-pytz
...
Remove pytz dependency
2024-06-25 05:52:09 -07:00
Steve Piercy
cc32aa60da
Merge branch 'main' into remove-pytz
2024-06-25 05:23:38 -07:00
Steve Piercy
6604d02482
Merge pull request #661 from niccokunzmann/tox-version
...
update tox enviroment list
2024-06-25 05:21:12 -07:00
Steve Piercy
3d55c54e52
Merge pull request #644 from niccokunzmann/optional-coverage
...
Improve coverage report
2024-06-25 05:18:10 -07:00
Nicco Kunzmann
3782c5a584
log changes
2024-06-25 12:19:11 +01:00
Nicco Kunzmann
4e3a2d2850
update tox enviroment list
2024-06-25 12:17:46 +01:00
Nicco Kunzmann
ea19fbae73
Merge branch 'main' into remove-pytz
2024-06-25 11:39:54 +01:00
Nicco Kunzmann
9dc564b05a
log changes from PR 634
2024-06-25 11:03:28 +01:00
Nicco Kunzmann
61224470bd
Merge pull request #634 from kloczek/main
...
drop python<=3.7 support
2024-06-25 10:58:26 +01:00
Nicco Kunzmann
53cfd78fe5
Merge pull request #647 from niccokunzmann/docs-py-38+
...
Update documentation for versions 3.8+
2024-06-25 01:43:36 +01:00
Steve Piercy
b340a236ab
Resolve Python version inconsistency with issue title and change log entry
2024-06-24 16:39:34 -07:00
Nicco Kunzmann
45adb836c4
Run doctest with zoneinfo and skip them if they use pytz when pytz is not installed
2024-06-24 19:15:49 +01:00
Nicco Kunzmann
c981e4d9b0
log changes
2024-06-24 18:19:04 +01:00
Nicco Kunzmann
e72a3a6d83
Remove pytz from dependencies
...
Until now, icalendar was using pytz.
This removes the dependency pytz.
Tests run with pytz and without.
The CI also runs the tests without pytz.
The default implementation of icalendar uses zoneinfo.
2024-06-24 18:16:49 +01:00
Nicco Kunzmann
13d8a9fc3f
install coverage dependencies
2024-06-23 15:11:03 +01:00
Nicco Kunzmann
9af4e50821
Merge branch 'main' into optional-coverage
2024-06-23 15:02:55 +01:00
Nicco Kunzmann
47efd42520
parallelize coverage
...
see https://coveralls-python.readthedocs.io/en/latest/usage/configuration.html#github-actions-support
2024-06-23 15:01:45 +01:00
Nicco Kunzmann
2cce183cd6
Merge branch 'main' into docs-py-38+
2024-06-23 14:50:58 +01:00
Jaca
f7f0c205bb
Merge pull request #633 from niccokunzmann/rename-master-to-main
...
Rename master to main in docs
2024-06-23 15:41:22 +02:00
Nicco Kunzmann
f75a179bfb
Update README.rst
...
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-06-23 14:38:18 +01:00
Nicco Kunzmann
e27ee68ec5
Merge pull request #646 from niccokunzmann/is-broken
...
Remove is_broken property
2024-06-23 14:33:34 +01:00
Steve Piercy
ecd500c905
Merge branch 'main' into is-broken
2024-06-22 13:34:36 -07:00
Steve Piercy
3736f17080
Merge pull request #648 from niccokunzmann/changes
...
Remove ... in changelog
2024-06-22 13:32:57 -07:00
Steve Piercy
797beb422f
Merge pull request #645 from niccokunzmann/badge
...
Move Python versions into badge
2024-06-22 13:31:22 -07:00
Steve Piercy
9424f17200
Merge pull request #640 from niccokunzmann/issue-278
...
Rename all references of RFC 2445 to RFC 5545
2024-06-22 12:13:12 -07:00
Steve Piercy
8f23cf8f17
Merge pull request #639 from niccokunzmann/issue-67
...
Remove unused and untested code
2024-06-22 12:12:29 -07:00
Nicco Kunzmann
ed3508d06f
Remove ...
2024-06-22 19:08:47 +01:00
Nicco Kunzmann
abcd4c668a
log changes
2024-06-22 19:06:45 +01:00
Nicco Kunzmann
2b1b01562f
Update documentation for versions 3.8+
...
This compacts the documentation.
Mentions of old versions are removed.
A concise path from 5.x to 6.0 is outlined.
master -> main
2024-06-22 19:03:41 +01:00
Tomasz Kłoczko
f2874552cb
fixed install time backports.zoneinfo dependency
...
Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
2024-06-22 17:54:55 +00:00
Nicco Kunzmann
82c669ce84
Remove is_broken property
2024-06-22 18:44:26 +01:00
Nicco Kunzmann
f761311997
Move Python versions into badge
2024-06-22 18:33:37 +01:00
Nicco Kunzmann
d062c8907d
log changes
2024-06-22 18:12:22 +01:00
Nicco Kunzmann
9196c8b236
Make coverage report submission optional for test runs
2024-06-22 18:07:43 +01:00
Nicco Kunzmann
752928cea7
rename master to main to make the history of the project easier to understand
2024-06-22 17:45:02 +01:00
Nicco Kunzmann
0cc0e1b0ae
Merge pull request #643 from collective/changes-move-api-docs
...
Move change log item under correct heading.
2024-06-22 17:27:02 +01:00
Steve Piercy
bd356bd722
Move change log item under correct heading.
2024-06-22 04:35:08 -07:00
Nicco Kunzmann
06735f79b3
log changes
2024-06-21 18:58:50 +01:00
Nicco Kunzmann
fb81a2e6d1
Rename all references of RFC 2445 to RFC 5545
2024-06-21 18:38:04 +01:00
Nicco Kunzmann
417c6fb883
Log changes
2024-06-21 18:30:12 +01:00
Nicco Kunzmann
871af59add
Remove unused and untested code
2024-06-21 18:27:24 +01:00
Nicco Kunzmann
675102d274
Merge pull request #637 from collective/631-docs-enhance-api
...
Enhance documentation of API
2024-06-21 18:03:58 +01:00