Wykres commitów

908 Commity (af5a46f91d8ba9200262bc3747d83cfb93980d2f)

Autor SHA1 Wiadomość Data
Nicco Kunzmann af5a46f91d Add tags to workflow execution 2023-09-06 16:41:18 +01:00
Nicco Kunzmann d4fe9da733 Add new CHANGELOG section for future release
See https://icalendar.readthedocs.io/en/latest/maintenance.html#new-releases
2023-09-06 16:34:57 +01:00
Nicco Kunzmann 883f4e3e1b
Merge pull request #551 from niccokunzmann/release-4.1.1
create release modifications for version 4.1.1
2023-09-06 17:31:50 +02:00
Nicco Kunzmann c5595c851d create release modifications for version 4.1.1
see https://icalendar.readthedocs.io/en/latest/maintenance.html#
2023-09-06 16:27:42 +01:00
Nicco Kunzmann d45f533368
Merge pull request #529 from niccokunzmann/semiprime-4.x-issue518
Semiprime 4.x issue518
2023-09-06 17:22:09 +02:00
Nicco Kunzmann b736c87a89 Fix workflow reference 2023-08-30 08:07:16 +01:00
Nicco Kunzmann 669baf02d3 add pypi deployment from tags to 4.x branch 2023-08-30 08:01:39 +01:00
Nicco Kunzmann 67f4199bcd document version compatibility in README 2023-08-30 07:59:14 +01:00
Nicco Kunzmann 2e1442bc38 remove 18.04 runner (py3.4) 2023-08-30 07:56:28 +01:00
Nicco Kunzmann be406978a1 Revert "Add Python2.7 as installed by default"
This reverts commit eac2ea37e0.
2023-08-30 07:30:10 +01:00
Nicco Kunzmann eac2ea37e0 Add Python2.7 as installed by default 2023-08-30 07:28:27 +01:00
Nicco Kunzmann d70ed7f14e Fix coverage 2023-08-30 07:24:58 +01:00
Nicco Kunzmann db77958094 update CI task versions and remove Python versions 2023-08-30 07:21:23 +01:00
Nicco Kunzmann b3ecc2cf6d Fix python versions and OS versions
see https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
2023-08-30 07:12:15 +01:00
Matt Lewis 53e301ecd0 Fixed Issue 518 (RRULE BYDAY=xMO with x>=10 raises ValueError with to_ical()): updated WEEKDAY_RULE regex to accept 2 digits. Added tests for to_ical() covering various BYDAY values. 2023-05-31 20:36:07 +02:00
Christian Geier 520993e0e5
Merge pull request #386 from collective/niccokunzmann-pypy-4.x
add pypy for testing on branch 4.x
2022-09-03 21:40:59 +02:00
Nicco Kunzmann 0afcc625da
ignore coverage for pypy-2.7 2022-08-21 19:35:46 +01:00
Nicco Kunzmann 801eb35900
Try out using pypy-2.7
see https://github.com/actions/setup-python/issues/261#issuecomment-951751669
see https://github.com/collective/icalendar/pull/372/commits
2022-08-21 19:31:14 +01:00
Nicco Kunzmann 224998055e
add pypy for testing on branch 4.x 2022-08-21 15:09:50 +01:00
Maurits van Rees 7e81e27d79
Merge pull request #382 from collective/niccokunzmann-4.x-py34-py35
enable GitHub Actions for branch 4.x - py34+py35
2022-08-20 10:20:01 +02:00
Nicco Kunzmann d5d868583f
exclude coveralls from running on py34
coveralls not working on Python 3.4.10
see https://github.com/collective/icalendar/runs/7921105431?check_suite_focus=true#step:7:47
see https://docs.github.com/en/actions/learn-github-actions/expressions#operators
2022-08-19 16:30:27 +01:00
Nicco Kunzmann 4058cb2847
specify operating system for Python versions
not all versions are available on ubuntu-latest
2022-08-19 16:22:04 +01:00
Nicco Kunzmann 57e5345908
specify minor version
see https://github.com/collective/icalendar/runs/7919516101?check_suite_focus=true#step:3:7
2022-08-19 16:13:43 +01:00
Nicco Kunzmann 3bec59e305
enable GitHub Actions for branch 4.x - py34+py35
README in master branch:
compatibility to Python versions 2.7 and 3.4+, PyPy2 and PyPy3
2022-08-19 14:52:03 +01:00
Maurits van Rees eb99b9cabb
Back to development: 4.1.1
[ci skip]
2022-07-11 13:39:16 +02:00
Maurits van Rees 6aa17b8c7e
Preparing release 4.1.0
[ci skip]
2022-07-11 13:38:51 +02:00
Maurits van Rees cfdb190d4c
Make this a feature release to warn some Pythons are untested.
I will make a major release of master.
2022-07-11 13:37:31 +02:00
Maurits van Rees 08ab964582
Merge pull request #340 from collective/github-actions
Use GitHub Actions. Drop 3.4, 3.5, PyPy2
2022-07-11 13:30:17 +02:00
Maurits van Rees ca3b434ad2
gha: ignore coverage on 2.7 2022-07-11 13:24:16 +02:00
Maurits van Rees db7874f352
Tox: properly install the test extra.
Otherwise you get crazy errors.
2022-07-11 13:12:56 +02:00
Maurits van Rees 15f596c127
Remove pypy from GHA 2021-11-22 22:35:22 +01:00
Maurits van Rees 50636f106e
Removed 3.4/3.5 classifiers. 2021-11-22 22:33:58 +01:00
Maurits van Rees e0af3e9d92
Drop support for PyPy2.
Not available on GHA for latest Ubuntu 20.
2021-11-22 22:33:17 +01:00
Maurits van Rees 789e38f3e0
Bumped version for breaking release. 2021-11-22 22:30:56 +01:00
Maurits van Rees de04a7efac
Drop support for Python 3.4 and 3.5.
These Python versions are out of support.
3.4 is no longer available on Ubuntu 20 on GitHub Actions.
2021-11-22 22:30:33 +01:00
Maurits van Rees a92f20387f
Use GitHub Actions. 2021-11-22 22:23:59 +01:00
Maurits van Rees 90c0593506
Back to development: 4.0.10
[ci skip]
2021-10-16 15:24:26 +02:00
Maurits van Rees c0feddca64
Preparing release 4.0.9
[ci skip]
2021-10-16 15:24:04 +02:00
Maurits van Rees 3c839b3c16
Cleaned up empty headers from changelog.
[ci skip]
2021-10-16 15:24:03 +02:00
Johannes Raggam f5632be462 Add missing chagelog entry for last commit. 2021-10-15 15:03:26 +02:00
Rastislav Barlik f39d234fd6 Preserve duration sign when calling to_ical 2021-10-15 15:00:10 +02:00
Marius Hegele 1e274d3bac replace substrings of type byte instead of string
`to_ical()` returns a `bytes` object, not a string 

