Wykres commitów

1426 Commity (master)

Autor SHA1 Wiadomość Data
bcapuano 099fbfe166 Find update 2023-10-27 21:43:37 -04:00
bcapuano 66a8e7ca78 Resolved typo in build.sh find 2023-10-27 21:37:26 -04:00
Jaca d5abf90efb
Merge pull request #573 from niccokunzmann/ennamarie19-feat/oss-fuzz-integration
OSS-Fuzz Integration follow-up
2023-10-25 18:24:57 +02:00
Nicco Kunzmann ea0d65ee1f checkout repository for testing 2023-10-25 12:34:55 +01:00
Nicco Kunzmann 5f9346ef43 FIx syntax error in fuzzing CI file 2023-10-25 12:32:39 +01:00
Nicco Kunzmann ee81991664 Check that fuzzing files are not included in the release 2023-10-25 12:17:51 +01:00
Nicco Kunzmann 4e1519488f Merge branch 'master' into ennamarie19-feat/oss-fuzz-integration 2023-10-25 11:28:50 +01:00
Nicco Kunzmann 1dbc685fef
Merge pull request #572 from niccokunzmann/issue-571-invalid-workflow
remove spaces in front of github release section
2023-10-25 11:14:44 +01:00
Nicco Kunzmann 62df0be52c remove spaces in front of github release section 2023-10-25 10:35:58 +01:00
ennamarie19 65bf90b6dc
Merge branch 'master' into feat/oss-fuzz-integration 2023-10-19 13:16:52 -06:00
McKenna ed7ed2c561 Added to changelog 2023-10-19 15:15:47 -04:00
McKenna f5c8358300 Omit fuzzing directory from doctest 2023-10-19 15:05:03 -04:00
Nicco Kunzmann 17aa76755e
Merge pull request #564 from jacadzaca/feature-create-github-releases
add deploy-github-release workflow
2023-10-12 14:12:00 +01:00
Nicco Kunzmann 06d6788a3f
Merge pull request #568 from jspricke/fix_compare 2023-10-12 14:00:23 +01:00
McKenna a260eac50e Updated fuzzer for more coverage 2023-10-09 14:21:14 -04:00
McKenna 16e6eb0d73 Capture more library-raised exceptions 2023-10-09 12:49:28 -04:00
McKenna 44ae07eb7d Migrated fuzzing harnesses and build script to fuzzing dir 2023-10-09 12:43:25 -04:00
McKenna cdccfb1a0e cifuzz integration 2023-10-09 11:53:44 -04:00
Jochen Sprickerhof 759f98388a
Add some __eq__
Needed as 088eea7 adds comparison of elements this makes sure that they
are compared by value instead of by reference.
2023-10-09 14:45:34 +02:00
Nicco Kunzmann 974d511ceb
Merge pull request #566 from jacadzaca/fix-322
fix handling of single strings passed to vCategory
2023-10-08 12:56:23 +01:00
Nicco Kunzmann 25be2d76f7
Merge branch 'master' into fix-322 2023-10-08 12:54:45 +01:00
Nicco Kunzmann 2f59b34b29
Merge pull request #567 from jspricke/fix_timezone
Use non legacy timezone name
2023-10-08 12:42:06 +01:00
Jochen Sprickerhof aef6c9e552
Use non legacy timezone name 2023-10-06 13:11:39 +02:00
Nicco Kunzmann 11b5b8a321
Merge pull request #549 from collective/issue-27 2023-10-03 09:39:21 +01:00
Nicco Kunzmann 4cb7b121a4
Merge pull request #565 from jacadzaca/issue-27
Issue 27
2023-10-02 18:47:57 +01:00
jaca 0e06a37b58
fix #322 2023-09-30 16:07:56 +02:00
jaca 8fab650bfc
multivalue FREEBUSY parses properly 2023-09-30 15:31:07 +02:00
jaca f3596823aa
add vPeriod,__eq__ 2023-09-30 15:25:24 +02:00
jaca 1b44560e9f
improve test for issue #27 2023-09-30 15:24:23 +02:00
jaca ccc3810630
Merge branch 'master' into issue-27 2023-09-30 12:42:11 +02:00
jaca d1513fd657
add deploy-github-release workflow 2023-09-30 11:37:39 +02:00
Nicco Kunzmann 0fdbdfb997
Merge pull request #561 from vimpostor/localdatetime 2023-09-29 07:36:31 +01:00
Magnus Groß 1e0c78ff8e
cli: Display datetimes in local timezone
Previously the start and end datetimes were always printed out in the
timezone that they appear in the calendar entry.

