15
0

- update to 4.1.0:

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=67
This commit is contained in:
2022-09-26 11:06:54 +00:00
committed by Git OBS Bridge
parent 1659f7ce15
commit 789cfbd341
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Sep 26 11:05:11 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 4.1.0:
- 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.
-------------------------------------------------------------------
Tue Oct 26 20:21:42 UTC 2021 - Dirk Müller <dmueller@suse.com>