"The methods on bytes and bytearray objects don’t accept strings as their arguments, just as the methods on strings don’t accept bytes as their arguments."
https://docs.python.org/3/library/stdtypes.html#bytes-and-bytearray-operations
2021-10-15 14:58:06 +02:00
Johannes Raggam 9b72b0b1d6 Fix vCategories for correct en/de coding. 2021-10-15 14:51:05 +02:00
Maurits van Rees c54000617e
Back to development: 4.0.9
[ci skip]
2021-10-07 15:34:26 +02:00
Maurits van Rees 4ff3f4cc9a
Preparing release 4.0.8
[ci skip]
2021-10-07 15:34:00 +02:00
Maurits van Rees 17dd06b3bd
Fix changelog.
[ci skip]
2021-10-07 15:33:48 +02:00
Maurits van Rees 1ae1f8dd5a
Removed .travis.yml
[ci skip]
2021-10-07 15:30:22 +02:00
Maurits van Rees 0e203cad54
Merge pull request #329 from TheDeveloperTeam/master
Added Python 3.9 and 3.10
2021-10-07 15:29:00 +02:00
Fayas Noushad a0508664fa
Update CHANGES.rst 2021-10-05 19:21:08 +05:30
Fayas Noushad 4384ed7451
Added 3.9 and 3.10 2021-10-05 19:15:59 +05:30