2022-07-12 07:59:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-icalendar: updated to 4.1.0
4.1.0 (2022-07-11)
------------------
New features:
- No longer test on Python 3.4, 3.5 and PyPy2, because we cannot get it to work.
Technically it should still work, it is just no longer tested.
Do not expect much development on branch 4.x anymore.
The master branch will be for the remaining Python versions that we support.
Bug fixes:
- Test with GitHub Actions.
4.0.9 (2021-10-16)
------------------
Bug fixes:
- Fix vCategories for correct en/de coding.
- vDuration property value: Fix changing duration sign after multiple \
``to_ical`` calls.
4.0.8 (2021-10-07)
------------------
Bug fixes:
- Support added for Python 3.9 and 3.10 (no code changes needed).
- Replace bare 'except:' with 'except Exception:'
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Remove SHA1 hashes for distfiles
|
2021-01-09 10:30:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-icalendar: updated to 4.0.7
4.0.7:
Bug fixes:
- fixed rrule handling, re-enabled test_create_america_new_york()
|
2020-05-07 06:58:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-icalendar: updated to 4.0.6
4.0.6:
Bug fixes:
- Use ``vText`` as default type, when convert recurrence definition to ical string.
|
2020-03-21 08:26:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-icalendar: updated to 4.0.5
4.0.5:
Bug fixes:
- Fixed a docs issue related to building on Read the Docs
|
2019-12-11 11:28:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-icalendar: updated to 4.0.4
4.0.4:
Bug fixes:
- Reduce Hypothesis iterations to speed up testing, allowing PRs to pass
|
2018-10-11 12:16:44 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-icalendar: updated to 4.0.3
4.0.3:
Bug fixes:
- Categories are comma separated not 1 per line.
- mark test with mixed timezoneaware and naive datetimes as an expected failure.
|