Wykres commitów

905 Commity (0f0a7e1e436d7e52e7dd4f5b8badf54c755b2a32)

Autor SHA1 Wiadomość Data
Maurits van Rees 0f0a7e1e43
Merge branch 'master' into patch-2 2022-08-13 14:04:13 +02:00
Maurits van Rees 1850209d78
Merge pull request #359 from niccokunzmann/docs-tox
use tox to build the documentation
2022-08-13 14:02:49 +02:00
Maurits van Rees f6f3a2e09a
Merge pull request #346 from spralja/master
Fix #345
2022-08-13 13:58:33 +02:00
Maurits van Rees b1ea96da0f
Merge branch 'master' into docs-tox 2022-08-13 13:55:36 +02:00
Maurits van Rees 7921e63160
Merge branch 'master' into master 2022-08-13 13:54:47 +02:00
Maurits van Rees 197c4ffad6
Merge pull request #358 from niccokunzmann/setup
Document Setup process for development
2022-08-13 13:47:49 +02:00
Nicco Kunzmann 8267e6538f add tox docs build to github actions 2022-08-13 10:19:33 +01:00
Nicco Kunzmann 3721357f17 document how to use tox to install the documentation 2022-08-13 10:16:44 +01:00
Nicco Kunzmann f8144ecee3 use tox to build the documentation 2022-08-13 10:12:58 +01:00
Christian Geier 6c662c8359
Merge pull request #364 from niccokunzmann/patch-1
update badges in README
2022-08-09 17:53:03 +02:00
Robert Spralja 3d78fcab58 Added missing newline 2022-08-09 01:47:01 +02:00
spralja 1afa99398a Fix #345 2022-08-09 01:46:59 +02:00
Nicco Kunzmann 538c06e8a3
add badges for download and PyPI version 2022-08-07 23:55:02 +01:00
Nicco Kunzmann 537cab205f change into docs directory 2022-08-07 22:58:58 +01:00
Nicco Kunzmann 755e09c1b4 attempt to use tox to build the documentation 2022-08-07 22:58:58 +01:00
Nicco Kunzmann 4a09982810 describe how to use tox instead of virtualenv 2022-08-07 22:57:45 +01:00
Nicco Kunzmann 3b66cb45e1 merge master into tox
this also removes the unsupported/untested Python versions
2022-08-07 22:57:35 +01:00
Nicco Kunzmann 44f3ed106e
update badges in README
This adds the two badges for the versions we want to support

See https://github.com/collective/icalendar/discussions/360#discussioncomment-3120708
2022-08-07 22:50:37 +01:00
Nicco Kunzmann 5ca1f15246 link niccokunzmann in credits 2022-08-07 22:10:27 +01:00
Nicco Kunzmann 10ebdbcd76 describe doumentation changes in the changelog 2022-08-07 22:10:27 +01:00
Nicco Kunzmann 87ef213ffb add documentation on development setup 2022-08-07 22:10:27 +01:00
Nicco Kunzmann cc28398a5d link the Installation Section where people look for contributing 2022-08-07 22:10:27 +01:00
Maurits van Rees d297b9df1d
Back to development: 5.0.0a2
[ci skip]
2022-07-11 13:40:34 +02:00
Maurits van Rees 2a99dd8674
Preparing release 5.0.0a1
[ci skip]
2022-07-11 13:40:08 +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
Fayas Noushad fa294dd4e0
Added python 3.9 and 3.10 2021-10-05 19:15:25 +05:30
Fayas Noushad 8a4cd0bba6
Added Python 3.9 and 3.10 2021-10-05 19:13:56 +05:30
Jon Dufresne 5c4fcf7630
Replace bare 'except:' with 'except Exception:' (#281)
Catching all exceptions is generally considered a bad practice under
most circumstances as it will also catch KeyboardInterrupt and
SystemExit. These special cases should be raised to the interpreter to
allow the Python process to exit.

This fix complies with pycodestyle's error code E722:

https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes

> do not use bare except, specify exception instead
2021-09-28 22:29:57 +05:30