In 7a8d584b duration support was added and an attempt was already made
to display the datetime in the local timezone. Unfortunately in that
specific case the `start.astimezone(start.tzinfo)` is a no-op and does
absolutely nothing. Unlike the name suggests, `astimezone()` adjusts the
date and time data, such that they match the passed tzinfo, but since
that is the same timezone data as before, nothing changes. [0]

In order to properly convert to the user's local timezone, we need to
call the method with no arguments.

With this the timezone is always properly displayed, which makes up for
a much nicer UX for users of the cli.

The test has to be adapted to expect the datetime in the local timezone,
hence we cannot hardcode the entire expected string anymore.

[0] https://docs.python.org/3/library/datetime.html#datetime.datetime.astimezone
2023-09-28 22:12:15 +02:00
Jaca ed2c8cc335
Merge pull request #560 from jacadzaca/release-5.0.10
version 5.0.10
2023-09-26 20:32:33 +02:00
jaca 48e2a681af
version 5.0.10 2023-09-26 20:29:23 +02:00
Jaca 6b9d794a8f
Merge pull request #559 from Zocker1999NET/fix-issue-557
Component._encode: merge instead of ignore parameters on natives
2023-09-24 14:44:57 +02:00
Felix Stupp 4042ba8efc
add changelog entry & credits for fixing #557 2023-09-24 14:33:59 +02:00
Felix Stupp 07f3c53953
Component._encode: merge parameters
Signed-off-by: Felix Stupp <felix.stupp@banananet.work>
2023-09-24 14:25:22 +02:00
Felix Stupp 61ed4d716a
Component._encoding: only skip factory for natives
Signed-off-by: Felix Stupp <felix.stupp@banananet.work>
2023-09-24 14:25:21 +02:00
Felix Stupp 392deb69b7
add test cases for Component._encoding concerning #557
Signed-off-by: Felix Stupp <felix.stupp@banananet.work>
2023-09-24 14:25:19 +02:00
Felix Stupp 0111be3292
Component._encode: convert to staticmethod
- did not reference self at all
- keeps compatibility with existing code
- makes testing easier

Signed-off-by: Felix Stupp <felix.stupp@banananet.work>
2023-09-24 14:25:15 +02:00
Nicco Kunzmann 4d6aacb1c9 Add new CHANGELOG section for future release
See https://icalendar.readthedocs.io/en/latest/maintenance.html#new-releases
2023-09-24 10:59:08 +01:00
Nicco Kunzmann 1623e635f4
Merge pull request #558 from niccokunzmann/release
version 5.0.9
2023-09-24 10:55:02 +01:00
Nicco Kunzmann 98fe960ad3 version 5.0.9 2023-09-24 10:46:46 +01:00
Jaca 5ab1846d9c
Merge pull request #556 from niccokunzmann/period_timezone
Add timezone to period value types
2023-09-22 17:15:08 +02:00
Nicco Kunzmann 4c055a6213 Add timezone to period value types
The time zone was missing from PERIOD values.
See https://github.com/niccokunzmann/python-recurring-ical-events/issues/113
2023-09-19 15:05:34 +01:00
Nicco Kunzmann df769f8869 Add new CHANGELOG section for future release
See https://icalendar.readthedocs.io/en/latest/maintenance.html#new-releases
2023-09-18 09:57:15 +01:00
Nicco Kunzmann 7079fe188d
Merge pull request #555 from niccokunzmann/release
version 5.0.8
2023-09-18 09:52:04 +01:00
Nicco Kunzmann a10268584f version 5.0.8 2023-09-18 09:49:37 +01:00
Jaca 52d5cea2b0
Merge pull request #554 from scop/patch-1
Fix `vText.__repr__` `BytesWarning`
2023-09-17 10:37:35 +02:00