Commit graph

119 commits

Author SHA1 Message Date
Unrud
1b68b6d1cf Bump version to 3.1.6 2022-04-18 23:10:01 +02:00
Unrud
1bb1f37b3d Replace pkg_resources with importlib for Python >= 3.9
Fixes #1184
2022-04-18 23:03:10 +02:00
Unrud
07548bdc5d Bump version to 3.1.5 2022-02-08 16:44:08 +01:00
Unrud
0fac52e374 Use pytest<7 for tests 2022-02-08 16:40:12 +01:00
Unrud
a1a0fdd673 Bump version to 3.1.4 2022-02-01 19:55:59 +01:00
Unrud
a76de3da83 Bump version to 3.1.3 2022-01-26 22:09:48 +01:00
Unrud
3b5261f79b Bump version to 3.1.2 2022-01-22 00:14:06 +01:00
Unrud
3420c182a9 Bump version to 3.1.1 2022-01-18 22:51:25 +01:00
Unrud
b4f8f0a746 Rename NEWS.md to CHANGELOG.md 2022-01-18 22:48:45 +01:00
Unrud
3af9cb6a50 Bump version to 3.1.0 2021-12-26 12:15:40 +01:00
Unrud
01edb4325c Use " instead of ' 2021-12-20 21:21:21 +01:00
Unrud
585ecd9f41 Add Python 3.10 classifier 2021-12-20 21:21:21 +01:00
Unrud
505220ce25 Cosmetics 2021-12-20 21:21:21 +01:00
Unrud
6ff0be84e4 Change name in file header 2021-12-20 21:21:21 +01:00
Jochen Sprickerhof
2f0a7855a1 Add py.typed to mark as having typing information
According to PEP 561.
2021-12-20 21:21:20 +01:00
Unrud
9446515fe9 Rename variable 2021-12-20 21:21:20 +01:00
Tomáš Hrnčiar
a229b3c9f7 Require setuptools, radicale/__init__.py, radicale/web/internal.py, radicale/storage/__init__.py, radicale/app/__init__.py import pkg_resources 2021-12-20 21:21:20 +01:00
Unrud
11f7559ef3 Enable run-time type checking during tests 2021-12-20 21:21:20 +01:00
Unrud
23a2989b77 Enable static type checking 2021-12-20 21:21:20 +01:00
Unrud
3123b26195 Drop support for Python 3.5 (end-of-life) 2021-12-20 21:21:20 +01:00
Unrud
ee5489dcd6 Add Python implementation classifier 2021-12-20 21:18:32 +01:00
Unrud
e80ceb171a Add Python 3.9 classifier 2021-12-20 21:18:32 +01:00
Unrud
bb69170290 Bump version to 3.0.6 2020-09-14 21:33:43 +02:00
Unrud
da0d879567 Bump version to 3.0.5 2020-08-31 14:23:03 +02:00
Unrud
31b8bd525f Bump version to 3.0.4 2020-08-18 23:01:24 +02:00
Unrud
46b1fd47ea Bump version to 3.0.3 2020-06-06 21:15:12 +02:00
Unrud
06f898adcc Bump version to 3.0.2 2020-05-24 13:46:21 +02:00
Unrud
a239b3dccc Bump version to 3.0.1 2020-05-22 16:33:06 +02:00
Unrud
b3e14f2844 Bump version to 3.0.0 2020-05-19 04:19:12 +02:00
Unrud
b700b5ed44 Change version to "master" 2020-05-17 10:37:48 +02:00
Unrud
d6d5e512dc Add documentation to manifest 2020-04-11 13:51:59 +02:00
Unrud
9603aa3496 Tests: Replace gunicorn with waitress (works on Windows too) 2020-02-20 07:57:39 +01:00
Unrud
a03911f954 Add bcrypt as direct dependency 2020-01-19 21:33:13 +01:00
Unrud
e11661ff3e Protect against XML DOS attacks
Only XML content from authenticated users is parsed.
2020-01-19 21:07:54 +01:00
Unrud
6108d8d759 Remove unsecure methods from htpasswd and make md5 default 2020-01-19 21:07:54 +01:00
Unrud
41f8368c7e Rework entrypoints 2020-01-17 05:00:31 +01:00
Unrud
2e4924a0da Improve documentation 2020-01-13 15:51:10 +01:00
Unrud
63e6d091b9 Update copyright 2019-06-17 04:13:24 +02:00
Unrud
f1de843188 test WSGI server 2018-09-09 14:58:51 +02:00
Unrud
5e0a387ed9 remove whitespace before email 2018-09-04 03:33:47 +02:00
Unrud
df5eb1bfcc include all packages 2018-08-29 16:39:26 +02:00
Unrud
e5de5f3c87 Change URLs to https and remove www in doc/metadata 2018-08-29 16:39:25 +02:00
Unrud
8869b34470 refactor 2018-08-28 16:19:43 +02:00
Unrud
a5fa35e785 require python>=3.5.2 2018-08-16 08:00:02 +02:00
Unrud
6c12bba8a8 Bump version to 2.90.0 2018-08-16 08:00:00 +02:00
Unrud
68740d10f3 Bump version to 2.1.10 2018-08-14 20:14:05 +02:00
Unrud
42276c0177 require dateutil>=2.7.3 2018-08-14 18:49:49 +02:00
Unrud
e62aa4f767 require vobject>=0.9.6 2018-08-14 18:46:38 +02:00
Unrud
87a68a6ea8 Revert "Fork vobject"
This reverts commit 126a31c82a.
2018-08-14 18:45:21 +02:00
Unrud
d37a533423 Revert "vobject: apply PRs (Fixes #764, fixes #765)"
This reverts commit 5cd43acb3c.
2018-08-14 18:45:03 +02:00